- 3c32e9c [maven-release-plugin] prepare release org.apache.felix.main-1.4.1 by Karl Pauls · 16 years ago
- 1d73efe Prepare 1.4.1 release by Karl Pauls · 16 years ago
- 6721c02 Update docs by Karl Pauls · 16 years ago
- f324f29 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
- c215cac [maven-release-plugin] prepare release org.apache.felix.framework-1.4.1 by Karl Pauls · 16 years ago
- ce87378 Update the framework and main changelog by Karl Pauls · 16 years ago
- ac5ae02 Forgot an instanceof check in the URLHandlers by Karl Pauls · 16 years ago
- c05a0d4 We cannot call stop() on fragments, so make sure the bundle is active by Richard S. Hall · 16 years ago
- aa8f45a Modify error message to include bundle ID. by Richard S. Hall · 16 years ago
- 29139da Refactor the URLHandlers implementation to address several issue. by Karl Pauls · 16 years ago
- a299886 Missing javax.security.cert in JRE 1.4 and 1.5. (FELIX-854) by Richard S. Hall · 16 years ago
- e1e826e Fix incorrect condition while waiting to acquire locks. by Richard S. Hall · 16 years ago
- 95eaf51 Check for null when locking bundles. by Richard S. Hall · 16 years ago
- 354be55 Fix issue Felix-853. by Clement Escoffier · 16 years ago
- d5a4528 Properly dispose of the module if it is determined that its native library by Richard S. Hall · 16 years ago
- 360cff7 Removed unnecessary constant. by Richard S. Hall · 16 years ago
- 67b55a2 Fix table sort problem - the parsers weren't initialized as initially the table is empty. by Carsten Ziegeler · 16 years ago
- d8f73da Use doPriv to get PackageAdmin reference otherwise we might have somebody with not enough permissions on the stack (FELIX-849). by Karl Pauls · 16 years ago
- ea15d9b FELIX-610 ---------- Minor bug fix, to be compatible with latest felix version. by Stephane Frenot · 16 years ago
- b6b9c6a Fixed/improved the global locking code for refreshes and resolves; now by Richard S. Hall · 16 years ago
- 06ef284 Changed some final/volatile modifiers. by Richard S. Hall · 16 years ago
- ee20c68 Edited svn:ignore. by Richard S. Hall · 16 years ago
- 23e4adf - Change bundle symbolic name to avoid "org.apache.felix.org.apache.felix.ipojo..." by Clement Escoffier · 16 years ago
- 0739c8d FELIX-843: commit temporary patch to local BND files by Stuart McCulloch · 16 years ago
- 1e34eaa Additional debug to help with problem determination by Stuart McCulloch · 16 years ago
- 605beab Begin the work about new creation policies. by Clement Escoffier · 16 years ago
- f241892 FELIX-660: temporarily commit BND patch by Stuart McCulloch · 16 years ago
- 5ec302d Temporarily add BND library code to the build, to try out some patches by Stuart McCulloch · 16 years ago
- 1e0af95 Apply latest Bindex patch by Stuart McCulloch · 16 years ago
- 553c46e Make sure we don't rely on any side-effects of BND property processing by Stuart McCulloch · 16 years ago
- 3a7d79b FELIX-760: commit latest bindex code by Stuart McCulloch · 16 years ago
- 7afe7e5 FELIX-831: update to version 0.0.295 of the Bnd tool by Stuart McCulloch · 16 years ago
- 91fad49 The test suites now use the new junit4osgi (the group id has changed). by Clement Escoffier · 16 years ago
- 3d80419 Migrate the test suites to the new junit4osgi development model (use getContext() to get the bundle context instead of context). by Clement Escoffier · 16 years ago
- ad0ffaf Several changes in the junit4osgi subproject (copy preparation) by Clement Escoffier · 16 years ago
- 6da9a2a Fix a minor bug when a MBean has'nt properties. This bug was inserted during the last refactoring (namespace sub-elements) by Clement Escoffier · 16 years ago
- 3b7b07b FELIX-840: Ignore invalid scr files in dependent bundles. by Carsten Ziegeler · 16 years ago
- 4f2ba85 FELIX-824 Fix since tags (should be version 1.0.9 instead of 1.0.10) by Felix Meschberger · 16 years ago
- fc43f27 FELIX-824 Fix since tags (should be version 1.0.9 instead of 1.0.10) by Felix Meschberger · 16 years ago
- 16d061b FELIX-824 Applied slightly modified patch by Thijs Metsch (Thanks) by Felix Meschberger · 16 years ago
- d2ce898 Fix issue Felix-834. by Clement Escoffier · 16 years ago
- 9d1a2e9 Updated some headers, based the modified service tracker on the lastest one from OSGi R4.1, some minor changes for the shell bundle. by Marcel Offermans · 16 years ago
- 1a7b608 Added some extra options after feedback from initial users. by Marcel Offermans · 16 years ago
- b9a24ee Add the dependency comparator test suite to the pom file. by Clement Escoffier · 16 years ago
- 1c4a408 Commit the integration-test project embedding iPOJO Integration test by Clement Escoffier · 16 years ago
- 272bad2 Add session to junit4osgi: by Clement Escoffier · 16 years ago
- 7eba2e6 Move the junit4osgi maven plugin to the trunk by Clement Escoffier · 16 years ago
- 5b9ee11 Check to see whether there is a stdin, if not then the thread just exits. by Richard S. Hall · 16 years ago
- 3c61464 Accidentally applied this patch, so reverting it now. by Richard S. Hall · 16 years ago
- 9665d38 Applied patch (FELIX-820) to throw an exception when there is an attempt by Richard S. Hall · 16 years ago
- 67c362e Patch to address a bug during shutdown where uninstalled fragments are not by Richard S. Hall · 16 years ago
- b8fe137 Fix issue Felix-828 by Clement Escoffier · 16 years ago
- 4234d36 Try to improve multi bundle locking to make sure we make multi bundle operation atomic and so are not interleaved with single bundle operations. by Karl Pauls · 16 years ago
- 216d40d Avoid adding dependent bundles that have already been removed. by Richard S. Hall · 16 years ago
- 7d28a59 Downgraded the dependency on org.osgi.core from 1.2.0 to 1.0.1 to be more by Richard S. Hall · 16 years ago
- 288fc36 Moved all dependencies on org.osgi.core-1.1.0-SNAPSHOT to org.osgi.core-1.2.0, by Richard S. Hall · 16 years ago
- b8be78a Modified the pom file to export the OSGi packages; this can be helpful for by Richard S. Hall · 16 years ago
- 88b5d85 Adapt to latest felix version. by Karl Pauls · 16 years ago
- b54888c Missing a comma in default.properties. by Richard S. Hall · 16 years ago
- 8df1b1d Fixed a few style issues. by Richard S. Hall · 16 years ago
- eba3c76 Applied a patch (FELIX-804) to add partial support for new service registry by Richard S. Hall · 16 years ago
- f406faa Commit a missing file (core.xsd in the manipulator). by Clement Escoffier · 16 years ago
- 69eb900 Fix issue Felix-815. by Clement Escoffier · 16 years ago
- c75546e Refactor js to make it better reusable for other plugins by Carsten Ziegeler · 16 years ago
- 6c54635 Fix issue Felix-813. by Clement Escoffier · 16 years ago
- 1ad7f69 Fixed Felix' delegation hack so that it correctly delegates to the parent by Richard S. Hall · 16 years ago
- 6bb5fd6 Align log level property name in pom.xml and config.properties by Stuart McCulloch · 16 years ago
- c433dbf Upgrade to latest snapshots by Karl Pauls · 16 years ago
- ecd71b3 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
- 5b80a4a [maven-release-plugin] prepare release org.apache.felix.main-1.4.0 by Karl Pauls · 16 years ago
- 056c4fe Downgrade and fix debug level. by Karl Pauls · 16 years ago
- 09cdb51 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
- 74b07ed [maven-release-plugin] prepare release org.apache.felix.main-1.4.0 by Karl Pauls · 16 years ago
- b2ed718 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
- 21370ea [maven-release-plugin] prepare release org.apache.felix.framework-1.4.0 by Karl Pauls · 16 years ago
- 3d69979 Prepare 1.4.0 release by Karl Pauls · 16 years ago
- c4c541d Prepare 1.4.0 release by Karl Pauls · 16 years ago
- 2a9beef [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
- cd5257e [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.2.1 by Karl Pauls · 16 years ago
- 7cfbed3 Prepare 1.2.1 release by Karl Pauls · 16 years ago
- 61ac34b Make overriding the built-in url handlers the default and only way. My last commit did remove the performance problems and it looks like this will become spec so we might as well already implement it (FELIX-756). by Karl Pauls · 16 years ago
- 6afaa7b * Fix issue Felix-803: by Clement Escoffier · 16 years ago
- 6c906db Fix a small issue where relative urls would not be resolved when override is enabled. Furthermore, improve the performance of the stream handler proxy a bit. by Karl Pauls · 16 years ago
- 2cd1798 Applied patch (FELIX-799) to implement ServiceReference.compareTo() method. by Richard S. Hall · 16 years ago
- e291ee5 CSS Updates to event console. by Carsten Ziegeler · 16 years ago
- b76d9db FELIX-802 Fix display of JVM information - only extract from system properties by Felix Meschberger · 16 years ago
- 1c0c784 Minor changes to comments. (FELIX-753) by Richard S. Hall · 16 years ago
- 58740f1 Improved some comments and other minor edits. (FELIX-753) by Richard S. Hall · 16 years ago
- 3bd1ca7 Switch URLHandlers to the old behavior of not overriding built-in handlers by default. Overriding can be enabled using a felix.service.urlhandlers.override=true system property. Furthermore, fix a bug that made URLHandlersBundleStreamHandler.openConnection(URL) fail when extending Felix. (FELIX-756, FELIX-800) by Karl Pauls · 16 years ago
- 36d6796 Fix issue Felix-801 by Clement Escoffier · 16 years ago
- 180ba92 Decreases the log level of some messages (WARNING => INFO, INFO => DEBUG) reducing the number of useless traces. by Clement Escoffier · 16 years ago
- 578aa96 Fixed a possible NPE. by Richard S. Hall · 16 years ago
- 43a1308 Make some members in the ldap operators final to hopefully fix toString() visibility issues. (FELIX-765) by Karl Pauls · 16 years ago
- 4ee838a Remove System.out debug message. by Karl Pauls · 16 years ago
- 15cf8c6 In certain cases it might be desirable to override built-in URLStreamHandlers with services provided by bundles. We will first see whether there is a service for the protocol and if so use that one else, we try to lookup a built-in one as we do now. This includes the possibility to add locations to the default locations. What changes is that we first look at the services. (FELIX-756) by Karl Pauls · 16 years ago
- 431f0b2 Fixed spec compliance issues around getting a service reference from an by Richard S. Hall · 16 years ago
- 647595b Fix issue Felix-797. by Clement Escoffier · 16 years ago
- ac80a6e Export the helper package of junit4osgi. by Clement Escoffier · 16 years ago
- 96aff26 Fix issue Felix-796. by Clement Escoffier · 16 years ago
- 131630d Fix issue Felix-795. by Clement Escoffier · 16 years ago