1. d1e209b The extensionmanager creates a classcastexception if more then framework is around and both have extensions installed. This fixes the issue. by Karl Pauls · 17 years ago
  2. ed61fa5 Add a method to the external interface and fix hashcode, equals, and hashcode. by Karl Pauls · 17 years ago
  3. 9794cc2 Turns out our LDAP filter is not reentrant - but it is easy to fix - so this patch should make it work. It is needed because filter evaluations can call out to keys being compared which might in turn use the given thread to evaluate their own filter. by Karl Pauls · 17 years ago
  4. 17d3138 Updated parent POM to include "deploymentadmin" module by Stefano Lenzi · 17 years ago
  5. 15ff21f IN PROGRESS - issue FELIX-507: properties and service names of extended components not always included by Carsten Ziegeler · 17 years ago
  6. d2c1b09 IN PROGRESS - issue FELIX-507: properties and service names of extended components not always included by Carsten Ziegeler · 17 years ago
  7. 33dfc51 RESOLVED - issue FELIX-506: scr-plugin-generated resources not always bundled by Carsten Ziegeler · 17 years ago
  8. d6e642f FELIX-505: stop bundleall from repacking existing bundles by Stuart McCulloch · 17 years ago
  9. 9b2a329 Null a local variable to help speed garbage collection. by Richard S. Hall · 17 years ago
  10. 5eda19c Refactored the IContent abstraction from the module loader layer to provide by Richard S. Hall · 17 years ago
  11. 8c0e750 Applied patch (FELIX-500) to disable the class loading diagnostic message by Richard S. Hall · 17 years ago
  12. 5bb25c3 FELIX-502: Fix typo (patch submitted by Guillaume Nodet) by Carsten Ziegeler · 17 years ago
  13. 876ca72 Use 1.4.0 bundleplugin, and enable jdk13 classifier build in UPNP basedriver by Stuart McCulloch · 17 years ago
  14. 2dd392c [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 17 years ago
  15. e01dfa8 [maven-release-plugin] prepare release maven-bundle-plugin-1.4.0 by Stuart McCulloch · 17 years ago
  16. 0340ae4 Update docs with latest online content by Stuart McCulloch · 17 years ago
  17. 4fb01eb Update changelog by Stuart McCulloch · 17 years ago
  18. 9294bf1 Fix build break (unfortunately when bamboo does the multi-module build, Maven uses the released 1.2.1 bundleplugin instead of the 1.3.0-SNAPSHOT requested in this pom.xml - when I release the 1.4.0 bundleplugin this change can be reverted) by Stuart McCulloch · 17 years ago
  19. 1ea9b66 Minor deployment admin fixes: by Christian van Spaandonk · 17 years ago
  20. da87be7 FELIX-495: Applied a slighty modified version of the POM provided by Stuart by Stefano Lenzi · 17 years ago
  21. 9555800 FELIX-498: add 'obr javadoc' command to bundlerepository by Stuart McCulloch · 17 years ago
  22. e811e68 FELIX-498: add <javadoc> tag to OBR resource if javadocs are attached by Stuart McCulloch · 17 years ago
  23. 5ffc3fe FELIX-499: Enhance <excludeDependencies> to support comma-separated list of artifactIds by Stuart McCulloch · 17 years ago
  24. a1d3a29 FELIX-498: use attached javadoc as default documentation (unless Bundle-DocURL or project URL is set) by Stuart McCulloch · 17 years ago
  25. decbba5 Change default supported types for bundle:install and bundle:deploy to just 'bundle' by Stuart McCulloch · 17 years ago
  26. ee51abf FELIX-247: add bundle:ant goal, which creates a custom Ant script to build the bundle (run ant:ant first) by Stuart McCulloch · 17 years ago
  27. 0d71077 FELIX-247: add basic ant build template for BND by Stuart McCulloch · 17 years ago
  28. 0ae86ab FELIX-497: use attached sources instead of SCM url by Stuart McCulloch · 17 years ago
  29. 0491afa FELIX-491: save bundles with non-null classifier to different location by Stuart McCulloch · 17 years ago
  30. 6e01521 FELIX-493: only install/deploy bundle type artifacts to OBR by Stuart McCulloch · 17 years ago
  31. 7b6f591 FELIX-491: add more info logging by Stuart McCulloch · 17 years ago
  32. d04364c FELIX-491: handle classifier in OBR install/deploy goals by Stuart McCulloch · 17 years ago
  33. 10fad49 FELIX-486 Updated dependencies in main and framework in order to enable the creation of felix release running on JDK 1.3 by Stefano Lenzi · 17 years ago
  34. 2d30173 FELIX-492: add support for classifiers when building bundles by Stuart McCulloch · 17 years ago
  35. cb8192f Upgrade to release 1.2.1 of the maven-bundle-plugin (improved uses calculation) by Stuart McCulloch · 17 years ago
  36. 5d6cb73 FELIX-491: add bundle:deploy to bundle lifecycle (off by default, use -DremoteOBR to enable) by Stuart McCulloch · 17 years ago
  37. 2e99c3b Clean up deploy logic by Stuart McCulloch · 17 years ago
  38. c792b37 FELIX-491: consistent package naming by Stuart McCulloch · 17 years ago
  39. 60719be FELIX-491: drop maven-obr-plugin dependency by Stuart McCulloch · 17 years ago
  40. bb8b9fa FELIX-491: initial copy of maven-obr-plugin files into bundleplugin (preserving history) by Stuart McCulloch · 17 years ago
  41. 503f35e FELIX-488 Updated import-package in order to match the bundle released by OSGi Alliance by Stefano Lenzi · 17 years ago
  42. 71ca406 Modified the service registry to use more fine-grained locking to avoid by Richard S. Hall · 17 years ago
  43. f7cc06c Missed some required changes to get the example app working with the latest by Richard S. Hall · 17 years ago
  44. eaca2c3 [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 17 years ago
  45. 153d16f [maven-release-plugin] prepare release maven-bundle-plugin-1.2.1 by Stuart McCulloch · 17 years ago
  46. cfcd554 Update changelog (date-ordering) by Stuart McCulloch · 17 years ago
  47. 02785b5 Update changelog by Stuart McCulloch · 17 years ago
  48. 9162236 Use released maven-obr-plugin by Stuart McCulloch · 17 years ago
  49. a272eb9 FELIX-488 Dirty fix: avoid dependencies with org.osgi.compendium bundle by embedding org.osgi.service.upnp and exporting it. by Stefano Lenzi · 17 years ago
  50. 8bd77f2 Updated svn:ignore to ignore eclipse metadata generated by the eclipse:m2eclipse goal by Stefano Lenzi · 17 years ago
  51. c1ab842 Update org.codehaus.plexus:plexus-utils dependency to 1.4.7 to match maven-obr-plugin by Stuart McCulloch · 17 years ago
  52. 570d5ff FELIX-477: update bndlib to fix missing version qualifiers by Stuart McCulloch · 17 years ago
  53. 75dbfc9 Fixed exported packaged by basedriver Renamed UPnP root by Stefano Lenzi · 17 years ago
  54. 2e0245b [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 17 years ago
  55. e93cd1e [maven-release-plugin] prepare release maven-obr-plugin-1.2.0 by Stuart McCulloch · 17 years ago
  56. 37823fb Latest plugin doc by Stuart McCulloch · 17 years ago
  57. 0f15195 Update plugin descriptions by Stuart McCulloch · 17 years ago
  58. 41cfaa5 Update plugin NOTICEs to include usage of Apache developed dependencies by Stuart McCulloch · 17 years ago
  59. 0490a1c Update NOTICE format by Stuart McCulloch · 17 years ago
  60. 9843f5b Update NOTICE format by Stuart McCulloch · 17 years ago
  61. c4b3ee7 Update NOTICE format by Stuart McCulloch · 17 years ago
  62. 756832e Build org.osgi.service.obr as a bundle, now that version 1.0.1 is released by Stuart McCulloch · 17 years ago
  63. a351c7d Changed the synchronization of two methods so they don't start and stop service trackers whilst holding on to locks. by Marcel Offermans · 17 years ago
  64. 5f0ab78 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  65. b455602 [maven-release-plugin] prepare release maven-scr-plugin-1.0.3 by Carsten Ziegeler · 17 years ago
  66. 282f112 Updated docs by Stuart McCulloch · 17 years ago
  67. d00bea3 FELIX-479: add supportedProjectTypes configuration option by Stuart McCulloch · 17 years ago
  68. d7f187d FELIX-479: add supportedProjectTypes configuration option by Stuart McCulloch · 17 years ago
  69. 6dea783 Use released version. by Carsten Ziegeler · 17 years ago
  70. a02dc67 FELIX-475: determine correct URL based on remote repository layout by Stuart McCulloch · 17 years ago
  71. 60ff9e9 Enable deploy goal, as it's not yet bound to the bundle lifecycle by Stuart McCulloch · 17 years ago
  72. 772b46a Code cleanup by Stuart McCulloch · 17 years ago
  73. 364beae Update changelog by Stuart McCulloch · 17 years ago
  74. dd4ae5f Refresh bundleplugin docs by Stuart McCulloch · 17 years ago
  75. 065535e FELIX-475: simplify deploy goal (don't need custom bundle url) by Stuart McCulloch · 17 years ago
  76. a132a14 FELIX-475: support deploy-file goal by Stuart McCulloch · 17 years ago
  77. 7e88a73 FELIX-475: refactor obr:deploy goal to better match deploy:deploy by Stuart McCulloch · 17 years ago
  78. bf8a12f Rewrite deploy-file goal from scratch by Stuart McCulloch · 17 years ago
  79. a9dfd60 Ignore Maven's default value for -DobrRepository command-line setting by Stuart McCulloch · 17 years ago
  80. f8688c6 Correct handling of external references (static imports, same package etc) by Carsten Ziegeler · 17 years ago
  81. f1ce8a3 Cleanup implementation and add some comments. by Carsten Ziegeler · 17 years ago
  82. 3d17b06 Use own instance of property handler for each component. by Carsten Ziegeler · 17 years ago
  83. e684cc8 Lock down plugin dependencies in pom.xml (mvn dependency:analyze) by Stuart McCulloch · 17 years ago
  84. cda5cba FELIX-475: refactor install-file goal to match with the one from the install plugin by Stuart McCulloch · 17 years ago
  85. 2e3a8fc FELIX-475: update install goal to match the one from the bundleplugin by Stuart McCulloch · 17 years ago
  86. 2deb052 FELIX-475: log if we add customized obr.xml details to the repository by Stuart McCulloch · 17 years ago
  87. b9e39eb Use updated org.osgi.service.obr jar by Stuart McCulloch · 17 years ago
  88. e1f9dc0 Clear properties for each source. by Carsten Ziegeler · 17 years ago
  89. 4f8a2e0 Search for referenced values in external classes (either through imports or fully qualified) by Carsten Ziegeler · 17 years ago
  90. 4ccc6d6 Modified example application to use new launcher approach from newly by Richard S. Hall · 17 years ago
  91. e8bb57e Clean up implementation a little bit and move all property handling code into the property helper class. by Carsten Ziegeler · 17 years ago
  92. 41825d0 Update Notice file. by Carsten Ziegeler · 17 years ago
  93. 0a5f269 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  94. b748d27 [maven-release-plugin] prepare release org.apache.felix.prefs-1.0.2 by Carsten Ziegeler · 17 years ago
  95. a1c1069 Initial support for property value definition through arrays. by Carsten Ziegeler · 17 years ago
  96. 846df6c Felix-478: Fix classloading problems when trying to initialize a compiled class by adding slf4j to the classpath and provide a better error handling if classes can't be loaded. by Carsten Ziegeler · 17 years ago
  97. 829c193 Felix-478: Fix classloading problems when trying to initialize a compiled class by adding slf4j to the classpath and provide a better error handling if classes can't be loaded. by Carsten Ziegeler · 17 years ago
  98. ebfe125 Cleanup minor code warnings by Stuart McCulloch · 17 years ago
  99. f806f86 Cleanup minor code warnings by Stuart McCulloch · 17 years ago
  100. d577826 Add missing license headers. by Karl Pauls · 17 years ago