Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
f9a2e2ca4b1de433f908eb451e83a3b4cfeece5a
/
ipojo
« Previous
2a5102b
Improve failure management in test
by Clement Escoffier
· 11 years ago
ac479b1
Fix FELIX-4340
by Clement Escoffier
· 11 years ago
45e4d90
Remove traces, add test checking static inner classes
by Clement Escoffier
· 11 years ago
7d84ea6
Fix FELIX-4335 (https://issues.apache.org/jira/browse/FELIX-4335)
by Clement Escoffier
· 11 years ago
acc5fb0
Update version to use the development version.
by Clement Escoffier
· 11 years ago
d84914a
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 11 years ago
9471199
[maven-release-plugin] prepare release org.apache.felix.ipojo.runtime-project-1.11.0
by Clement Escoffier
· 11 years ago
cc18202
Update version
by Clement Escoffier
· 11 years ago
f28c931
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 11 years ago
917a0c2
[maven-release-plugin] prepare release org.apache.felix.ipojo.manipulator-project-1.11.0
by Clement Escoffier
· 11 years ago
9404798
Remove properties from tests. Remove snapshot versions
by Clement Escoffier
· 11 years ago
52ddb28
Release preparation - Fix versions in tests.
by Clement Escoffier
· 11 years ago
e0f59ed
Update changelogs.
by Clement Escoffier
· 11 years ago
16bf533
Let the getRequiredHandlerList method throw ConfigurationException.
by Clement Escoffier
· 11 years ago
c11f06e
Try to stabilize concurrent TestCase
by Guillaume Sauthier
· 11 years ago
c1c8b85
Fix typo
by Guillaume Sauthier
· 11 years ago
90ec4c6
Skip the maven-ianal-plugin in the karat-feature project.
by Clement Escoffier
· 11 years ago
2ed091c
Update the changelog files.
by Clement Escoffier
· 11 years ago
c74607a
Build a zip file containing the Karaf feature and legal files.
by Clement Escoffier
· 11 years ago
d6c0690
Fix the native test on KF (the test bundle has to be deployed to get the probe bundle resolved).
by Clement Escoffier
· 11 years ago
7cf400c
Print reconfigurations to hunt a timing issue on the CI.
by Clement Escoffier
· 11 years ago
cd42905
Forgot to ignore a test on KF.
by Clement Escoffier
· 11 years ago
072f6af
Avoid infinite recursion.
by Clement Escoffier
· 11 years ago
7e95146
Ignore the native test on KF.
by Clement Escoffier
· 11 years ago
96cf0ae
pom parent missing in the karat-feature pom, breaking the deployment
by Clement Escoffier
· 11 years ago
e02f77d
Fix equinox detection in the compatibility tests.
by Clement Escoffier
· 11 years ago
54a6b00
Fix frame generation error in the inner class manipulation. This commit is related to FELIX-4255 Extend the inner class manipulation to allow method interception,
by Clement Escoffier
· 11 years ago
1997491
Reduce the check to determine if the class was already manipulated or not.
by Clement Escoffier
· 11 years ago
24b42a7
Fix FELIX-4270 Bump iPOJO package version to 1.11.0
by Clement Escoffier
· 11 years ago
11a1a1d
Fix:
by Clement Escoffier
· 11 years ago
b1b2a5c
FELIX-4268 Duplicated name errors always happen when there are 2 factories with the same name
by Guillaume Sauthier
· 11 years ago
5d7f5b8
Fix error in the 10 minutes tutorial package generation : the java.home was not correctly set.
by Clement Escoffier
· 11 years ago
639c71a
Fix FELIX-4267 Define Apache Karaf features for iPOJO
by Clement Escoffier
· 11 years ago
f444011
FELIX-4265 Provides a recorder for startup events
by Guillaume Sauthier
· 11 years ago
5af5846
Quick fix: executionTime counter was still running after exception
by Guillaume Sauthier
· 11 years ago
e4aea0b
FELIX-4264 JobInfo should provide a way to identify the kind of task
by Guillaume Sauthier
· 11 years ago
c5c3a73
Fix FELIX-4263 iPOJO Core should use ranged imports
by Clement Escoffier
· 11 years ago
92c98a4
Add a test about FELIX-4247 Memory leak with ServiceUsage and inner class (Listener style) to confirm the fix.
by Clement Escoffier
· 11 years ago
f45fca1
Fix:
by Clement Escoffier
· 11 years ago
bed5db2
FELIX-4262 QueueServices should be observable
by Guillaume Sauthier
· 11 years ago
9d1b9c1
Typo
by Guillaume Sauthier
· 11 years ago
bd85bc7
Fix FELIX-4261 NPE when an instance is declared without a configuration using the @ConfigurationTracker
by Clement Escoffier
· 11 years ago
cc53b54
Removed unused field
by Guillaume Sauthier
· 11 years ago
4f49db1
FELIX-4252 Make Extender's ThreadPool size configurable
by Guillaume Sauthier
· 11 years ago
ffc9c7f
Fix FELIX-4253 Add methods from inner classes in the metadata collected during the manipulation
by Clement Escoffier
· 11 years ago
83e6155
Start working on FELIX-4253 Add methods from inner classes in the metadata collected during the manipulation
by Clement Escoffier
· 11 years ago
10ec65e
Fix FELIX-4256 Avoid manipulation native and static methods from inner classes
by Clement Escoffier
· 11 years ago
abaaa2b
FELIX-4252 Make Extender's ThreadPool size configurable
by Guillaume Sauthier
· 11 years ago
406754b
Improve configuration error detection and reporting of service dependency (FELIX-4243 Define the dependency configuration matrix and improve error detection)
by Clement Escoffier
· 11 years ago
53fc0a9
Fix FELIX-4245 Deadlock in Dependency
by Clement Escoffier
· 11 years ago
9178b07
Fix FELIX-4240 and FELIX-4242:
by Clement Escoffier
· 11 years ago
0d6e3c6
Fix exclusion of some tests on Felix and KF (Equinox SCR works only on Equinox)
by Clement Escoffier
· 11 years ago
8903b0a
Reflect the change we did last week on the core integration-tests to the manipulation integration-tests
by Clement Escoffier
· 11 years ago
4e82207
Fix FELIX-4236 Unvalued properties should be part of the instance's architecture
by Clement Escoffier
· 11 years ago
d07060f
Fix FELIX-4232 Service Dependency Interceptors should be indicated in the instance architecture
by Clement Escoffier
· 11 years ago
c1fe8d8
Refactor the integration-test pom file and fix dependency conflicts.
by Clement Escoffier
· 11 years ago
f77b29e
Add compatibility tests against Equinox Declarative Services 1.4.100
by Clement Escoffier
· 11 years ago
f4fc7e6
Improve robustness on the compatibility tests
by Clement Escoffier
· 11 years ago
de7cc91
Fix FELIX-4217 Ensure compatibility between Aries Blueprint and iPOJO
by Clement Escoffier
· 11 years ago
9fa9fe8
Fix FELIX-4231 Provide service binding interceptors
by Clement Escoffier
· 11 years ago
dccfdad
Fix the native method test when the test probe is requiring implementation classes.
by Clement Escoffier
· 11 years ago
9c167ee
Added missing native libraries (used for testing purpose)
by Clement Escoffier
· 11 years ago
238b8a9
Add missing headers
by Clement Escoffier
· 11 years ago
e4d28e8
Check that native methods are not manipulated.
by Clement Escoffier
· 11 years ago
8d6ee1d
FELIX-4228 Improve dependency identification in log messages and exceptions
by Clement Escoffier
· 11 years ago
3c0f952
Use dictionaries instead of properties.
by Clement Escoffier
· 11 years ago
df8771b
Replace Properties usage by Dictionary when possible.
by Clement Escoffier
· 11 years ago
ea857d0
update manipulator version
by Clement Escoffier
· 11 years ago
31c49b8
Fixed the import and export packages instructions for the config admin and log service packages.
by Clement Escoffier
· 11 years ago
543545a
Fix a potential concurrent modification exception
by Clement Escoffier
· 11 years ago
86aed6f
Remove code used for debugging in the configuration handler (a try/catch block)
by Clement Escoffier
· 11 years ago
585811e
FELIX-4219 Variables named not stored in bytecode for constructors during manipulation
by Clement Escoffier
· 11 years ago
b17c970
FELIX-4216 Allow @Property without name in constructors
by Clement Escoffier
· 11 years ago
41ca6df
FELIX-4216 Allow @Property without name in constructors
by Clement Escoffier
· 11 years ago
9945995
FELIX-4215 Extend manipulation metadata with argument names
by Clement Escoffier
· 11 years ago
f2186d4
Remove traces
by Clement Escoffier
· 11 years ago
d3bc2bc
Fix FELIX-4172 Updated method called twice at the bundle start
by Clement Escoffier
· 11 years ago
36bd2a6
Fix FELIX-4207 ipojo @Component with propagation set to true doesn't propagate properties
by Clement Escoffier
· 11 years ago
9fee250
Some small refactoring of the Provided Service Handler.
by Clement Escoffier
· 11 years ago
2441c68
Migrate temporal dependency handler tests to new IT structure
by Clement Escoffier
· 11 years ago
b960edd
FELIX-4213 Temporal handler broken with iPOJO 1.10.1
by Guillaume Sauthier
· 11 years ago
47f976f
Add some meaningful descriptions when submitting jobs to the QueueService
by Guillaume Sauthier
· 11 years ago
7cafcf5
Fix FELIX-4204
by Clement Escoffier
· 11 years ago
4c9cc37
Fix FELIX-4151 - Fix mistakes in the javadoc tags
by Clement Escoffier
· 11 years ago
e56f650
Fix FELIX-4199 and FELIX-4200
by Clement Escoffier
· 11 years ago
7901ac1
Fix FELIX-4183
by Clement Escoffier
· 11 years ago
6288fa3
FELIX-4112 Add meta-annotations for handler description
by Guillaume Sauthier
· 11 years ago
04a1166
added the maven tutorial distribution
by Clement Escoffier
· 11 years ago
7ebc457
added the maven tutorial distribution
by Clement Escoffier
· 11 years ago
7b874e8
FELIX-4164 Instance / Component matching regression
by Guillaume Sauthier
· 11 years ago
1735ea5
FELIX-4155 Update bnd-ipojo-plugin for bndlib 2.x
by Guillaume Sauthier
· 11 years ago
842f2ae
FELIX-4156 Fix versions of maven plugins
by Guillaume Sauthier
· 11 years ago
39e926e
FELIX-4021 maven-ipojo-plugin fails on WAR packaging
by Guillaume Sauthier
· 11 years ago
6f60df1
Added the 10 minutes tutorial to the runtime project (FELIX-4133 Add distribution creation in the iPOJO runtime build)
by Clement Escoffier
· 11 years ago
8fff12f
FELIX-4021 maven-ipojo-plugin fails on WAR packaging
by Guillaume Sauthier
· 11 years ago
01c0d7b
start work on FELIX-4133 - added the quickstart distribution
by Clement Escoffier
· 11 years ago
c05747c
FELIX-4156 Fix versions of maven plugins
by Guillaume Sauthier
· 11 years ago
19b5a3c
FELIX-4138 TypeDeclaration calls factory.dispose() even if it already has been disposed (externally)
by Guillaume Sauthier
· 11 years ago
4eede51
Update distributions to the new iPOJO version
by Clement Escoffier
· 11 years ago
30d3f60
The online manipulator does not contain sources from the OSGi Alliance.
by Clement Escoffier
· 11 years ago
Next »