- a0ee636 Code cleanup, added a more descriptive toString implementation. by Marcel Offermans · 14 years ago
- db641a2 Added missing documentation. by Marcel Offermans · 14 years ago
- 4f50b0f Improved printing of arrays in property values when converting a ServiceReference to a String. by Marcel Offermans · 14 years ago
- 221ca72 Fixed a race condition in the actual test, causing it to fail occasionally. Also added more documentation to the test, so it's easier to read and understand what's going on. by Marcel Offermans · 14 years ago
- 8e9c7c3 FELIX-2615 : ArrayOutOfBoundsException occurs from maven scr plugin when an empty class is present - applied patch from Tharindu Mathew by Carsten Ziegeler · 14 years ago
- 064a79e Fix FELIX-2634 Rename the @Publisher annotation into @Publishes annotation to avoid collision by Clement Escoffier · 14 years ago
- 90b7914 Use released version of SCR by Carsten Ziegeler · 14 years ago
- d41c107 FELIX-2638 : Make a single configuration printer output available via http by Carsten Ziegeler · 14 years ago
- ff735d7 Fix javadoc by Carsten Ziegeler · 14 years ago
- be89953 JavaDoc by Felix Meschberger · 14 years ago
- 997959e Fix typo by Carsten Ziegeler · 14 years ago
- 30e0a73 New test cases for adapters. by Marcel Offermans · 14 years ago
- 7e25c2c Renamed test class. by Marcel Offermans · 14 years ago
- dde86c3 Code reformatting in preparation for some test refactorings. by Marcel Offermans · 14 years ago
- 7993119 Clean-up after release by Karl Pauls · 14 years ago
- 99bc1c3 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
- a0c7f8e [maven-release-plugin] prepare release org.apache.felix.main.distribution-3.0.4 by Karl Pauls · 14 years ago
- e74c248 Update changelog and prepare for release by Karl Pauls · 14 years ago
- fccaa40 Clean-up after release by Karl Pauls · 14 years ago
- 164c727 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
- 137e29b [maven-release-plugin] prepare release org.apache.felix.main-3.0.4 by Karl Pauls · 14 years ago
- 848468c Update changelog and prepare for release by Karl Pauls · 14 years ago
- fd6dde6 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
- 1f2f6b0 [maven-release-plugin] prepare release org.apache.felix.framework-3.0.4 by Karl Pauls · 14 years ago
- 7c62034 Update changelog and prepare for release by Karl Pauls · 14 years ago
- b989166 Unlike ClassLoader.getResources(), Bundle.getResources() should return null. by Richard S. Hall · 14 years ago
- f8734c4 Rollback last commit, since the we need more feedback on the patch. by Richard S. Hall · 14 years ago
- 8218fd6 Use released version of Gogo. by Richard S. Hall · 14 years ago
- 98063df Used released version of Gogo. by Richard S. Hall · 14 years ago
- 0f23307 Improve cache handling by combining state stored in separate files into by Richard S. Hall · 14 years ago
- f91b4a6 Fixed the autoconf bundle activator to work with the latest snapshot of the dependency manager again. by Marcel Offermans · 14 years ago
- 906e8ee Refactor the JMX Handler Fix FELIX-2633 Rename JMX annotations by Clement Escoffier · 14 years ago
- be34b3c FELIX-2635 Apply patch by Victor Antonovich (slightly modified to explicitly assign null after destroyal and adding try-catch around the destroy calls) by Felix Meschberger · 14 years ago
- f67938e improve the test checking the new attributes of the EAH. by Clement Escoffier · 14 years ago
- 3758f97 re-add arch-gogo in the reactor by Clement Escoffier · 14 years ago
- 934d498 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 14 years ago
- 8cf2e52 [maven-release-plugin] prepare release org.apache.felix.ipojo.arch.gogo-1.0.1 by Clement Escoffier · 14 years ago
- 7855913 update changelog format by Clement Escoffier · 14 years ago
- 0948073 update changelog by Clement Escoffier · 14 years ago
- 3d8c227 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 14 years ago
- 290796c [maven-release-plugin] prepare release org.apache.felix.shell.remote-1.1.2 by Richard S. Hall · 14 years ago
- c3b15c5 Rollback version number and fix Gogo import. by Richard S. Hall · 14 years ago
- c2db4f4 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 14 years ago
- 3ae2c13 [maven-release-plugin] prepare release org.apache.felix.shell.remote-1.1.2 by Richard S. Hall · 14 years ago
- 1a952f6 Use released version of Gogo. by Richard S. Hall · 14 years ago
- 775da83 Update changelog. by Richard S. Hall · 14 years ago
- 9957b7a Fire FrameworkEvent when exception occurs in an event listener. (FELIX-2584) by Richard S. Hall · 14 years ago
- 6dc1234 Fix FELIX-2631 Rename @Publisher and @Subscriber attributes to follow the java naming conventions by Clement Escoffier · 14 years ago
- 260fda6 Even though getResources() from the module class loader should not return null, by Richard S. Hall · 14 years ago
- 39c69ba Fix FELIX-2630 Rename @Component attributes to follow the java naming conventions by Clement Escoffier · 14 years ago
- dfd3e65 Module class loader should return empty enumeration for getResources(). (FELIX-2629) by Richard S. Hall · 14 years ago
- 2ee5cd5 Fix time in reports. by Clement Escoffier · 14 years ago
- 315ecb1 Fix surefire-reports. by Clement Escoffier · 14 years ago
- 6617c79 Fix FELIX-2623 @Update annotated methods should not require a Dictionary parameter. by Clement Escoffier · 14 years ago
- ca5bdec remove arch-gogo to make the CI happy, because it depends on an artifact not yet available (gogo 0.6.1). by Clement Escoffier · 14 years ago
- 23a1e84 Fix FELIX-2622 Support static service properties that are not mirrored into fields by Clement Escoffier · 14 years ago
- df3efbc use a released version of felix framework and iPOJO extender handler by Clement Escoffier · 14 years ago
- a23737a fix osgi core dependency, reenable internal junit4osgi tests by Clement Escoffier · 14 years ago
- 6779d90 FELIX-2627 Allow for uploading war files, which may be bundles, too by Felix Meschberger · 14 years ago
- 2af7509 Avoid rewriting files unnecessarily. (FELIX-2626) by Richard S. Hall · 14 years ago
- 3cad63c update the arch command to the latest gogo command. Indeed, the recent gogo changes breaked the previous arch command. by Clement Escoffier · 14 years ago
- 834560a remove useless import by Clement Escoffier · 14 years ago
- 6e2c410 Avoid another disk access. (FELIX-2619) by Richard S. Hall · 14 years ago
- a98f0e4 Avoid extra disk accesses in bundle cache. (FELIX-2619) by Richard S. Hall · 14 years ago
- a7e83a7 Updated to latest DM snapshot. by Marcel Offermans · 14 years ago
- b37dee7 Fixed FELIX-2617 /webconsole has option to change the language but doesn't show the currently selected one/ by Valentin Valchev · 14 years ago
- 04d5eee Fixed FELIX-2616 /Russian l10n files for Web Console/ by Valentin Valchev · 14 years ago
- 49ab2bb Fixed FELIX-2610 / WebConsole doesn't work with JDK 1.3.1_06 because of problem in MessageFormat/ by Valentin Valchev · 14 years ago
- 3843486 Cleanup after release by Karl Pauls · 14 years ago
- cec33fc [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
- 485e95a [maven-release-plugin] prepare release org.apache.felix.main.distribution-3.0.3 by Karl Pauls · 14 years ago
- 4ca1482 Prepare for release by Karl Pauls · 14 years ago
- a2fd691 Cleanup after release by Karl Pauls · 14 years ago
- 52a57da [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
- ad2be88 [maven-release-plugin] prepare release org.apache.felix.main-3.0.3 by Karl Pauls · 14 years ago
- fc65115 Prepare for release by Karl Pauls · 14 years ago
- 2f52fb0 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
- 9d848f1 [maven-release-plugin] prepare release org.apache.felix.framework-3.0.3 by Karl Pauls · 14 years ago
- 1c3a459 Prepare for release by Karl Pauls · 14 years ago
- 1335439 Cleanup after release by Karl Pauls · 14 years ago
- 7c6256f [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
- 8e2ddeb [maven-release-plugin] prepare release org.apache.felix.gogo.command-0.6.1 by Karl Pauls · 14 years ago
- c7f0036 Prepare for release by Karl Pauls · 14 years ago
- f5d5f2d [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
- 0771748 [maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.6.1 by Karl Pauls · 14 years ago
- 2a4adea Prepare for release by Karl Pauls · 14 years ago
- e7523d2 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
- 48f6528 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.6.1 by Karl Pauls · 14 years ago
- 2decfb8 Use gogo-parent 0.6.0 instead of 0.7.0-SNAPSHOT by Karl Pauls · 14 years ago
- 093a105 Update change logs. by Richard S. Hall · 14 years ago
- 56b462f Move the check for a security manager in Felix.init down one if statement to fix a security exception (FELIX-2589). by Karl Pauls · 14 years ago
- 0531f7c FELIX-2396: Ability to have callbacks when accessing session variables by Guillaume Nodet · 14 years ago
- 82e62fb Create another class loader for Java5 which overrides getResources() and by Richard S. Hall · 14 years ago
- bb1c0cf Don't use String.contains(). (FELIX-2611) by Richard S. Hall · 14 years ago
- 26a8b3d Don't use Boolean.parseBoolean(). (FELIX-2612) by Richard S. Hall · 14 years ago
- 56d695b Fixed FELIX-2609 /WebConsole doesn't work with JDK 1.3.1_06 because of Locale/ by Valentin Valchev · 14 years ago
- 499d109 Add all attributes/directives to system bundle export package header. (FELIX-2599) by Richard S. Hall · 14 years ago
- ebff00f Reformat. by Richard S. Hall · 14 years ago
- d7d61b6 FELIX-2608 : Threads should be daemon threads by Carsten Ziegeler · 14 years ago
- d411683 update versions by Clement Escoffier · 14 years ago