1. 7ed19a2 Now shows a direct dependency on a service reference in a more readable way: prints the service.id now. by Marcel Offermans · 14 years ago
  2. 899b980 Code cleanup, added a more descriptive toString implementation. by Marcel Offermans · 14 years ago
  3. f7547c3 Added missing documentation. by Marcel Offermans · 14 years ago
  4. 878b6e8 Improved printing of arrays in property values when converting a ServiceReference to a String. by Marcel Offermans · 14 years ago
  5. 589f3f2 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
  6. 01e7ebb 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
  7. 2842962 Fix FELIX-2634 Rename the @Publisher annotation into @Publishes annotation to avoid collision by Clement Escoffier · 14 years ago
  8. 607aa24 Use released version of SCR by Carsten Ziegeler · 14 years ago
  9. 36645b8 FELIX-2638 : Make a single configuration printer output available via http by Carsten Ziegeler · 14 years ago
  10. fcdb7bd Fix javadoc by Carsten Ziegeler · 14 years ago
  11. fb5b385 JavaDoc by Felix Meschberger · 14 years ago
  12. 030fab2 Fix typo by Carsten Ziegeler · 14 years ago
  13. 50a7cd2 New test cases for adapters. by Marcel Offermans · 14 years ago
  14. 41ecc37 Renamed test class. by Marcel Offermans · 14 years ago
  15. 6f3e514 Code reformatting in preparation for some test refactorings. by Marcel Offermans · 14 years ago
  16. aab9d2e Clean-up after release by Karl Pauls · 14 years ago
  17. 78d7572 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  18. 4850235 [maven-release-plugin] prepare release org.apache.felix.main.distribution-3.0.4 by Karl Pauls · 14 years ago
  19. efd1db8 Update changelog and prepare for release by Karl Pauls · 14 years ago
  20. 94a5d79 Clean-up after release by Karl Pauls · 14 years ago
  21. 1326cdb [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  22. 3e3390f [maven-release-plugin] prepare release org.apache.felix.main-3.0.4 by Karl Pauls · 14 years ago
  23. 3094225 Update changelog and prepare for release by Karl Pauls · 14 years ago
  24. 2af4b0c [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  25. 218877e [maven-release-plugin] prepare release org.apache.felix.framework-3.0.4 by Karl Pauls · 14 years ago
  26. 5a899e8 Update changelog and prepare for release by Karl Pauls · 14 years ago
  27. a14e91c Unlike ClassLoader.getResources(), Bundle.getResources() should return null. by Richard S. Hall · 14 years ago
  28. e42af32 Rollback last commit, since the we need more feedback on the patch. by Richard S. Hall · 14 years ago
  29. 365a900 Use released version of Gogo. by Richard S. Hall · 14 years ago
  30. 54f095e Used released version of Gogo. by Richard S. Hall · 14 years ago
  31. 5225c13 Improve cache handling by combining state stored in separate files into by Richard S. Hall · 14 years ago
  32. e50782d Fixed the autoconf bundle activator to work with the latest snapshot of the dependency manager again. by Marcel Offermans · 14 years ago
  33. 0e81490 Refactor the JMX Handler Fix FELIX-2633 Rename JMX annotations by Clement Escoffier · 14 years ago
  34. ced1c35 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
  35. 5b42bb0 improve the test checking the new attributes of the EAH. by Clement Escoffier · 14 years ago
  36. 4fa9d55 re-add arch-gogo in the reactor by Clement Escoffier · 14 years ago
  37. f524191 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 14 years ago
  38. 9891e8b [maven-release-plugin] prepare release org.apache.felix.ipojo.arch.gogo-1.0.1 by Clement Escoffier · 14 years ago
  39. f91db47 update changelog format by Clement Escoffier · 14 years ago
  40. 9d3f91e update changelog by Clement Escoffier · 14 years ago
  41. 6e54922 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 14 years ago
  42. 3a9d8fc [maven-release-plugin] prepare release org.apache.felix.shell.remote-1.1.2 by Richard S. Hall · 14 years ago
  43. b1f1e04 Rollback version number and fix Gogo import. by Richard S. Hall · 14 years ago
  44. 86a794e [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 14 years ago
  45. 59ea4ad [maven-release-plugin] prepare release org.apache.felix.shell.remote-1.1.2 by Richard S. Hall · 14 years ago
  46. a421335 Use released version of Gogo. by Richard S. Hall · 14 years ago
  47. 829001b Update changelog. by Richard S. Hall · 14 years ago
  48. 327ceab Fire FrameworkEvent when exception occurs in an event listener. (FELIX-2584) by Richard S. Hall · 14 years ago
  49. 6a8aeaa Fix FELIX-2631 Rename @Publisher and @Subscriber attributes to follow the java naming conventions by Clement Escoffier · 14 years ago
  50. dcf0b2e Even though getResources() from the module class loader should not return null, by Richard S. Hall · 14 years ago
  51. 40d87b1 Fix FELIX-2630 Rename @Component attributes to follow the java naming conventions by Clement Escoffier · 14 years ago
  52. 3b7ae20 Module class loader should return empty enumeration for getResources(). (FELIX-2629) by Richard S. Hall · 14 years ago
  53. c95daf0 Fix time in reports. by Clement Escoffier · 14 years ago
  54. 9e0f79f Fix surefire-reports. by Clement Escoffier · 14 years ago
  55. 7a1820e Fix FELIX-2623 @Update annotated methods should not require a Dictionary parameter. by Clement Escoffier · 14 years ago
  56. f22819a 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
  57. bd5f3b2 Fix FELIX-2622 Support static service properties that are not mirrored into fields by Clement Escoffier · 14 years ago
  58. 287a86b use a released version of felix framework and iPOJO extender handler by Clement Escoffier · 14 years ago
  59. a673b24 fix osgi core dependency, reenable internal junit4osgi tests by Clement Escoffier · 14 years ago
  60. 75533fe FELIX-2627 Allow for uploading war files, which may be bundles, too by Felix Meschberger · 14 years ago
  61. 5a247dd Avoid rewriting files unnecessarily. (FELIX-2626) by Richard S. Hall · 14 years ago
  62. 5a08c8c 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
  63. 1b40a0a remove useless import by Clement Escoffier · 14 years ago
  64. 5d0257b Avoid another disk access. (FELIX-2619) by Richard S. Hall · 14 years ago
  65. 0557fdf Avoid extra disk accesses in bundle cache. (FELIX-2619) by Richard S. Hall · 14 years ago
  66. 9b3198b Updated to latest DM snapshot. by Marcel Offermans · 14 years ago
  67. 9754608 Fixed FELIX-2617 /webconsole has option to change the language but doesn't show the currently selected one/ by Valentin Pavlov Valchev · 14 years ago
  68. 6e19800 Fixed FELIX-2616 /Russian l10n files for Web Console/ by Valentin Pavlov Valchev · 14 years ago
  69. 310e242 Fixed FELIX-2610 / WebConsole doesn't work with JDK 1.3.1_06 because of problem in MessageFormat/ by Valentin Pavlov Valchev · 14 years ago
  70. 1183d76 Cleanup after release by Karl Pauls · 14 years ago
  71. 85112ad [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  72. 0d884fd [maven-release-plugin] prepare release org.apache.felix.main.distribution-3.0.3 by Karl Pauls · 14 years ago
  73. bf24bc5 Prepare for release by Karl Pauls · 14 years ago
  74. 9824c8c Cleanup after release by Karl Pauls · 14 years ago
  75. 39004e3 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  76. 013844b [maven-release-plugin] prepare release org.apache.felix.main-3.0.3 by Karl Pauls · 14 years ago
  77. c22abaa Prepare for release by Karl Pauls · 14 years ago
  78. 67eefde [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  79. a2a97b4 [maven-release-plugin] prepare release org.apache.felix.framework-3.0.3 by Karl Pauls · 14 years ago
  80. 3496195 Prepare for release by Karl Pauls · 14 years ago
  81. 6698886 Cleanup after release by Karl Pauls · 14 years ago
  82. c71dc47 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  83. 8aa4018 [maven-release-plugin] prepare release org.apache.felix.gogo.command-0.6.1 by Karl Pauls · 14 years ago
  84. d9ead5b Prepare for release by Karl Pauls · 14 years ago
  85. 4b3da68 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  86. 6ce3aac [maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.6.1 by Karl Pauls · 14 years ago
  87. 85fbee5 Prepare for release by Karl Pauls · 14 years ago
  88. 5a1dd68 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  89. 6e30a0a [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.6.1 by Karl Pauls · 14 years ago
  90. a8ceea9 Use gogo-parent 0.6.0 instead of 0.7.0-SNAPSHOT by Karl Pauls · 14 years ago
  91. 6e8380d Update change logs. by Richard S. Hall · 14 years ago
  92. fd69467 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
  93. e781990 FELIX-2396: Ability to have callbacks when accessing session variables by Guillaume Nodet · 14 years ago
  94. 911cabd Create another class loader for Java5 which overrides getResources() and by Richard S. Hall · 14 years ago
  95. c0f1c7b Don't use String.contains(). (FELIX-2611) by Richard S. Hall · 14 years ago
  96. e0aa950 Don't use Boolean.parseBoolean(). (FELIX-2612) by Richard S. Hall · 14 years ago
  97. b8545ed Fixed FELIX-2609 /WebConsole doesn't work with JDK 1.3.1_06 because of Locale/ by Valentin Pavlov Valchev · 14 years ago
  98. c299f7a Add all attributes/directives to system bundle export package header. (FELIX-2599) by Richard S. Hall · 14 years ago
  99. 67ea8fc Reformat. by Richard S. Hall · 14 years ago
  100. 3068479 FELIX-2608 : Threads should be daemon threads by Carsten Ziegeler · 14 years ago