1. b46d4fa Effectively rollback FELIX-2466 since OSGi R4.3 now allows by Richard S. Hall · 14 years ago
  2. 5b75e91 adapt(BundleRevision) should return null for uninstalled bundles, but by Richard S. Hall · 14 years ago
  3. dc0c9b1 More fixes to calculating resolved caps/deps, such as ignoring by Richard S. Hall · 14 years ago
  4. 8c44d09 Caps/reqs in host bundle revisions should not be wrapped. Also, we need by Richard S. Hall · 14 years ago
  5. d2cbd99 [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 14 years ago
  6. bbf7ba9 [maven-release-plugin] prepare release maven-bundle-plugin-2.3.5 by Stuart McCulloch · 14 years ago
  7. a7d1231 [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 14 years ago
  8. ddb6fb2 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.6 by Stuart McCulloch · 14 years ago
  9. 65f7680 Fix mime types by Stuart McCulloch · 14 years ago
  10. adc880d Fix mime types by Stuart McCulloch · 14 years ago
  11. 5521333 Add site docs by Stuart McCulloch · 14 years ago
  12. 6e3236c Update changelog by Stuart McCulloch · 14 years ago
  13. 22700ec [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 14 years ago
  14. e0c9beb [maven-release-plugin] prepare release maven-bundle-plugin-2.3.5 by Stuart McCulloch · 14 years ago
  15. fe053e9 [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 14 years ago
  16. 85ab993 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.6 by Stuart McCulloch · 14 years ago
  17. 4f6747a Use 2.1 parent pom by Stuart McCulloch · 14 years ago
  18. 7a4c967 Refactored tests Added tests about FELIX-3009 by Clement Escoffier · 14 years ago
  19. 74ab11a Fixed FELIX-3009 by Clement Escoffier · 14 years ago
  20. 819318d Update scm info by Stuart McCulloch · 14 years ago
  21. bef817c [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 14 years ago
  22. 4ab254f [maven-release-plugin] prepare release felix-parent-2.1 by Stuart McCulloch · 14 years ago
  23. a6533e2 Generate zip and tar.gz project archives by Stuart McCulloch · 14 years ago
  24. a148e25 Add scm info to bundleplugin pom by Stuart McCulloch · 14 years ago
  25. 913a0ab Avoid using null caps/reqs. (FELIX-2950) by Richard S. Hall · 14 years ago
  26. 57622b9 Remove Java6-only method call by Stuart McCulloch · 14 years ago
  27. da38810 Implemend BundleWiring.getProvidedWires(). (FELIX-2950) by Richard S. Hall · 14 years ago
  28. d79cbd2 Avoid filtering unknown namespace in generic caps/reqs and also pay by Richard S. Hall · 14 years ago
  29. 20ed9ea Add access methods to wire for provider/requirer. (FELIX-2950) by Richard S. Hall · 14 years ago
  30. 26e08a5 Depend on new parent POM by Felix Meschberger · 14 years ago
  31. f9058d9 Fixed FELIX-3017 : return the original class if the class is already manipulated by Clement Escoffier · 14 years ago
  32. af18da4 [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 14 years ago
  33. 4a39ff8 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.6 by Stuart McCulloch · 14 years ago
  34. ad7fd44 Update changelog by Stuart McCulloch · 14 years ago
  35. a9a891d Update copyright year by Stuart McCulloch · 14 years ago
  36. 8201206 Update copyright year by Stuart McCulloch · 14 years ago
  37. b2870be Use latest Felix parent pom, utils, and bundleplugin by Stuart McCulloch · 14 years ago
  38. d5b12a9 Use ${project...} instead of the deprecated ${pom...} variables by Stuart McCulloch · 14 years ago
  39. 75f8ee6 Add headers to test resources by Stuart McCulloch · 14 years ago
  40. 597d46a Implement BundleWiring.findEntries(). (FELIX-2950) by Richard S. Hall · 14 years ago
  41. 352892a FELIX-344: summarize goals in plugin docs by Stuart McCulloch · 14 years ago
  42. 9e07c40 Apply Felix code format by Stuart McCulloch · 14 years ago
  43. faf209f FELIX-3011: add 'instructions' goal which dumps the BND instructions to 'target/instructions.bnd' without building the bundle/manifest by Stuart McCulloch · 14 years ago
  44. 42d32fd FELIX-3011: make sure dump locations are writable by Stuart McCulloch · 14 years ago
  45. 7f5f79c FELIX-3011: add 'dumpInstructions' and 'dumpClasspath' parameters that let you dump the BND instructions/classpath to a file by Stuart McCulloch · 14 years ago
  46. 9790d29 Reduce code duplication by Stuart McCulloch · 14 years ago
  47. 91d6729 We included Service Tracker 1.5. (FELIX-2950) by Richard S. Hall · 14 years ago
  48. 0150f25 Refactor internals to help reduce code duplication by Stuart McCulloch · 14 years ago
  49. 2e9044b Refactor internals to help reduce code duplication by Stuart McCulloch · 14 years ago
  50. 7cfe6b5 Export OSGi API packages for hooks, etc. (FELIX-2950) by Richard S. Hall · 14 years ago
  51. be6b8b1 Need to release lock for nested resolves. (FELIX-2986) by Richard S. Hall · 14 years ago
  52. 5ecb2f8 cleanup pom by Stuart McCulloch · 14 years ago
  53. 6b71ce8 FELIX-344: add some basic site docs, needs content! by Stuart McCulloch · 14 years ago
  54. 9fac100 FELIX-1836: check output directory for filtered obr.xml before checking resource directories by Stuart McCulloch · 14 years ago
  55. 33b3fda FELIX-2449: session properties should be given precedence over project properties when filtering by Stuart McCulloch · 14 years ago
  56. b9e129a Cleanup plugin dependencies by Stuart McCulloch · 14 years ago
  57. 2ff5dc9 FELIX-2656: marking lifecycle goals as @threadSafe by Stuart McCulloch · 14 years ago
  58. 09e7548 Need to check if a revision has a wiring or not. (FELIX-3013) by Richard S. Hall · 14 years ago
  59. 4ef242c Update deprecation messages by Stuart McCulloch · 14 years ago
  60. f78e9d7 FELIX-1985: warn when duplicate paths appear in Include-Resource by Stuart McCulloch · 14 years ago
  61. f2a8c04 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 14 years ago
  62. ed3c3a3 [maven-release-plugin] prepare release org.apache.felix.ipojo.handler.whiteboard-1.6.0 by Clement Escoffier · 14 years ago
  63. 231be8a updated the maven-ipojo-plugin version by Clement Escoffier · 14 years ago
  64. e503338 Updated changelog. by Clement Escoffier · 14 years ago
  65. 55e4b36 FELIX-2435: using bundle goals on a WAR file will switch the project to generate jar artifacts by Stuart McCulloch · 14 years ago
  66. e8c2315 FELIX-2820: Provide a default value when using <_wab/> by Stuart McCulloch · 14 years ago
  67. 8cf648a FELIX-2934: don't add '.' to Bundle-ClassPath when embedding dependencies into WABs by Stuart McCulloch · 14 years ago
  68. 89758fe FELIX-2346: compute correct path when detecting missing resources by Stuart McCulloch · 14 years ago
  69. 2cf3299 FELIX-2819: consider packageinfo files contained in src/main/java by Stuart McCulloch · 14 years ago
  70. 37b7397 FELIX-2427: add plugin report by Stuart McCulloch · 14 years ago
  71. 3d1aec0 FELIX-1039: add some extra metadata to the maven lifecycle/handler configuration by Stuart McCulloch · 14 years ago
  72. c6fb5bb FELIX-2722: avoid NPE when project.organization.name is null by Stuart McCulloch · 14 years ago
  73. 7dda41e FELIX-2997 : java.lang.NullPointerException during shutdown while sending events by Carsten Ziegeler · 14 years ago
  74. 9c49289 Fixed a changed property name in the test. by Marcel Offermans · 14 years ago
  75. f73472d FELIX-3008 Added test and fix for this issue. If the dependency manager bundle was not yet started when indices are defined and the first bundle starts to use them, that bundle will then attempt to start the dependency manager automatically. If that fails, no indices will be used. by Marcel Offermans · 14 years ago
  76. 72e7305 New test that validates that the filter index works correctly for resource adapters. by Marcel Offermans · 14 years ago
  77. 30af5a3 Small bugfix, under certain circumstances, the filter key was not properly constructed. by Marcel Offermans · 14 years ago
  78. c034df3 Renamed the property that enables filter indices. by Marcel Offermans · 14 years ago
  79. 706e045 FELIX-3007 Simple Package Admin Service plugin dumping duplicate package exports by Felix Meschberger · 14 years ago
  80. 7d2a0df FELIX-2987 Fixed. by Marcel Offermans · 14 years ago
  81. b7f0e4f Implement BundleWiring.isInUse() and don't add host capability by Richard S. Hall · 14 years ago
  82. 33479a5 FELIX-2987 Added a test case to this class that shows the problem that was reported. by Marcel Offermans · 14 years ago
  83. 0a81b68 FELIX-3005 (Compatibility API does not add components in DependencyManager) by Pierre De Rop · 14 years ago
  84. 055862d INSTALLED bundle event must now include which bundle performed the install. by Richard S. Hall · 14 years ago
  85. f53114b Deprecate the bundleall goal by Stuart McCulloch · 14 years ago
  86. 3be101e Update parent pom; fix missing license headers by Stuart McCulloch · 14 years ago
  87. 7a47567 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 14 years ago
  88. 2e3ffaf [maven-release-plugin] prepare release org.apache.felix.gogo.command-0.10.0 by Richard S. Hall · 14 years ago
  89. 4641420 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 14 years ago
  90. 1dad9ee [maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.10.0 by Richard S. Hall · 14 years ago
  91. 0cac878 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 14 years ago
  92. 9d9a585 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.10.0 by Richard S. Hall · 14 years ago
  93. 6b1f33a Prepare for release. by Richard S. Hall · 14 years ago
  94. 1b61414 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 14 years ago
  95. 480ef85 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.10.0 by Richard S. Hall · 14 years ago
  96. b901c57 [FELIX-3002] Embed the OBR specific information for the EventAdmin bundle in the manifest by Guillaume Nodet · 14 years ago
  97. 0dabbe1 FELIX-3001 help command now supports osgi.command.function String or String[] by Derek Baum · 14 years ago
  98. db5ca59 When coercing types for filter evaluation, we must now trim by Richard S. Hall · 14 years ago
  99. 73aeecf Implement most of the functionality for resolver hooks (FELIX-2986) along by Richard S. Hall · 14 years ago
  100. fa171ad Handle a null map. (FELIX-2950) by Richard S. Hall · 14 years ago