1. a201ae5 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 13 years ago
  2. 327b87d [maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.10.0 by Richard S. Hall · 13 years ago
  3. 2b82926 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 13 years ago
  4. 6ee6939 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.10.0 by Richard S. Hall · 13 years ago
  5. 5dfc9ad Prepare for release. by Richard S. Hall · 13 years ago
  6. db3c7ec [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 13 years ago
  7. a80b3d8 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.10.0 by Richard S. Hall · 13 years ago
  8. 4e2f2be [FELIX-3002] Embed the OBR specific information for the EventAdmin bundle in the manifest by Guillaume Nodet · 13 years ago
  9. ffbfd59 FELIX-3001 help command now supports osgi.command.function String or String[] by Derek Baum · 13 years ago
  10. 03cf65b When coercing types for filter evaluation, we must now trim by Richard S. Hall · 13 years ago
  11. c4e7599 Implement most of the functionality for resolver hooks (FELIX-2986) along by Richard S. Hall · 13 years ago
  12. 115a366 Handle a null map. (FELIX-2950) by Richard S. Hall · 13 years ago
  13. d5e56ce Exceptions thrown by equals()/compare() should result in a false by Richard S. Hall · 13 years ago
  14. a8ab71f Fixed FELIX-2995 by Clement Escoffier · 13 years ago
  15. c5aff63 fix Felix-2894 - Gogo does not handles options but not parameters by Derek Baum · 13 years ago
  16. a75bd19 Use standard approach for getting current bundle revision. (FELIX-2950) by Richard S. Hall · 13 years ago
  17. d093dc9 Rename the cache's BundleRevision class to BundleArchiveRevision to avoid by Richard S. Hall · 13 years ago
  18. 83d15c3 Fix bundle refreshing of native libraries. (FELIX-2990) by Richard S. Hall · 13 years ago
  19. c6521f1 Fixed FELIX-2989 by Clement Escoffier · 13 years ago
  20. 2eef916 [FELIX-2988] Allow the substitution methods to receive a callback to obtain custom values by Guillaume Nodet · 13 years ago
  21. 5ba72ff Some refactoring to prepare for resolver hooks. (FELIX-2986) by Richard S. Hall · 13 years ago
  22. 2c0bf6b Use R4.3 capability namespaces where possible. (FELIX-2950) by Richard S. Hall · 13 years ago
  23. 1a2da8e Fixed messed up fragment wire log message. by Richard S. Hall · 13 years ago
  24. c23e038 Fix a bug in previous commit plus minor optimization. (FELIX-2973) by Richard S. Hall · 13 years ago
  25. 1aead89 fixed some javadocs by Pierre De Rop · 13 years ago
  26. 2af1c40 FELIX-2908 - Use same mechanism to get single annotation values as for multiple annotation values by Carsten Ziegeler · 13 years ago
  27. 4809b6e Update changelog by Carsten Ziegeler · 13 years ago
  28. ece48ce FELIX-2492 : scr plugin: using src annotations causes NoClassDefFoundError and other errors by Carsten Ziegeler · 13 years ago
  29. 3d142d4 Update changelog by Carsten Ziegeler · 13 years ago
  30. 0e37420 FELIX-2963 : scr annotations @Activate @Deactivate @Modified are not detected with class inheritance by Carsten Ziegeler · 13 years ago
  31. 8b7e6fe Ignore Eclipse project files by Felix Meschberger · 13 years ago
  32. 831b771 Very rough support for generic capabilities and requirements. The parser by Richard S. Hall · 13 years ago
  33. af9ef0f [FELIX-2982] noInitialDelay option does not work (fix possible pb when the initial polling delay is interrupted by Guillaume Nodet · 13 years ago
  34. 2560c7a [FELIX-2982] noInitialDelay option does not work by Guillaume Nodet · 13 years ago
  35. 4723a30 FELIX-2978 : Lookup reference policy does not work for inherited components by Carsten Ziegeler · 13 years ago
  36. 8a0a9a6 FELIX-2980 : org.apache.felix:maven-scr-plugin:1.7.1-SNAPSHOT:scr failed. NullPointerException by Carsten Ziegeler · 13 years ago
  37. 7e61c7b FELIX-2944 Testcase for namespace handling by Felix Meschberger · 13 years ago
  38. 3da6c22 FELIX-2944 better handle the case of unknown namespaces and ignored elements by Felix Meschberger · 13 years ago
  39. 28e3d3d FELIX-2944 Fix namespace URI for the Apache Felix DS extension by Felix Meschberger · 13 years ago
  40. 402aebf Improve message in case MetaTypeProvider API is not available by Felix Meschberger · 13 years ago
  41. 325e17b FELIX-2979 Use String constants instead of class literals for the service names to allow the class to load by Felix Meschberger · 13 years ago
  42. 86e948a JavaDoc and Doc reference by Felix Meschberger · 13 years ago
  43. 0d873d5 FELIX-2962 Oops; we do not use annotations for now by Felix Meschberger · 13 years ago
  44. e171c47 FELIX-2962 Ensure certain invalid XML is not accepted, particularly a subsequent open element instead of a closing element, as in "<a><a>" by Felix Meschberger · 13 years ago
  45. d72a7b0 FELIX-2962 DO not print stack traces like that .... by Felix Meschberger · 13 years ago
  46. bd32ca0 FELIX-2971 Apply patch by Christanto (thank you very much) to support forms on IE 7 by Felix Meschberger · 13 years ago
  47. 84ac937 FELIX-2976 fixed the issue by checking if the key is actually in the cache with a null value by Marcel Offermans · 13 years ago
  48. 3d2e194 Modify framework wiring and framework start level object to registry by Richard S. Hall · 13 years ago
  49. 08dc480 Implement new start level approach. (FELIX-2975) by Richard S. Hall · 13 years ago
  50. 5edfcd0 Change lock object. (FELIX-2969) by Richard S. Hall · 13 years ago
  51. f9d92f3 Modify URL Handlers impl to use same hook tracking mechanism as by Richard S. Hall · 13 years ago
  52. 3db51b1 More refactoring to service registry hook handling to match by Richard S. Hall · 13 years ago
  53. 0dc87b7 Refactor service hooks to use new service registry hook tracking mechanism by Richard S. Hall · 13 years ago
  54. 7eb28b9 Implement byte-code weaving hooks. (FELIX-2959) by Richard S. Hall · 13 years ago
  55. 00f188a Modified the filter to properly handle the fact that keys in service properties are case insensitive. by Marcel Offermans · 13 years ago
  56. b4c5868 [FELIX-2970] - Factory Configuration Adapter Service does not copy adapter dependencies. by Pierre De Rop · 13 years ago
  57. 1aab6f8 Have wiring use protection domain from revision, rename security context by Richard S. Hall · 13 years ago
  58. 7ffc000 Initial pass at implementing FrameworkWiringImpl. More stress testing is likely by Richard S. Hall · 13 years ago
  59. ba7157d [FELIX-2965] - Apply @Registered/@Unregistered annotation on composition instances. by Pierre De Rop · 13 years ago
  60. d7fb539 [FELIX-2966] Maven plugin generates by default Import-Service and Export-Service headers. by Pierre De Rop · 13 years ago
  61. 2d119b1 [FELIX-2966] - Annotations should automatically generate Import-Service/Export-Service headers. by Pierre De Rop · 13 years ago
  62. 17ff637 [FELIX-2966] - Annotations should automatically generate Import-Service/Export-Service headers. by Pierre De Rop · 13 years ago
  63. 58f6c39 FELIX-2964 (NPE on some dependency manager adapters, when auto-configuration mode is disabled) by Pierre De Rop · 13 years ago
  64. d6c0b5f FELIX-2926 Log an ERROR message for a missing declared method (instead by Felix Meschberger · 13 years ago
  65. a0c1568 Removed unneeded members. (FELIX-2950) by Richard S. Hall · 13 years ago
  66. 2d3be37 Clean up Filter impl. (FELIX-2950) by Richard S. Hall · 13 years ago
  67. 569f07c FELIX-2727 Do not check whether the plugin is "loaded" when creating the plugin map and allow the Deployment Admin plugin to load even in the absence of the DeploymentAdmin API. by Felix Meschberger · 13 years ago
  68. f1ba386 Fix repository delete bug. (FELIX-2958) by Richard S. Hall · 13 years ago
  69. 4a1ddba Dependents for fragments are calculated differently. (FELIX-2950) by Richard S. Hall · 13 years ago
  70. cb2f1b0 Lazy activation was being handled in two places; related metadata by Richard S. Hall · 13 years ago
  71. d0dca9b Update OSGi R4.3 API. Fix a few bugs. (FELIX-2950) by Richard S. Hall · 13 years ago
  72. d065f1b FELIX-2955 Forgot to commit the updated pom.xml for the test. by Marcel Offermans · 13 years ago
  73. c7fbf78 FELIX-2955 Fixed the bug by making sure that only dependency managers that still have a valid bundle context are returned. by Marcel Offermans · 13 years ago
  74. dd87a06 FELIX-2955 Small bugfix to the test, it still failed because I forgot to do a bit of cleanup halfway through the testcase. by Marcel Offermans · 13 years ago
  75. 5323305 FELIX-2955 Extended the testcase to implement the described scenario. It now indeed fails. by Marcel Offermans · 13 years ago
  76. c8ea126 FELIX-2957 - Filter scope should be an array by Carsten Ziegeler · 13 years ago
  77. 84231e6 FELIX-2955 Added a skeleton for a test to try and reproduce this bug. There is no test that actually tries the exact scenario yet. by Marcel Offermans · 13 years ago
  78. 13020e5 FELIX-2956 (json should be embedded in the annotation scanner plugin) by Pierre De Rop · 13 years ago
  79. ec8dc48 FELIX-2956 (json should be embedded in the annotation scanner plugin) by Pierre De Rop · 13 years ago
  80. cb41020 FELIX-2956 (json should be embedded in the annotation scanner plugin) by Pierre De Rop · 13 years ago
  81. 26d4fd6 FELIX-2956 (json should be embedded in the annotation scanner plugin) by Pierre De Rop · 13 years ago
  82. 9226349 FELIX-2954 (annotated component factory does not allow to provide a component instance explicitly) by Pierre De Rop · 13 years ago
  83. a5a8328 Correct developer svn location by Carsten Ziegeler · 13 years ago
  84. 0b36f94 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 13 years ago
  85. a9e1f38 [maven-release-plugin] prepare release org.apache.felix.eventadmin-1.2.12 by Carsten Ziegeler · 13 years ago
  86. 54893a2 Correct svn location by Carsten Ziegeler · 13 years ago
  87. f2ffe85 [maven-release-plugin] rollback the release of org.apache.felix.eventadmin-1.2.12 by Carsten Ziegeler · 13 years ago
  88. 066b70c [maven-release-plugin] prepare release org.apache.felix.eventadmin-1.2.12 by Carsten Ziegeler · 13 years ago
  89. 4ecc677 Rollback to where we were before the failed 3.2.2 release and reapply by Richard S. Hall · 13 years ago
  90. ea2e37b Update dependencies for release by Karl Pauls · 13 years ago
  91. e485e84 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 13 years ago
  92. 8870982 [maven-release-plugin] prepare release org.apache.felix.main.distribution-3.2.2 by Karl Pauls · 13 years ago
  93. 8d8e514 Update dependencies for release by Karl Pauls · 13 years ago
  94. 4b9f671 Update dependencies for release by Karl Pauls · 13 years ago
  95. ea8fda2 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 13 years ago
  96. 57c29f2 [maven-release-plugin] prepare release org.apache.felix.main-3.2.2 by Karl Pauls · 13 years ago
  97. 08b1f3c Update dependencies for release by Karl Pauls · 13 years ago
  98. 4830eae [maven-release-plugin] prepare for next development iteration by Karl Pauls · 13 years ago
  99. 8f6317c [maven-release-plugin] prepare release org.apache.felix.framework-3.2.2 by Karl Pauls · 13 years ago
  100. e090607 FELIX-2953 Made the cache size configurable via a system property. by Marcel Offermans · 13 years ago