1. 17d3738 Add changelog for fileinstall 3.1.0 by Guillaume Nodet · 14 years ago
  2. 3b9ce24 [FELIX-2021] Enable FileInstall to set Bundle Start Level by Guillaume Nodet · 14 years ago
  3. cdd0151 Also added sentence in Bulgarian localization files to the metadata.username.description and metadata.password.description properties: "This property is ignored if a WebConsoleSecurityProvider is used for authentication." by Valentin Pavlov Valchev · 14 years ago
  4. 6f794e7 FELIX-2668 Add german translations for new metadata descriptor properties by Felix Meschberger · 14 years ago
  5. e79e1d4 Fixed FELIX-2668 /Add localization for the meta-type/ by Valentin Pavlov Valchev · 14 years ago
  6. 267dabf [FELIX-2643] When using the jardir url handler, fileinstall should not compress the zip stream by Guillaume Nodet · 14 years ago
  7. c8f9c2a [FELIX-2318] Possible NPE for jars with null Manifest by Guillaume Nodet · 14 years ago
  8. 08bbf78 [FELIX-2663] Allow ConfigInstaller to perform placeholder substitution from framework properties by Guillaume Nodet · 14 years ago
  9. 8315ba3 Add some explanation. (FELIX-2670) by Richard S. Hall · 14 years ago
  10. 213efef [FELIX-2571] Have fileinstall listen for configuration changes and write them back to the config files by Guillaume Nodet · 14 years ago
  11. 69c9e49 Update to latest bndlib. (FELIX-2176) by Richard S. Hall · 14 years ago
  12. 4b7ba71 Fix some formatting. by Richard S. Hall · 14 years ago
  13. a850964 Fixed FELIX-2674 /Too much error logging after fixing FELIX-2644/ by Valentin Pavlov Valchev · 14 years ago
  14. a01ce7f Fixed #FELIX-2644 /cannot disable plugin/ by Valentin Pavlov Valchev · 14 years ago
  15. b6a160c Rewrite how we determine when to implicitly boot delegate. (FELIX-2670) by Richard S. Hall · 14 years ago
  16. 5270a0a fix up NOTICE and DEPENDENCY files by David Morgan Spenser Savage · 14 years ago
  17. 665e8fd FELIX-2669 Ensure DEPENDENCIES file is also included with the build by Felix Meschberger · 14 years ago
  18. 6c2702b FELIX-2669 Fix and update legal files by Felix Meschberger · 14 years ago
  19. d90e707 FELIX-2669 Remove scr-annotations module from main reactor by Felix Meschberger · 14 years ago
  20. f9ff3f4 FELIX-2669 Remove leftover empty directories by Felix Meschberger · 14 years ago
  21. fe73a15 Clarify propertyPrivate JavaDoc by Felix Meschberger · 14 years ago
  22. 53dd92d FELIX-2669 A few more dependency fixes: by Felix Meschberger · 14 years ago
  23. 7a0b2fb FELIX-2669 For backwards compatibility ensure default by Felix Meschberger · 14 years ago
  24. 58593d8 FELIX-2669 Fix dependencies and ensure build is using Java 5 by Felix Meschberger · 14 years ago
  25. 7cd1bec FELIX-2669 fix reactor project model by Felix Meschberger · 14 years ago
  26. 5477337 FELIX-2669 move scr.annotations to scrplugin/annotations and reorder sources amongst the new modules by Felix Meschberger · 14 years ago
  27. 7b99bbc FELIX-2669 move maven plugin code to maven-scr-plugin subfolder by Felix Meschberger · 14 years ago
  28. 1a56d7a FELIX-2671 (OSGi Bug 104) Add a TODO to ensure termination of by Felix Meschberger · 14 years ago
  29. 16422e9 FELIX-2671 (OSGi Bug 105) Remove participateOrBegin method by Felix Meschberger · 14 years ago
  30. e5a0be5 FELIX-2671 (OSGi Bug 97) On timeout the Coordination is immediately by Felix Meschberger · 14 years ago
  31. ba002a4 FELIX-2671 (OSGi Bug 100) Add new isTerminated method by Felix Meschberger · 14 years ago
  32. fbaea5b FELIX-2642 Implement Ant Task for DS and Metatype service descriptor generation by Felix Meschberger · 14 years ago
  33. 063364b [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 14 years ago
  34. c893d19 [maven-release-plugin] prepare release org.apache.felix.ipojo-1.6.6 by Clement Escoffier · 14 years ago
  35. e1a0407 update the changelog (release preparation) by Clement Escoffier · 14 years ago
  36. f7f0134 Cleanup by Karl Pauls · 14 years ago
  37. e671c80 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  38. 7b2a4d1 [maven-release-plugin] prepare release org.apache.felix.main.distribution-3.0.5 by Karl Pauls · 14 years ago
  39. 21c1a4c Prepare release by Karl Pauls · 14 years ago
  40. 6735105 Cleanup by Karl Pauls · 14 years ago
  41. 10e55a5 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  42. 3d55eeb [maven-release-plugin] prepare release org.apache.felix.main-3.0.5 by Karl Pauls · 14 years ago
  43. 02de4ae Prepare release. by Karl Pauls · 14 years ago
  44. eb6966a Prepare release. by Karl Pauls · 14 years ago
  45. dd7ddbf [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  46. 789283f [maven-release-plugin] prepare release org.apache.felix.framework-3.0.5 by Karl Pauls · 14 years ago
  47. 1629f7f Rollback by Karl Pauls · 14 years ago
  48. cc45852 [maven-release-plugin] prepare release org.apache.felix.framework-3.0.5 by Karl Pauls · 14 years ago
  49. a2fd771 Prepare for release. by Karl Pauls · 14 years ago
  50. 1a85f96 FELIX-2665 : getting error about SlingFilterScope not being applicable for <T extends Enum>. Applied patch from Justin Edelson by Carsten Ziegeler · 14 years ago
  51. 7937dcc fixed memory leak in remove(Dependency) method by Pierre De Rop · 14 years ago
  52. a5386e8 fixed wrong method names by Pierre De Rop · 14 years ago
  53. ac4ae1e Added a new test case, which verifies that declaring extra dependencies from an init method, by Pierre De Rop · 14 years ago
  54. 70a01d1 Fetch again the current state in the add(List) method, just before invoking calculateStateChanges method. by Pierre De Rop · 14 years ago
  55. 105b5ff Add the JMX Handler Test suite by Clement Escoffier · 14 years ago
  56. 5a7d91c Fix FELIX-2633 Rename JMX annotations by Clement Escoffier · 14 years ago
  57. 5298bb4 Delete the bundleAsiPOJO module by Clement Escoffier · 14 years ago
  58. 0e5b568 Fix FELIX-2664 Native methods should not be manipulated by Clement Escoffier · 14 years ago
  59. 1aa5208 Cannot override getResources() pre-Java 1.5 and some other minor cleanup. by Richard S. Hall · 14 years ago
  60. c83e699 Refactor a bit the local url conversions using methods and a wrapper enumeration for performance (FELIX-2645) by Guillaume Nodet · 14 years ago
  61. 56ebfd2 Code cleanup (e.g., remove IteratorToEnumeration class). by Richard S. Hall · 14 years ago
  62. 99d1137 FELIX-2556: Don't try to stop fragment bundles by Sanjeeb Kumar Sahoo · 14 years ago
  63. ad9c2a4 Test to ensure the service changed bugfix will not regress. by Marcel Offermans · 14 years ago
  64. 2fb1eaa Incorrectly dealt with service changed events. by Marcel Offermans · 14 years ago
  65. 8f1f8c3 Eliminated thread local and anonymous inner classe for returning by Richard S. Hall · 14 years ago
  66. 861a5c1 FELIX-2655: Make log level configurable by Sanjeeb Kumar Sahoo · 14 years ago
  67. 962f815 remove -i alias for --nointeractive FELIX-2661 by Derek Baum · 14 years ago
  68. b3008df added --nointeractive flag to gosh. FELIX-2661 by Derek Baum · 14 years ago
  69. a1d9364 Another new test case for resource adapters. by Marcel Offermans · 14 years ago
  70. fac0463 Tests the extensions that have been made to the standard ServiceTracker (mostly related to dealing with aspects). by Marcel Offermans · 14 years ago
  71. a107371 Updated the test to use a new feature of the Ensure helper class that allows you to test multiple invocations of the same method by specifying a list of sequence numbers that must match with the invocations. by Marcel Offermans · 14 years ago
  72. 0d22944 Extended the test case. by Marcel Offermans · 14 years ago
  73. 1dd6e4e Extended the test case. by Marcel Offermans · 14 years ago
  74. 6ae70e2 Some code reformatting. by Marcel Offermans · 14 years ago
  75. 20ecd46 Fixed this test. by Marcel Offermans · 14 years ago
  76. 173c990 Added an extra method to the interface. by Marcel Offermans · 14 years ago
  77. 043d5c0 More fixes for instance bound callbacks. by Marcel Offermans · 14 years ago
  78. 65b3485 Various fixes for problems with when to invoke instance bound dependency callbacks. by Marcel Offermans · 14 years ago
  79. 980ec58 Fixed a concurrent modification exception caused by improper and missing synchronization. by Marcel Offermans · 14 years ago
  80. f0e93f0 FELIX-2660 Prevent bundles from being displayed in the web output by Felix Meschberger · 14 years ago
  81. 54c6304 FELIX-2570 Allow ConfigurationPrinter services to output HTML code by Felix Meschberger · 14 years ago
  82. 3508946 Refactor configuration render type detection into a sngle class by Carsten Ziegeler · 14 years ago
  83. eadd5e9 FELIX-2659 : ConfigurationRender.searchMethod must catch problems more broadly by Carsten Ziegeler · 14 years ago
  84. 0b56f85 FELIX-2658 : Deprecate ConfigurationPrinter.PROPERTY_MODES constant by Carsten Ziegeler · 14 years ago
  85. f586c55 Modify bundle cache to use a single file to record bundle state by Richard S. Hall · 14 years ago
  86. 6090dc4 FELIX-2639 Add new WebConsoleSecurityProvider2 interface and by Felix Meschberger · 14 years ago
  87. 8064fe1 FELIX-2647 Further improvements: by Felix Meschberger · 14 years ago
  88. 6e035bb We should about implicit boot delegation as soon as we find a by Richard S. Hall · 14 years ago
  89. e1303a9 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 14 years ago
  90. 975858f [maven-release-plugin] prepare release org.apache.felix.eventadmin-1.2.6 by Carsten Ziegeler · 14 years ago
  91. da589fb Update changelog by Carsten Ziegeler · 14 years ago
  92. a406db7 FELIX-2614 : Mark unresolved packages by Carsten Ziegeler · 14 years ago
  93. 7bebfae FELIX-2652 : Allow attachment providers which do not implement the interface by Carsten Ziegeler · 14 years ago
  94. 33a3ba6 Add extra dependencies in one shot, using the Service.add(List) signature, in order to calculate state changes atomically by Pierre De Rop · 14 years ago
  95. e07d0b0 Since this tests defines two extra dependencies from an init method, then we have to use service.add(List) signature ... by Pierre De Rop · 14 years ago
  96. afbb263 FELIX-2650 : ConfigurationPrinter with other modes than web should be excluded from web by Carsten Ziegeler · 14 years ago
  97. e64c2846 FELIX-2649 : Support for configuration printers without requiring them to implement the interface by Carsten Ziegeler · 14 years ago
  98. b5ad3d1 Bugfixes related to aspects and general life cycle issues. Committed so others can test against this version. by Marcel Offermans · 14 years ago
  99. 2d2c052 FELIX-2645: Introduce the org.apache.felix.jarurls property by Guillaume Nodet · 14 years ago
  100. d7d52aa FELIX-2645: Introduce the org.apache.felix.jarurls property by Guillaume Nodet · 14 years ago