1. 10e55a5 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  2. 3d55eeb [maven-release-plugin] prepare release org.apache.felix.main-3.0.5 by Karl Pauls · 14 years ago
  3. 02de4ae Prepare release. by Karl Pauls · 14 years ago
  4. eb6966a Prepare release. by Karl Pauls · 14 years ago
  5. dd7ddbf [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  6. 789283f [maven-release-plugin] prepare release org.apache.felix.framework-3.0.5 by Karl Pauls · 14 years ago
  7. 1629f7f Rollback by Karl Pauls · 14 years ago
  8. cc45852 [maven-release-plugin] prepare release org.apache.felix.framework-3.0.5 by Karl Pauls · 14 years ago
  9. a2fd771 Prepare for release. by Karl Pauls · 14 years ago
  10. 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
  11. 7937dcc fixed memory leak in remove(Dependency) method by Pierre De Rop · 15 years ago
  12. a5386e8 fixed wrong method names by Pierre De Rop · 15 years ago
  13. ac4ae1e Added a new test case, which verifies that declaring extra dependencies from an init method, by Pierre De Rop · 15 years ago
  14. 70a01d1 Fetch again the current state in the add(List) method, just before invoking calculateStateChanges method. by Pierre De Rop · 15 years ago
  15. 105b5ff Add the JMX Handler Test suite by Clement Escoffier · 15 years ago
  16. 5a7d91c Fix FELIX-2633 Rename JMX annotations by Clement Escoffier · 15 years ago
  17. 5298bb4 Delete the bundleAsiPOJO module by Clement Escoffier · 15 years ago
  18. 0e5b568 Fix FELIX-2664 Native methods should not be manipulated by Clement Escoffier · 15 years ago
  19. 1aa5208 Cannot override getResources() pre-Java 1.5 and some other minor cleanup. by Richard S. Hall · 15 years ago
  20. c83e699 Refactor a bit the local url conversions using methods and a wrapper enumeration for performance (FELIX-2645) by Guillaume Nodet · 15 years ago
  21. 56ebfd2 Code cleanup (e.g., remove IteratorToEnumeration class). by Richard S. Hall · 15 years ago
  22. 99d1137 FELIX-2556: Don't try to stop fragment bundles by Sanjeeb Kumar Sahoo · 15 years ago
  23. ad9c2a4 Test to ensure the service changed bugfix will not regress. by Marcel Offermans · 15 years ago
  24. 2fb1eaa Incorrectly dealt with service changed events. by Marcel Offermans · 15 years ago
  25. 8f1f8c3 Eliminated thread local and anonymous inner classe for returning by Richard S. Hall · 15 years ago
  26. 861a5c1 FELIX-2655: Make log level configurable by Sanjeeb Kumar Sahoo · 15 years ago
  27. 962f815 remove -i alias for --nointeractive FELIX-2661 by Derek Baum · 15 years ago
  28. b3008df added --nointeractive flag to gosh. FELIX-2661 by Derek Baum · 15 years ago
  29. a1d9364 Another new test case for resource adapters. by Marcel Offermans · 15 years ago
  30. fac0463 Tests the extensions that have been made to the standard ServiceTracker (mostly related to dealing with aspects). by Marcel Offermans · 15 years ago
  31. 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 · 15 years ago
  32. 0d22944 Extended the test case. by Marcel Offermans · 15 years ago
  33. 1dd6e4e Extended the test case. by Marcel Offermans · 15 years ago
  34. 6ae70e2 Some code reformatting. by Marcel Offermans · 15 years ago
  35. 20ecd46 Fixed this test. by Marcel Offermans · 15 years ago
  36. 173c990 Added an extra method to the interface. by Marcel Offermans · 15 years ago
  37. 043d5c0 More fixes for instance bound callbacks. by Marcel Offermans · 15 years ago
  38. 65b3485 Various fixes for problems with when to invoke instance bound dependency callbacks. by Marcel Offermans · 15 years ago
  39. 980ec58 Fixed a concurrent modification exception caused by improper and missing synchronization. by Marcel Offermans · 15 years ago
  40. f0e93f0 FELIX-2660 Prevent bundles from being displayed in the web output by Felix Meschberger · 15 years ago
  41. 54c6304 FELIX-2570 Allow ConfigurationPrinter services to output HTML code by Felix Meschberger · 15 years ago
  42. 3508946 Refactor configuration render type detection into a sngle class by Carsten Ziegeler · 15 years ago
  43. eadd5e9 FELIX-2659 : ConfigurationRender.searchMethod must catch problems more broadly by Carsten Ziegeler · 15 years ago
  44. 0b56f85 FELIX-2658 : Deprecate ConfigurationPrinter.PROPERTY_MODES constant by Carsten Ziegeler · 15 years ago
  45. f586c55 Modify bundle cache to use a single file to record bundle state by Richard S. Hall · 15 years ago
  46. 6090dc4 FELIX-2639 Add new WebConsoleSecurityProvider2 interface and by Felix Meschberger · 15 years ago
  47. 8064fe1 FELIX-2647 Further improvements: by Felix Meschberger · 15 years ago
  48. 6e035bb We should about implicit boot delegation as soon as we find a by Richard S. Hall · 15 years ago
  49. e1303a9 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  50. 975858f [maven-release-plugin] prepare release org.apache.felix.eventadmin-1.2.6 by Carsten Ziegeler · 15 years ago
  51. da589fb Update changelog by Carsten Ziegeler · 15 years ago
  52. a406db7 FELIX-2614 : Mark unresolved packages by Carsten Ziegeler · 15 years ago
  53. 7bebfae FELIX-2652 : Allow attachment providers which do not implement the interface by Carsten Ziegeler · 15 years ago
  54. 33a3ba6 Add extra dependencies in one shot, using the Service.add(List) signature, in order to calculate state changes atomically by Pierre De Rop · 15 years ago
  55. 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 · 15 years ago
  56. afbb263 FELIX-2650 : ConfigurationPrinter with other modes than web should be excluded from web by Carsten Ziegeler · 15 years ago
  57. e64c2846 FELIX-2649 : Support for configuration printers without requiring them to implement the interface by Carsten Ziegeler · 15 years ago
  58. b5ad3d1 Bugfixes related to aspects and general life cycle issues. Committed so others can test against this version. by Marcel Offermans · 15 years ago
  59. 2d2c052 FELIX-2645: Introduce the org.apache.felix.jarurls property by Guillaume Nodet · 15 years ago
  60. d7d52aa FELIX-2645: Introduce the org.apache.felix.jarurls property by Guillaume Nodet · 15 years ago
  61. 44e3967 FELIX-2647 First checkin of the Apache Felix Coordinator Service implementation by Felix Meschberger · 15 years ago
  62. dbd0979 Ignore more Maven Eclipse project files by Felix Meschberger · 15 years ago
  63. 5dab6e4 add comments. by Clement Escoffier · 15 years ago
  64. 0c5fd84 Cleanup test environment after tests. by Clement Escoffier · 15 years ago
  65. 48f12e8 Fix FELIX-2594 Have a way to create new custom iPojo handler without having to specify a handler usage by Clement Escoffier · 15 years ago
  66. ae2aac7 Do not make containerisms public. (FELIX-2645) by Richard S. Hall · 15 years ago
  67. a506251 [FELIX-2645] Add (hidden) way to retrieve a local URL for a given bundle URL by Guillaume Nodet · 15 years ago
  68. a947d90 Start working on FELIX-2636 Cannot control the validity of an iPOJO instance using a configuration property by Clement Escoffier · 15 years ago
  69. abf424f Forgot to remove a print statement. by Marcel Offermans · 15 years ago
  70. 3c638ed Added and clarified several tests. by Marcel Offermans · 15 years ago
  71. 5d84b07 Fixed two issues: by Marcel Offermans · 15 years ago
  72. 7ed19a2 Now shows a direct dependency on a service reference in a more readable way: prints the service.id now. by Marcel Offermans · 15 years ago
  73. 899b980 Code cleanup, added a more descriptive toString implementation. by Marcel Offermans · 15 years ago
  74. f7547c3 Added missing documentation. by Marcel Offermans · 15 years ago
  75. 878b6e8 Improved printing of arrays in property values when converting a ServiceReference to a String. by Marcel Offermans · 15 years ago
  76. 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 · 15 years ago
  77. 01e7ebb FELIX-2615 : ArrayOutOfBoundsException occurs from maven scr plugin when an empty class is present - applied patch from Tharindu Mathew by Carsten Ziegeler · 15 years ago
  78. 2842962 Fix FELIX-2634 Rename the @Publisher annotation into @Publishes annotation to avoid collision by Clement Escoffier · 15 years ago
  79. 607aa24 Use released version of SCR by Carsten Ziegeler · 15 years ago
  80. 36645b8 FELIX-2638 : Make a single configuration printer output available via http by Carsten Ziegeler · 15 years ago
  81. fcdb7bd Fix javadoc by Carsten Ziegeler · 15 years ago
  82. fb5b385 JavaDoc by Felix Meschberger · 15 years ago
  83. 030fab2 Fix typo by Carsten Ziegeler · 15 years ago
  84. 50a7cd2 New test cases for adapters. by Marcel Offermans · 15 years ago
  85. 41ecc37 Renamed test class. by Marcel Offermans · 15 years ago
  86. 6f3e514 Code reformatting in preparation for some test refactorings. by Marcel Offermans · 15 years ago
  87. aab9d2e Clean-up after release by Karl Pauls · 15 years ago
  88. 78d7572 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  89. 4850235 [maven-release-plugin] prepare release org.apache.felix.main.distribution-3.0.4 by Karl Pauls · 15 years ago
  90. efd1db8 Update changelog and prepare for release by Karl Pauls · 15 years ago
  91. 94a5d79 Clean-up after release by Karl Pauls · 15 years ago
  92. 1326cdb [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  93. 3e3390f [maven-release-plugin] prepare release org.apache.felix.main-3.0.4 by Karl Pauls · 15 years ago
  94. 3094225 Update changelog and prepare for release by Karl Pauls · 15 years ago
  95. 2af4b0c [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  96. 218877e [maven-release-plugin] prepare release org.apache.felix.framework-3.0.4 by Karl Pauls · 15 years ago
  97. 5a899e8 Update changelog and prepare for release by Karl Pauls · 15 years ago
  98. a14e91c Unlike ClassLoader.getResources(), Bundle.getResources() should return null. by Richard S. Hall · 15 years ago
  99. e42af32 Rollback last commit, since the we need more feedback on the patch. by Richard S. Hall · 15 years ago
  100. 365a900 Use released version of Gogo. by Richard S. Hall · 15 years ago