1. 00f188a Modified the filter to properly handle the fact that keys in service properties are case insensitive. by Marcel Offermans · 13 years ago
  2. b4c5868 [FELIX-2970] - Factory Configuration Adapter Service does not copy adapter dependencies. by Pierre De Rop · 13 years ago
  3. 1aab6f8 Have wiring use protection domain from revision, rename security context by Richard S. Hall · 13 years ago
  4. 7ffc000 Initial pass at implementing FrameworkWiringImpl. More stress testing is likely by Richard S. Hall · 13 years ago
  5. ba7157d [FELIX-2965] - Apply @Registered/@Unregistered annotation on composition instances. by Pierre De Rop · 13 years ago
  6. d7fb539 [FELIX-2966] Maven plugin generates by default Import-Service and Export-Service headers. by Pierre De Rop · 13 years ago
  7. 2d119b1 [FELIX-2966] - Annotations should automatically generate Import-Service/Export-Service headers. by Pierre De Rop · 13 years ago
  8. 17ff637 [FELIX-2966] - Annotations should automatically generate Import-Service/Export-Service headers. by Pierre De Rop · 13 years ago
  9. 58f6c39 FELIX-2964 (NPE on some dependency manager adapters, when auto-configuration mode is disabled) by Pierre De Rop · 13 years ago
  10. d6c0b5f FELIX-2926 Log an ERROR message for a missing declared method (instead by Felix Meschberger · 13 years ago
  11. a0c1568 Removed unneeded members. (FELIX-2950) by Richard S. Hall · 13 years ago
  12. 2d3be37 Clean up Filter impl. (FELIX-2950) by Richard S. Hall · 13 years ago
  13. 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
  14. f1ba386 Fix repository delete bug. (FELIX-2958) by Richard S. Hall · 13 years ago
  15. 4a1ddba Dependents for fragments are calculated differently. (FELIX-2950) by Richard S. Hall · 13 years ago
  16. cb2f1b0 Lazy activation was being handled in two places; related metadata by Richard S. Hall · 13 years ago
  17. d0dca9b Update OSGi R4.3 API. Fix a few bugs. (FELIX-2950) by Richard S. Hall · 13 years ago
  18. d065f1b FELIX-2955 Forgot to commit the updated pom.xml for the test. by Marcel Offermans · 13 years ago
  19. 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
  20. 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
  21. 5323305 FELIX-2955 Extended the testcase to implement the described scenario. It now indeed fails. by Marcel Offermans · 13 years ago
  22. c8ea126 FELIX-2957 - Filter scope should be an array by Carsten Ziegeler · 13 years ago
  23. 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
  24. 13020e5 FELIX-2956 (json should be embedded in the annotation scanner plugin) by Pierre De Rop · 13 years ago
  25. ec8dc48 FELIX-2956 (json should be embedded in the annotation scanner plugin) by Pierre De Rop · 13 years ago
  26. cb41020 FELIX-2956 (json should be embedded in the annotation scanner plugin) by Pierre De Rop · 13 years ago
  27. 26d4fd6 FELIX-2956 (json should be embedded in the annotation scanner plugin) by Pierre De Rop · 13 years ago
  28. 9226349 FELIX-2954 (annotated component factory does not allow to provide a component instance explicitly) by Pierre De Rop · 13 years ago
  29. a5a8328 Correct developer svn location by Carsten Ziegeler · 13 years ago
  30. 0b36f94 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 13 years ago
  31. a9e1f38 [maven-release-plugin] prepare release org.apache.felix.eventadmin-1.2.12 by Carsten Ziegeler · 13 years ago
  32. 54893a2 Correct svn location by Carsten Ziegeler · 13 years ago
  33. f2ffe85 [maven-release-plugin] rollback the release of org.apache.felix.eventadmin-1.2.12 by Carsten Ziegeler · 13 years ago
  34. 066b70c [maven-release-plugin] prepare release org.apache.felix.eventadmin-1.2.12 by Carsten Ziegeler · 13 years ago
  35. 4ecc677 Rollback to where we were before the failed 3.2.2 release and reapply by Richard S. Hall · 13 years ago
  36. ea2e37b Update dependencies for release by Karl Pauls · 13 years ago
  37. e485e84 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 13 years ago
  38. 8870982 [maven-release-plugin] prepare release org.apache.felix.main.distribution-3.2.2 by Karl Pauls · 13 years ago
  39. 8d8e514 Update dependencies for release by Karl Pauls · 13 years ago
  40. 4b9f671 Update dependencies for release by Karl Pauls · 13 years ago
  41. ea8fda2 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 13 years ago
  42. 57c29f2 [maven-release-plugin] prepare release org.apache.felix.main-3.2.2 by Karl Pauls · 13 years ago
  43. 08b1f3c Update dependencies for release by Karl Pauls · 13 years ago
  44. 4830eae [maven-release-plugin] prepare for next development iteration by Karl Pauls · 13 years ago
  45. 8f6317c [maven-release-plugin] prepare release org.apache.felix.framework-3.2.2 by Karl Pauls · 13 years ago
  46. e090607 FELIX-2953 Made the cache size configurable via a system property. by Marcel Offermans · 13 years ago
  47. cd34b0d FELIX-2948 : scr-maven-plugin fails with org.maven.ide.eclipse plugin (exploded bundle) by Carsten Ziegeler · 13 years ago
  48. b65dba5 Fix bug in patch for FELIX-2935 that was causing real directory by Richard S. Hall · 13 years ago
  49. 9dd2233 Rollback after failed release. by Karl Pauls · 13 years ago
  50. b42b550 Pull in complete OSGi R4.3 API. (FELIX-2950) by Richard S. Hall · 13 years ago
  51. 66ee2e6 Merge dynamic imports into normal imports. (FELIX-2950) by Richard S. Hall · 13 years ago
  52. 16399e7 Various cleaning up of the code. (FELIX-2950) by Richard S. Hall · 13 years ago
  53. 44e2907 Move all content path handling to the bundle revision implementation by Richard S. Hall · 13 years ago
  54. 7e76eab Move dependency bookkeeping out of BundleRevisionImpl to try to clean by Richard S. Hall · 13 years ago
  55. 27d8caf Separate BundleWire implementation from BundleRevision implementation. (FELIX-2950) by Richard S. Hall · 13 years ago
  56. 7076bde Change class loader delegation to revision-to-revision instead by Richard S. Hall · 13 years ago
  57. bdf4985 Replace internal Module abstraction with BundleRevision. by Richard S. Hall · 13 years ago
  58. 64b7c6e Manage a module's resolved capabilities/requirements separately from by Richard S. Hall · 13 years ago
  59. 93ed23d Use BundleCapability/BundleRequirement. (FELIX-2950) by Richard S. Hall · 13 years ago
  60. 61fa43c Update changelog by Carsten Ziegeler · 13 years ago
  61. 8a0a5fd FELIX-2945 : SCR plugin: Parsing of "options" for property tag broken for java annotations. Applied slightly modified patch from Stefan Seifert by Carsten Ziegeler · 13 years ago
  62. 12bbdd2 updated eah snapshot version to 1.9.0-SNAPSHOT by Clement Escoffier · 13 years ago
  63. 0fa97ad Update changelogs and dependencies for release by Karl Pauls · 13 years ago
  64. d1f77c1 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 13 years ago
  65. 94d0d04 [maven-release-plugin] prepare release org.apache.felix.main.distribution-3.2.2 by Karl Pauls · 13 years ago
  66. 817be88 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 13 years ago
  67. 05e5e61 [maven-release-plugin] prepare release org.apache.felix.ipojo.handler.eventadmin-1.8.0 by Clement Escoffier · 13 years ago
  68. 7ba5a06 updated changelog. by Clement Escoffier · 13 years ago
  69. da9871c Update changelogs and dependencies for release by Karl Pauls · 13 years ago
  70. dc96384 Update dependencies for release by Karl Pauls · 13 years ago
  71. 6dc2828 Update dependencies for release by Karl Pauls · 13 years ago
  72. cccf482 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 13 years ago
  73. d561940 [maven-release-plugin] prepare release org.apache.felix.main-3.2.2 by Karl Pauls · 13 years ago
  74. f932bb0 Update dependencies for release by Karl Pauls · 13 years ago
  75. bac6289 Update changelog by Karl Pauls · 13 years ago
  76. e021c86 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 13 years ago
  77. 30b9759 [maven-release-plugin] prepare release org.apache.felix.framework-3.2.2 by Karl Pauls · 13 years ago
  78. 5bfc61f Update changelog for release by Karl Pauls · 13 years ago
  79. e19693c Delete duplicated legal file and extend the resources tag in the pom to include them from the root. by Karl Pauls · 13 years ago
  80. 3586293 Modify framework start level change processing to use a shared snapshot by Richard S. Hall · 13 years ago
  81. 85d5eab Apply patch to improve exception message. (FELIX-2912) by Richard S. Hall · 13 years ago
  82. 51d21ad Use latest releases by Carsten Ziegeler · 13 years ago
  83. d30ac1c FELIX-2947 Indices now track all services and aspects, which solves the problem. by Marcel Offermans · 13 years ago
  84. cdd0f29 FELIX-2946 Implemented an option to have the tracker track all aspects. Bumped bundle and tracker package versions to 3.1.0. by Marcel Offermans · 13 years ago
  85. ad965fb Code was being invoked too often (calling a static method from each and every instance, instead of just once). by Marcel Offermans · 13 years ago
  86. 12e5a51 Avoid returning duplicates of synthesized directory entries. (FELIX-2935) by Richard S. Hall · 13 years ago
  87. cfa4e37 Removed root changelog.txt by Pierre De Rop · 13 years ago
  88. 85a149f Removed root changelog.txt and LICENSE.json because we don't embed json in the target annotation artifact by Pierre De Rop · 13 years ago
  89. 596082d use released (3.0.0) Dependency Manager version by Pierre De Rop · 13 years ago
  90. 40b3455 cleaned REAMD by Pierre De Rop · 13 years ago
  91. dd6e0cb use released (3.0.0) dependency manager annotation dependency by Pierre De Rop · 13 years ago
  92. b1b96a5 changed factoryPid attribute by Pierre De Rop · 13 years ago
  93. 6408b0d added pid attribute in the ConfigurationDependency annotation by Pierre De Rop · 13 years ago
  94. f71e389 depend on DM trunk version (3.0.1) by Pierre De Rop · 13 years ago
  95. 0501214 depend on DM trunk version (3.0.1) by Pierre De Rop · 13 years ago
  96. 03e32e1 depend on released DM annotation artifact by Pierre De Rop · 13 years ago
  97. 0ae60e6 Use latest snapshot by Carsten Ziegeler · 13 years ago
  98. ea3e63f [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 13 years ago
  99. 55e5b84 [maven-release-plugin] prepare release felix-parent-2 by Carsten Ziegeler · 13 years ago
  100. 083ac52 Correct svn location by Carsten Ziegeler · 13 years ago