- 7302fa6 FELIX-4699: Build broken as old snapshots are referenced. by Pierre De Rop · 10 years ago
- 8381de0 [maven-release-plugin] prepare for next development iteration by Pierre De Rop · 10 years ago
- 91d6295 [maven-release-plugin] prepare release org.apache.felix.dependencymanager.runtime-3.2.0 by Pierre De Rop · 10 years ago
- 20f1de2 [maven-release-plugin] prepare for next development iteration by Pierre De Rop · 10 years ago
- ad1b55c [maven-release-plugin] prepare release org.apache.felix.dependencymanager.annotation-3.2.0 by Pierre De Rop · 10 years ago
- d139f7c [maven-release-plugin] prepare for next development iteration by Pierre De Rop · 10 years ago
- 7cfc6e3 [maven-release-plugin] prepare release org.apache.felix.dependencymanager.shell-3.2.0 by Pierre De Rop · 10 years ago
- 75934ce [maven-release-plugin] prepare for next development iteration by Pierre De Rop · 10 years ago
- 25e33c7 [maven-release-plugin] prepare release org.apache.felix.dependencymanager-3.2.0 by Pierre De Rop · 10 years ago
- f25f931 fixed artifacts version: core, shell, annotation, and runtime articacts are all using version 3.2.0-SNAPSHOT by Pierre De Rop · 10 years ago
- 8ad910e cancelling release candidate and resetting version to 3.2.0-SNAPSHOT by Pierre De Rop · 10 years ago
- dc27c40 [maven-release-plugin] prepare for next development iteration by Pierre De Rop · 10 years ago
- 446322d [maven-release-plugin] prepare release org.apache.felix.dependencymanager-3.2.0 by Pierre De Rop · 10 years ago
- aa5f7b4 FELIX-4294: bumped org.apache.felix.dm package version to 3.1.0 by Pierre De Rop · 10 years ago
- 37ef651 Revert to parent pom 1.2.0 and to maven-bundle-plugin 2.3.4 because it's not worth doing this (see FELIX-4557) by Pierre De Rop · 10 years ago
- f4401b4 [maven-release-plugin] rollback the release of org.apache.felix.dependencymanager-3.2.0 by Pierre De Rop · 10 years ago
- b2ca118 [maven-release-plugin] prepare release org.apache.felix.dependencymanager-3.2.0 by Pierre De Rop · 10 years ago
- 4713947 fixed scm section by Pierre De Rop · 10 years ago
- 96b23f0 use latest maven-bundle-plugin 2.5.0 by Pierre De Rop · 10 years ago
- 55c6701 use latest maven-bundle-plugin 2.5.0 by Pierre De Rop · 10 years ago
- 3666186 prepare release 3.2.0 by Pierre De Rop · 10 years ago
- 8a228a1 use latest maven-bundle-plugin 2.5.0 by Pierre De Rop · 10 years ago
- f66333e prepare release 3.2.0 by Pierre De Rop · 10 years ago
- a725215 use latest maven-bundle-plugin 2.5.0 by Pierre De Rop · 10 years ago
- 0233985 prepare release 3.2.0 by Pierre De Rop · 10 years ago
- e644662 updated changelogs with all issues fixed since previous release by Pierre De Rop · 10 years ago
- 5d3fd5f fixed scm section by Pierre De Rop · 10 years ago
- 74285ae updated parent pom to 2.1 version. declared scm section. by Pierre De Rop · 10 years ago
- cebf88c the DM shell does not depend on Eclipse anymore by Pierre De Rop · 10 years ago
- 89d3044 fixed version of latest changelog by Pierre De Rop · 10 years ago
- ad7edb4 updated parent pom to 2.1 version. declared scm section. by Pierre De Rop · 10 years ago
- efd43c6 updated copyright year by Pierre De Rop · 10 years ago
- 3d1e8f8 updated copyright year by Pierre De Rop · 10 years ago
- 1c7ef23 updated parent pom to 2.1 version. Declared scm section. The runtime depends on dependency manager trunk version by Pierre De Rop · 10 years ago
- c0663e6 updated copyright year by Pierre De Rop · 10 years ago
- 244fa20 updated parent pom to 2.1 version. declared scm section. by Pierre De Rop · 10 years ago
- 20d671d updated copyright year by Pierre De Rop · 10 years ago
- 22f7b9b FELIX-4395: DependencyManager Configuration Dependency does not clone some class fields by Pierre De Rop · 10 years ago
- 4cde86f FELIX-3996: Updated bndlib to latest 2.3.0 version. by Pierre De Rop · 10 years ago
- 69ce08a FELIX-4002: Fixed addStateListener method: we don't have to call any missed listener callbacks if the component is stopped. by Pierre De Rop · 10 years ago
- 02f11a8 changelog += FELIX-4002 by Pierre De Rop · 10 years ago
- d2855e1 removed comment in the testDynamicComponentStateListingLifeCycle2() method by Pierre De Rop · 10 years ago
- 7d8f1d2 FELIX-4002: Using the reentrant serial executor in order to fix the FELIX-4002 issue. by Pierre De Rop · 10 years ago
- aea356f FELIX-3910: Back ported the new SerialExecutor from the upcoming dependency 4.0 version, and using it in the by Pierre De Rop · 10 years ago
- e2e1873 using org.apache.felix.configadmin 1.8.0 by Pierre De Rop · 10 years ago
- 67fe93b FELIX-3910: removing the two race tests because they are reproducing too much race conditions issues, which by Pierre De Rop · 10 years ago
- f9a2e2c changed copyright year by Pierre De Rop · 10 years ago
- edc0a3d Finalized this test before committing my version in the sandbox. by Pierre De Rop · 11 years ago
- 9abcb07 Use org.apache.felix.configadmin-1.8.1-SNAPSHOT, because the ServiceRaceTest requires the configadmin fix from FELIX-4385. by Pierre De Rop · 11 years ago
- 051f453 Cleaned test. Replaced CopyOnWriteArrayList by ConcurrentLinkedQueue. Ensure that aspects are called in the proper order. by Pierre De Rop · 11 years ago
- 994ea27 Code cleanup: clean all components from dependency manager, at the end of the testBasicResourceAdapter method. by Pierre De Rop · 11 years ago
- 8cfaf44 Code cleanup in ServiceProvider.invoke() method (the m_invoke.step(2) is not necessary). by Pierre De Rop · 11 years ago
- a936829 FELIX-4294: Removed wrong "diagnose" function from COMMAND_FUNCTION by Pierre De Rop · 11 years ago
- f2507e5 don't clone the configuration passed to the ASpect.updated method by Pierre De Rop · 11 years ago
- 092f858 Modified aspect updated callback for the support of config admin null updates. by Pierre De Rop · 11 years ago
- 6662e5c FELIX-4352: committed the jan15.path attached in the felix issue (many thanks Jago !). by Pierre De Rop · 11 years ago
- 61b5c88 Finalized this test, which is reproducing some problems inside ConfigurationDependencyImpl. by Pierre De Rop · 11 years ago
- ef50fb3 Added event admin (1.3.2). by Pierre De Rop · 11 years ago
- 6fd3bba FELIX-3910: Added additional test for concurrent services registration (test not finished, I need to add configuration dependencies, as well as aspects ...). by Pierre De Rop · 11 years ago
- da10cc6 Use configadmin 1.8.0; improved logging methods, using varargs in order to allow using String.format. by Pierre De Rop · 11 years ago
- cc47a48 [FELIX-4352] Detect missing configuration dependency before checking dependency cycles. by Pierre De Rop · 11 years ago
- 2d8270a FELIX-4352: Added support of circular dependency in the wtf command (work in progress) by Pierre De Rop · 11 years ago
- 0382709 FELIX-4357: Renamed testPropertiesDefinedWithValueAttribute() method to testPropertiesWithTypes() method. by Pierre De Rop · 11 years ago
- ba27fd2 FELIX-4357: Added test cases for the 4357 issue. by Pierre De Rop · 11 years ago
- 2745e8e FELIX-4357: Support types beside String/String[] in @Property annotation. by Pierre De Rop · 11 years ago
- d4bafab FELIX-4357: Support types beside String/String[] in @Property annotation. by Pierre De Rop · 11 years ago
- 9e1070e FELIX-4357: Inline json dependency inside the target bundle. by Pierre De Rop · 11 years ago
- c632687 FELIX-4361 Applied the patch, including the suggestion from Sander Mak. Modified the existing test case to correctly terminate instead of waiting 30 seconds. Added a simpler test case that shows the problem without relying on multiple threads. by Marcel Offermans · 11 years ago
- 0007c02 Added FELIX-4305 by Pierre De Rop · 11 years ago
- 344e28c FELIX-4305: by Pierre De Rop · 11 years ago
- 01b337b FELIX-4305: implements new autoConfig/propagate methods from ComponentDeclaration interface. by Pierre De Rop · 11 years ago
- 4011ca6 FELIX-4305: All aspect dependency callbacks are proxied in order to propagate original service properties modification. by Pierre De Rop · 11 years ago
- 7262b27 FELIX-4305: Configure adapter service dependency with "setPropagate" in order to automaically reflect by Pierre De Rop · 11 years ago
- 1873e00 FELIX-4305: Added getServices() method, which returns a snapshot of all currently instantiated services. by Pierre De Rop · 11 years ago
- 4a7f85c FELIX-4305: Fixed some javadocs. Added autoConfig(final Dependency dependency), propagate(final Dependency dependency) methods. by Pierre De Rop · 11 years ago
- 09513a8 FELIX-4294: Reverted the getServiceProperties() method to the previous version by Pierre De Rop · 11 years ago
- cec9c3e FELIX-4352: Added the wtf enhancement (thanks Jago !). I think that service properties should be taken into account by the getRoot method. by Pierre De Rop · 11 years ago
- 57ba109 FELIX-4294: adapted tests to the new dependency manager shell, which is now only using Gogo. by Pierre De Rop · 11 years ago
- 1f35b82 FELIX-4294: Dependency Manager shell improvements by Pierre De Rop · 11 years ago
- 7cc75b2 FELIX-4294: Added getName method by Pierre De Rop · 11 years ago
- d46267e FELIX-4294: added getClassName, getId, getServices methods. Modified getServiceProperties to return adapter service properties by Pierre De Rop · 11 years ago
- ad2121c FELIX-4294: added getName method by Pierre De Rop · 11 years ago
- e149cca FELIX-4294: added getClassName,getId,getServices methods. renamed propertiesToString method name to appendProperties. Modified getName method. by Pierre De Rop · 11 years ago
- efa6b38 FELIX-4294: added toString method for shell improvement by Pierre De Rop · 11 years ago
- 130ba87 FELIX-4294: Added getClassName,getServices,getServiceProperties,getId methods by Pierre De Rop · 11 years ago
- 3e839e2 Added FELIX-4294 by Pierre De Rop · 11 years ago
- f98142e Added FELIX-4334 issue. by Pierre De Rop · 11 years ago
- 489a474 FELIX-4334: When a dependency is modified, the component "change" callback must be invoked by Pierre De Rop · 11 years ago
- b88bf3d Added tests for the FELIX-4334 issue. by Pierre De Rop · 11 years ago
- 96d078a FELIX-4334: Added getBundle method, which is needed by "ModifiedBundleDependencyTest" test. by Pierre De Rop · 11 years ago
- 3fe8e01 FELIX-3910: Renamed some methods/class attributes starting with an underscore. by Pierre De Rop · 11 years ago
- 908fe14 FELIX-3910: Renamed some methods/class attributes starting with an underscore. by Pierre De Rop · 11 years ago
- d83dd4e Added testAdapterWithAspectsAndPropagationNoCallbacks test by Pierre De Rop · 11 years ago
- a5b7a73 added another testAspectsWithPropagationAndNoCallbacks test by Pierre De Rop · 11 years ago
- 57b3575 reverted to previous version and use 10 aspects per services by Pierre De Rop · 11 years ago
- 866f7e4 Use a more reasonable number of aspects per services. Configure threadpools with 4 threads at minimum, or with all available cores by Pierre De Rop · 11 years ago
- 84bddb7 added org.netbeans in boot delegation, in order to use jvisualvm by Pierre De Rop · 11 years ago
- 06a9441 Added a testcase for an adapter which depends on some aspect services. The test validates that when by Pierre De Rop · 11 years ago
- 5e908cf [FELIX-4305] Added a testcase for Aspect service properties propagation. by Pierre De Rop · 11 years ago
- e6a9e81 fixed some parameter names by Pierre De Rop · 11 years ago