1. 1b4f093 Add missing maven-felix-plugin entry (this plugin is used in some of the examples) by Stuart McCulloch · 16 years ago
  2. 71822ec Avoid the architecture service to publish non-service interfaces (FieldInterceptor and MethodInterceptor) by Clement Escoffier · 16 years ago
  3. 4a12e33 Modify pom files to use correct version. by Clement Escoffier · 16 years ago
  4. 61d0596 Make sure to catch NoClassDefFoundError when trying to query the framework classloader for whether a class is available or not. Previously, it was possible that this query was leaked to bundles because of the error propagate all the way to the bundle that instigated the classload. by Karl Pauls · 16 years ago
  5. 677bb25 Fixed issue preventing bundles from being updated correctly if their file/entry-name changes between versions. by Christian van Spaandonk · 16 years ago
  6. a8cfd1b FELIX-526: Prepend embedded dependencies before maven resources to avoid overwriting them by Stuart McCulloch · 16 years ago
  7. a06b4ed FELIX-523: Update bundleplugin to use BND 0.0.249 by Stuart McCulloch · 16 years ago
  8. 9837c2e Need explicit dependency on jetty-util for reactor build by Felix Meschberger · 16 years ago
  9. 7d116ff Add missing header in pom file. by Clement Escoffier · 16 years ago
  10. ce0e1e5 Commit the new iPOJO version (0.7.6). by Clement Escoffier · 16 years ago
  11. 40531f0 The shell has a problem when being stopped using the BundleActivator.stop() method but not getting any input because it is blocked on System.in. This patch fixes the issue by using the ready() method to wait until input is available. There still is a race condition in case more then one Thread is listening on System.in but we can ignore this for now because in case the race condition happens we default to the old behaviour. by Karl Pauls · 16 years ago
  12. a35ee61 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 16 years ago
  13. 9d5123e [maven-release-plugin] prepare release org.apache.felix.configadmin-1.0.1 by Carsten Ziegeler · 16 years ago
  14. e5daeb1 Fix pom for commons collections. by Carsten Ziegeler · 16 years ago
  15. 40d4e1b FELIX-522 Verify the correctness of the key according to symbolic-name by Felix Meschberger · 16 years ago
  16. 5cc7e7d FELIX-503 Account for path info being null in case of direct resource access by Felix Meschberger · 16 years ago
  17. c7ee015 FELIX-55 Upgrade to Jetty 6.1.7 and export Servlet API 2.5 from within the bundle by Felix Meschberger · 16 years ago
  18. 5b39b40 FELIX-521 only try to compare option values if any values to compare to exist by Felix Meschberger · 16 years ago
  19. 4ca6c4c FELIX-520 Populate the max value from the max attribute in the readAD() method by Felix Meschberger · 16 years ago
  20. 3a965b9 FELIX-519: ouput warning when projects are skipped because their type is not supported by Stuart McCulloch · 16 years ago
  21. 2eddde0 Read repository information in a doPriv to make security easier. by Karl Pauls · 16 years ago
  22. 35c1c34 We need to have a way to still maintain a notion of default permissions in case that there is a condpermadmin present and no permissions have been set yet. This follows the way it is currently done in other frameworks and just uses the default permisssions of the permissionadmin in case there are no conditionpermission tuples present. This might change when the spec is clarified. by Karl Pauls · 16 years ago
  23. ebce084 Don't try to resolve extension bundles because they are resolved at install time - this fixes an exception that could get thrown under certain conditions. by Karl Pauls · 16 years ago
  24. 65fbb3a - Fixed issue where resource processors could close the underlying deployment package stream by closing the resource specific stream by Christian van Spaandonk · 16 years ago
  25. 47829a5 Update notice file. by Carsten Ziegeler · 16 years ago
  26. 6cb86db FELIX-517: use StringUtils to replace {maven-dependencies} by Stuart McCulloch · 16 years ago
  27. a86a9bf FELIX-298 Adde c3p0 0.0.1.1 to Apache Felix Common project by Stefano Lenzi · 16 years ago
  28. 0e4981c FELIX-299 Added backport-util-concurrent 3.0 to Apache Felix Common project by Stefano Lenzi · 16 years ago
  29. 17bab5a Preparing new minor release of org.osgi.compendium-1.0.1: Created changelog file by Stefano Lenzi · 16 years ago
  30. 06955cc [maven-release-plugin] prepare for next development iteration by Stefano Lenzi · 16 years ago
  31. 90de99c [maven-release-plugin] prepare release org.osgi.compendium-1.0.1 by Stefano Lenzi · 16 years ago
  32. c1c6016 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 16 years ago
  33. d3cb777 [maven-release-plugin] prepare release maven-scr-plugin-1.0.4 by Carsten Ziegeler · 16 years ago
  34. f463132 FELIX-516 Record whether a configuration change (update, delete) has been delivered by Felix Meschberger · 16 years ago
  35. 3400cbc FELIX-509: Exclude files before they are added to QDox. Pattern syntax is now supported. by Carsten Ziegeler · 16 years ago
  36. 432e387 Add more logging by Felix Meschberger · 16 years ago
  37. 6452a10 FELIX-509: Add excludes configuration by Carsten Ziegeler · 16 years ago
  38. c0b434a Add more logging by Felix Meschberger · 16 years ago
  39. eaafa69 MetaType: by Christian van Spaandonk · 16 years ago
  40. 3640732 Initial version of the OSGi security layer. (FELIX-116, FELIX-115, FELIX-22) by Karl Pauls · 16 years ago
  41. 5fbac03 Bundle.getResource does not check for AdminPermission, like getResources does. This adds the permission check. (FELIX-150) by Karl Pauls · 16 years ago
  42. 41db639 Make urlhandlers work when a handler factory is already set. Furthermore, it is now possible to have more then one framework running in more then one classloader. It is still possible to disable urlhandlers per framework. If no framework has urlhandlers enabled the factory will not be set. (FELIX-38). by Karl Pauls · 16 years ago
  43. 3a7f747 Add some more methods to SecureAction that allow for reflection and unsetting URLStreamHandlerFractory. by Karl Pauls · 16 years ago
  44. 08b2ee6 Make extension manager use internal api to minimize overhead. by Karl Pauls · 16 years ago
  45. 0a58795 Add comment. by Carsten Ziegeler · 16 years ago
  46. 2784840 FELIX-507: Write all components into scr private file. by Carsten Ziegeler · 16 years ago
  47. b63426f Initial commit of Peter Kriens' contributed File Install bundle. Includes by Richard S. Hall · 16 years ago
  48. 020dc14 Make the framework check for valid bundles on install as per spec. by Karl Pauls · 16 years ago
  49. 758c2be Make the framework check for valid bundles on install as per spec. by Karl Pauls · 16 years ago
  50. 2e34f03 Use a new method on pd to check for allowed exports. by Karl Pauls · 16 years ago
  51. d1e209b The extensionmanager creates a classcastexception if more then framework is around and both have extensions installed. This fixes the issue. by Karl Pauls · 16 years ago
  52. ed61fa5 Add a method to the external interface and fix hashcode, equals, and hashcode. by Karl Pauls · 16 years ago
  53. 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 · 16 years ago
  54. 17d3138 Updated parent POM to include "deploymentadmin" module by Stefano Lenzi · 16 years ago
  55. 15ff21f IN PROGRESS - issue FELIX-507: properties and service names of extended components not always included by Carsten Ziegeler · 16 years ago
  56. d2c1b09 IN PROGRESS - issue FELIX-507: properties and service names of extended components not always included by Carsten Ziegeler · 16 years ago
  57. 33dfc51 RESOLVED - issue FELIX-506: scr-plugin-generated resources not always bundled by Carsten Ziegeler · 16 years ago
  58. d6e642f FELIX-505: stop bundleall from repacking existing bundles by Stuart McCulloch · 16 years ago
  59. 9b2a329 Null a local variable to help speed garbage collection. by Richard S. Hall · 16 years ago
  60. 5eda19c Refactored the IContent abstraction from the module loader layer to provide by Richard S. Hall · 16 years ago
  61. 8c0e750 Applied patch (FELIX-500) to disable the class loading diagnostic message by Richard S. Hall · 16 years ago
  62. 5bb25c3 FELIX-502: Fix typo (patch submitted by Guillaume Nodet) by Carsten Ziegeler · 16 years ago
  63. 876ca72 Use 1.4.0 bundleplugin, and enable jdk13 classifier build in UPNP basedriver by Stuart McCulloch · 16 years ago
  64. 2dd392c [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 16 years ago
  65. e01dfa8 [maven-release-plugin] prepare release maven-bundle-plugin-1.4.0 by Stuart McCulloch · 16 years ago
  66. 0340ae4 Update docs with latest online content by Stuart McCulloch · 16 years ago
  67. 4fb01eb Update changelog by Stuart McCulloch · 16 years ago
  68. 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 · 16 years ago
  69. 1ea9b66 Minor deployment admin fixes: by Christian van Spaandonk · 16 years ago
  70. da87be7 FELIX-495: Applied a slighty modified version of the POM provided by Stuart by Stefano Lenzi · 16 years ago
  71. 9555800 FELIX-498: add 'obr javadoc' command to bundlerepository by Stuart McCulloch · 16 years ago
  72. e811e68 FELIX-498: add <javadoc> tag to OBR resource if javadocs are attached by Stuart McCulloch · 16 years ago
  73. 5ffc3fe FELIX-499: Enhance <excludeDependencies> to support comma-separated list of artifactIds by Stuart McCulloch · 16 years ago
  74. a1d3a29 FELIX-498: use attached javadoc as default documentation (unless Bundle-DocURL or project URL is set) by Stuart McCulloch · 16 years ago
  75. decbba5 Change default supported types for bundle:install and bundle:deploy to just 'bundle' by Stuart McCulloch · 16 years ago
  76. ee51abf FELIX-247: add bundle:ant goal, which creates a custom Ant script to build the bundle (run ant:ant first) by Stuart McCulloch · 16 years ago
  77. 0d71077 FELIX-247: add basic ant build template for BND by Stuart McCulloch · 16 years ago
  78. 0ae86ab FELIX-497: use attached sources instead of SCM url by Stuart McCulloch · 16 years ago
  79. 0491afa FELIX-491: save bundles with non-null classifier to different location by Stuart McCulloch · 16 years ago
  80. 6e01521 FELIX-493: only install/deploy bundle type artifacts to OBR by Stuart McCulloch · 16 years ago
  81. 7b6f591 FELIX-491: add more info logging by Stuart McCulloch · 16 years ago
  82. d04364c FELIX-491: handle classifier in OBR install/deploy goals by Stuart McCulloch · 16 years ago
  83. 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 · 16 years ago
  84. 2d30173 FELIX-492: add support for classifiers when building bundles by Stuart McCulloch · 16 years ago
  85. cb8192f Upgrade to release 1.2.1 of the maven-bundle-plugin (improved uses calculation) by Stuart McCulloch · 16 years ago
  86. 5d6cb73 FELIX-491: add bundle:deploy to bundle lifecycle (off by default, use -DremoteOBR to enable) by Stuart McCulloch · 16 years ago
  87. 2e99c3b Clean up deploy logic by Stuart McCulloch · 16 years ago
  88. c792b37 FELIX-491: consistent package naming by Stuart McCulloch · 16 years ago
  89. 60719be FELIX-491: drop maven-obr-plugin dependency by Stuart McCulloch · 16 years ago
  90. bb8b9fa FELIX-491: initial copy of maven-obr-plugin files into bundleplugin (preserving history) by Stuart McCulloch · 16 years ago
  91. 503f35e FELIX-488 Updated import-package in order to match the bundle released by OSGi Alliance by Stefano Lenzi · 16 years ago
  92. 71ca406 Modified the service registry to use more fine-grained locking to avoid by Richard S. Hall · 16 years ago
  93. f7cc06c Missed some required changes to get the example app working with the latest by Richard S. Hall · 16 years ago
  94. eaca2c3 [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 16 years ago
  95. 153d16f [maven-release-plugin] prepare release maven-bundle-plugin-1.2.1 by Stuart McCulloch · 16 years ago
  96. cfcd554 Update changelog (date-ordering) by Stuart McCulloch · 16 years ago
  97. 02785b5 Update changelog by Stuart McCulloch · 16 years ago
  98. 9162236 Use released maven-obr-plugin by Stuart McCulloch · 16 years ago
  99. a272eb9 FELIX-488 Dirty fix: avoid dependencies with org.osgi.compendium bundle by embedding org.osgi.service.upnp and exporting it. by Stefano Lenzi · 16 years ago
  100. 8bd77f2 Updated svn:ignore to ignore eclipse metadata generated by the eclipse:m2eclipse goal by Stefano Lenzi · 16 years ago