Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
cb1a01fd2cd7738e4fb09575222fc59b24f09752
/
ipojo
/
runtime
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
9404798
Remove properties from tests. Remove snapshot versions
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
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
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
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
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
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
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
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
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
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
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
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
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
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
4ecd978
Fix the NPE in the DependencyModel
by Clement Escoffier
· 11 years ago
d3656a9
FELIX-4146 Add getInstances and getInstanceNames in the Factory interface
by Clement Escoffier
· 11 years ago
070055d
Fix FELIX-4147 Add getProvidedService in ProvidedServiceDescription and allow external service management
by Clement Escoffier
· 11 years ago
54ce217
Fix FELIX-4132 @Modified not working on Equinox
by Clement Escoffier
· 11 years ago
f1f9628
Forgot a file during the last commit.
by Clement Escoffier
· 11 years ago
d3b68ee
Continue the work about FELIX-4134 Migrate api-it to the core-it.
by Clement Escoffier
· 11 years ago
494f269
Continue the work about FELIX-4134 Migrate composite-it to the reactor.
by Clement Escoffier
· 11 years ago
e46023f
Avoid executing integration tests when launching the regular build.
by Clement Escoffier
· 11 years ago
9031c44
Fix parent relativePaths.
by Clement Escoffier
· 11 years ago
d550b80
Add missing dependency
by Clement Escoffier
· 11 years ago
5640720
Update annotation versions
by Clement Escoffier
· 11 years ago
a243586
Continue the work about FELIX-4134 Migrate all core-it tests to the reactor.
by Clement Escoffier
· 11 years ago
d15b144
Fix versions.
by Clement Escoffier
· 11 years ago
a40ca9d
Fix timeout issue in tests
by Clement Escoffier
· 11 years ago
6dc8de1
Fix manipulator version in tests
by Clement Escoffier
· 11 years ago
9f8c0c6
Use release version of the maven-ipojo-plugin
by Clement Escoffier
· 11 years ago
6c1d758
Fix FELIX-4143
by Clement Escoffier
· 11 years ago
2dbcd55
Fix version (post-release)
by Clement Escoffier
· 11 years ago
73842a1
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 11 years ago
c241073
[maven-release-plugin] prepare release org.apache.felix.ipojo.runtime-project-1.10.1
by Clement Escoffier
· 11 years ago
a4b117c
Defensive approach when releasing the read lock.
by Clement Escoffier
· 11 years ago
b769ef7
Avoid creating the service object for dependency callbacks.
by Clement Escoffier
· 11 years ago
133c3c0
Update changelogs - prepare release.
by Clement Escoffier
· 11 years ago
590ebbb
Update changelogs
by Clement Escoffier
· 11 years ago
cbe9766
Fix FELIX-4131 Explicitly set the bundle location
by Clement Escoffier
· 11 years ago
d4f6808
Fix FELIX-4130
by Clement Escoffier
· 11 years ago
6add8d7
Fix FELIX-4129
by Clement Escoffier
· 11 years ago
180d02f
FELIX-4116 Ability to listen for component service dependencies providings configuration properties
by Clement Escoffier
· 11 years ago
f3619ef
When setting the dependency comparator to null, use the default OSGi ranking policy.
by Clement Escoffier
· 11 years ago
9c9fb41
When setting the dependency comparator to null, use the default OSGi ranking policy.
by Clement Escoffier
· 11 years ago
102e382
Fix typo
by Clement Escoffier
· 11 years ago
fc81ef2
Defensive access to the reference list.
by Clement Escoffier
· 11 years ago
Next »