- 2c1241f Added testcase for FELIX-4305 by Pierre De Rop · 11 years ago
- 71ba6da Rewrote the debug logging methods from single method with m_debug check to m_debug check at all places where debug logging is done. The single method caused a performance hit. by Xander Uiterlinden · 11 years ago
- 94ec200 added FELIX-3910, FELIX-4285 by Pierre De Rop · 11 years ago
- 1d14e8b FELIX-4285: Remove abstract modifier from DependencyActivatorBase.destroy() by Pierre De Rop · 11 years ago
- 6aaa404 FELIX-3910: Moved inherited m_serviceInstance attribute to this class. Made protected the getService method. by Pierre De Rop · 11 years ago
- 1ad6732 FELIX-3910: Refactored public methods with the BlockingSerialExecutor class. Made protected the getService method. by Pierre De Rop · 11 years ago
- 438a685 FELIX-3910: Made final or volatile some class attributes, which are set from synchronized setters, by Pierre De Rop · 11 years ago
- afe1295 FELIX-3910: Added new SerialExecutor, which blocks other invokers while a leader is executing a task. by Pierre De Rop · 11 years ago
- ce690b5 Removed unused import. by Xander Uiterlinden · 11 years ago
- 0babfd4 Fixed ResourceAdapterDependencyAddAndRemoveTest2 expected behavior. by Xander Uiterlinden · 11 years ago
- 29a1e3e Modified ServiceDependencyImpl debug logging to also include the debugKey in the actual log messages. by Xander Uiterlinden · 11 years ago
- 0aeb753 Changed map of tracked items to a LinkedHashMap to make the ServiceTracker behavior on close more deterministic. by Xander Uiterlinden · 11 years ago
- 26ab8c7 Atomically add extra dependencies from component's init methods. by Pierre De Rop · 11 years ago
- 313b480 use pax-exam-container-forked in order to be able to use eclipse debugger by Pierre De Rop · 11 years ago
- 0b67b3c code cleanup. Fixed TestBase.checkError. Cleaned pom. by Pierre De Rop · 11 years ago
- 1a71f83 renamed test2 into test by Pierre De Rop · 11 years ago
- 5379a63 added NOTICE/LICENSE from old test by Pierre De Rop · 11 years ago
- 310814c removing old test, before renaming test2 into test ... by Pierre De Rop · 11 years ago
- 30ff986 Use same java package prefix as it was in initial version by Pierre De Rop · 11 years ago
- 1b86f1e Fixed MultipleExtraDependencyTest2. Code cleanup. by Pierre De Rop · 11 years ago
- d75dca9 pax-exam 3.0.0 migration by Pierre De Rop · 11 years ago
- eab8aba revert to previous version by Pierre De Rop · 11 years ago
- ba9101c pax exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
- 5838089 pax exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
- 30931ac pax-exam 3.0.0 ... by Pierre De Rop · 11 years ago
- 9fa29f8 pax-exam 3.0.0 ... by Pierre De Rop · 11 years ago
- f28c076 pax-exam 3.0.0 ... by Pierre De Rop · 11 years ago
- 9c1b16c pax-exam 3.0.0 ... by Pierre De Rop · 11 years ago
- bf35dfb pax exam 3.0.0 ... by Pierre De Rop · 11 years ago
- 428a9f1 pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
- fa2a8ca pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
- 98c42c0 pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
- ab2e5ed pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
- 11501ff pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
- 3abce08 pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
- 7364481 pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
- 14d3bd1 pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
- 6029682 pax exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
- e226484 pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
- 1a71e55 pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
- fd27f56 pax exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
- cd9b25d paxexam 3.0.0 migration. This test is sometimes failing. by Pierre De Rop · 11 years ago
- ce2703f pax-exam 3.0.0 migration. This test is problematic: with old pax exam, it does not work when run individually. by Pierre De Rop · 11 years ago
- 00cb21e pax-exam 3.0.0 migration. This test seems problematic: with old paxexam, it does not pass when run individually, and by Pierre De Rop · 11 years ago
- 09f609a pax-exam 3.0.0 migration (this test was failing with old pax exam and is still failing). by Pierre De Rop · 11 years ago
- cb1a01f pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
- e7fd6c2 Don't log current thread twice by Pierre De Rop · 11 years ago
- cdd26d9 import cleanup by Pierre De Rop · 11 years ago
- be82e73 import cleanup by Pierre De Rop · 11 years ago
- b3d2cce clear all components at end of the test. Reduce loop count by Pierre De Rop · 11 years ago
- 14979bd Added org.apache.felix.shell/1.4.2 dependency by Pierre De Rop · 11 years ago
- 6d46a3d pax exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
- 0966868 removed org.osgi.compendium bundle by Pierre De Rop · 11 years ago
- 6df1e7d stay compatible with osgi 4.3 by Pierre De Rop · 11 years ago
- fe0f584 pax exam 3.0.0 migration (in progress ...). by Pierre De Rop · 11 years ago
- ddf6731 Aligned singleContextLog system property with naming convention of all other dm system properties. by Xander Uiterlinden · 11 years ago
- 5f9bab1 ServiceTracker did note take the trackAllAspects setting into account in the setInitial method causing the ServiceDependencyImpl to remove rather than swap services in some occasions. by Xander Uiterlinden · 11 years ago
- 0a63531 pax-exam 3.0.0 migration (work in progress ...). by Pierre De Rop · 11 years ago
- 7b70ec1 added more maven bundles in Configuration by Pierre De Rop · 11 years ago
- 4bca33c Removed svn:mime-type property, which was wrongly set to application/xml. by Pierre De Rop · 11 years ago
- 968695e Added comments. by Pierre De Rop · 11 years ago
- 214ef87 Reduce pax-exam log level. by Pierre De Rop · 11 years ago
- bb10cc3 Configure thread pools with 10 by default. by Pierre De Rop · 11 years ago
- 8e38f88 pax exam 3.0.0 migration by Pierre De Rop · 11 years ago
- 625949c pax exam 3.0.0 migration by Pierre De Rop · 11 years ago
- 6257627 pax exam 3.0.0 migration by Pierre De Rop · 11 years ago
- 3829f5a Reuse BundleContext from the "context" attribute (from superclass). by Pierre De Rop · 11 years ago
- 9183bc5 Migrated old test/.../AspectBaseTest into new test2/ module. by Pierre De Rop · 11 years ago
- 5ab26d8 FELIX-3910: pax-exam 3.0.0 migration tests (work in progress). Added new AspectRaceTest for by Pierre De Rop · 11 years ago
- 93b7b1c removed this test (will be replaced by a new AspectRaceTest in the new upcoming dependency manager test2 subproject) by Pierre De Rop · 11 years ago
- 10bebd8 Removed unused import. by Xander Uiterlinden · 11 years ago
- 7f99810 Small performance improvement in SerialExecutor trough preventing exceptions. by Xander Uiterlinden · 11 years ago
- 2c5854c Added FELIX-4233. by Pierre De Rop · 11 years ago
- b0be04f FELIX-4233: Race condition where two threads are able to execute tasks from the serial queue. by Pierre De Rop · 11 years ago
- d314789 FELIX-3996: Use latest bndlib 2.1.0 by Pierre De Rop · 11 years ago
- 2da4ddd FELIX-4186: Fixed NPE in dependency manager Logger. by Pierre De Rop · 11 years ago
- 715f50c Improved the logging option allowing to log bad performing service lookups (filters possible eligible for indexing). by Xander Uiterlinden · 11 years ago
- 5e08569 FELIX-4226 Add option to have the dependency manager log against a single BundleContext's LogService. by Xander Uiterlinden · 11 years ago
- 5145cff Added a null check since the current version fails on Java 1.7 which does not allow null additions on a TreeSet. by Xander Uiterlinden · 11 years ago
- 37631ed removed use of AtomicLong in BundleContextInterceptor since it's a 1.5+ feature. by Xander Uiterlinden · 11 years ago
- 48f267b Resolved FELIX-4014 (possible deadlock on ServiceDependencyImpl.handleAspectAwareRemoved), FELIX-4097 (debug logging in ServiceDependency), FELIX-4098 (wrong swap order with multiple threads), FELIX-4099 (support for negate in multi property filter index). by Xander Uiterlinden · 11 years ago
- 339d4e4 Fixed a race condition which allowed two threads to start taking items from the serial queue. by Marcel Offermans · 11 years ago
- b90926d Added FELIX-4050 by Pierre De Rop · 11 years ago
- e6fff38 FELIX-4050: Avoid messing up component state calculation when an init method adds by Pierre De Rop · 11 years ago
- b777977 Added test case for FELIX-4050 issue. by Pierre De Rop · 11 years ago
- 54f0ef0 fixed javadoc by Pierre De Rop · 11 years ago
- a378901 increased latch timeout to 10 secs, and test time to 20 seconds by Pierre De Rop · 11 years ago
- 144f454 Added FELIX-3996 enhancement by Pierre De Rop · 12 years ago
- c86a483 Depends on trunk DM annotation API. Added debug mode by default. by Pierre De Rop · 12 years ago
- b1e55b7 FELIX-3996: Upgrade to latest bnd version by Pierre De Rop · 12 years ago
- 35e3e86 Ensure that the threadpool is shot down when test is done by Pierre De Rop · 12 years ago
- 0279875 reworked and cleaned this test by Pierre De Rop · 12 years ago
- ce67677 FELIX-3996: Upgrade to latest bnd version. by Pierre De Rop · 12 years ago
- b39cc79 [FELIX-3910] added testcase which tries to reproduce the problem described in the FELIX-3910 jira issue. by Pierre De Rop · 12 years ago
- e2c9579 Register a framework listener in order to track possible exceptions caught by the framework, when by Pierre De Rop · 12 years ago
- 0a9815f Depends on latest pendencymanager from trunk. by Pierre De Rop · 12 years ago
- e48c46c [FELIX-3873]: don't mention json in the "Used" section since json is by Pierre De Rop · 12 years ago
- 20648b3 FELIX-3873: Added reference to json in NOTICE annotation artifact. by Pierre De Rop · 12 years ago
- 656e76f Fixed copyright date by Pierre De Rop · 12 years ago
- 8d0bb81 Fixed copyright date by Pierre De Rop · 12 years ago