1. 7fc7ec3 Manually update dependencies to minor release. by Karl Pauls · 16 years ago
  2. 94e8636 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  3. 22d74a6 [maven-release-plugin] prepare release org.osgi.core-1.0.1 by Karl Pauls · 16 years ago
  4. 058453a Update NOTICE to new layout, update changelog for 1.0.4 release, and delete redundant NOTICE and LICENSE files. by Karl Pauls · 16 years ago
  5. ecf4cc8 Update NOTICE file to new layout, update documentation to match new style, delete redundant NOTICE and LICENSE files, prepare changelog for 1.0.4 release, and update dependencies to 1.1.0-SNAPSHOT. by Karl Pauls · 16 years ago
  6. d8907f1 Update NOTICE file to new layout, update documentation to match new style, delete redundant NOTICE and LICENSE files, prepare changelog for 1.0.1 release, and update dependencies to 1.1.0-SNAPSHOT. by Karl Pauls · 16 years ago
  7. b26e3f4 Update NOTICE file to new layout, update documentation to match new style, delete redundant NOTICE and LICENSE files, prepare changelog for 1.0.1 release, and update dependencies to 1.1.0-SNAPSHOT. by Karl Pauls · 16 years ago
  8. 5a9efed Update dependency on obr service interfaces to 1.1.0-SNAPSHOT. by Karl Pauls · 16 years ago
  9. 2ef0ab2 Update NOTICE file to new layout, prepare changelog for 1.0.3 release, and delete redundant LICENSE and NOTICE files as well as moving LICENSE.kxml2 to top-level. by Karl Pauls · 16 years ago
  10. ab9c3b6 Change dependency on org.osgi.core to version 1.1.0-SNAPSHOT. by Karl Pauls · 16 years ago
  11. ff2de3b Change dependency on org.osgi.core to version 1.1.0-SNAPSHOT and update changelog for release 1.0.1 by Karl Pauls · 16 years ago
  12. 4e3b580 Remove redundant LICENSE and NOTICE files. by Karl Pauls · 16 years ago
  13. d077161 Update documentation to match new style and update changelog for 1.0.1 release. by Karl Pauls · 16 years ago
  14. 957ca19 Revert the changes to shell tui that make it stoppable without user input from system.in - The solution is working fine on *x but doesn't on windows. by Karl Pauls · 16 years ago
  15. 62627f6 Removing dependencies on maven-felix-plugin for now because they make our ant build fail. by Karl Pauls · 16 years ago
  16. 909bc2e updated link to documentation pages by Francesco Furfari · 16 years ago
  17. 2b5b927 Check that the returned object from a service factory is an instance of all classes named when the service was registered (FELIX-540). by Karl Pauls · 16 years ago
  18. cf6e51b Add/Update bundle vendor. by Carsten Ziegeler · 16 years ago
  19. 07d66b6 Use instance variable to access the project. by Carsten Ziegeler · 16 years ago
  20. d2c8bea Remove commons modules that have released osgi bundles by Carsten Ziegeler · 16 years ago
  21. 9be92a9 added documentation by Francesco Furfari · 16 years ago
  22. 16bb672 Fix some minor formatting issue by Clement Escoffier · 16 years ago
  23. 39afe96 Add a method to check if a value is contained in an array. This method is used because sometimes the service interface arrays not have always the same order (depending on the VM). So, this allow to launch the test suites on any VM. by Clement Escoffier · 16 years ago
  24. e61a998 Reorder some instructions to speed up things a bit more. by Karl Pauls · 16 years ago
  25. 96a4a40 The issue is that we log messages while holding framework internal locks -- hence, when a log service calls back into the framework (e.g., by loading a class) we might deadlock. For now we just disable logging to log services inside the framework. (FELIX-536) by Karl Pauls · 16 years ago
  26. 8ef7aab Move the security subproject to top-level to prepare for framework project reorg after 1.0.4 release. by Karl Pauls · 16 years ago
  27. c7b799d Cache filters and create an index for objectclass to improve service lookup performance. by Karl Pauls · 16 years ago
  28. a7e36b8 Don't use the info to get the bundle id but the bundle. Furthermore, add an index to get bundles by id. The reason is to speed up bundle lookup. by Karl Pauls · 16 years ago
  29. 96637e1 Reorder some statements to improve service lookup performance. by Karl Pauls · 16 years ago
  30. dd13c2b Fix a spelling mistake. by Karl Pauls · 16 years ago
  31. 754222a Cache the bundle id in the BundleImpl class to improve performance. by Karl Pauls · 16 years ago
  32. 4e26913 Fix a spelling mistake by Karl Pauls · 16 years ago
  33. 05e2a67 Remove a blank line. by Karl Pauls · 16 years ago
  34. f91a103 Updated bundles version in the UPnP script by Francesco Furfari · 16 years ago
  35. dcf306a - Modify the level of the two messages displayed when iPOJO is starting. by Clement Escoffier · 16 years ago
  36. 1b4f093 Add missing maven-felix-plugin entry (this plugin is used in some of the examples) by Stuart McCulloch · 16 years ago
  37. 71822ec Avoid the architecture service to publish non-service interfaces (FieldInterceptor and MethodInterceptor) by Clement Escoffier · 16 years ago
  38. 4a12e33 Modify pom files to use correct version. by Clement Escoffier · 16 years ago
  39. 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
  40. 677bb25 Fixed issue preventing bundles from being updated correctly if their file/entry-name changes between versions. by Christian van Spaandonk · 16 years ago
  41. a8cfd1b FELIX-526: Prepend embedded dependencies before maven resources to avoid overwriting them by Stuart McCulloch · 16 years ago
  42. a06b4ed FELIX-523: Update bundleplugin to use BND 0.0.249 by Stuart McCulloch · 16 years ago
  43. 9837c2e Need explicit dependency on jetty-util for reactor build by Felix Meschberger · 16 years ago
  44. 7d116ff Add missing header in pom file. by Clement Escoffier · 16 years ago
  45. ce0e1e5 Commit the new iPOJO version (0.7.6). by Clement Escoffier · 16 years ago
  46. 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
  47. a35ee61 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 16 years ago
  48. 9d5123e [maven-release-plugin] prepare release org.apache.felix.configadmin-1.0.1 by Carsten Ziegeler · 16 years ago
  49. e5daeb1 Fix pom for commons collections. by Carsten Ziegeler · 16 years ago
  50. 40d4e1b FELIX-522 Verify the correctness of the key according to symbolic-name by Felix Meschberger · 16 years ago
  51. 5cc7e7d FELIX-503 Account for path info being null in case of direct resource access by Felix Meschberger · 16 years ago
  52. 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
  53. 5b39b40 FELIX-521 only try to compare option values if any values to compare to exist by Felix Meschberger · 16 years ago
  54. 4ca6c4c FELIX-520 Populate the max value from the max attribute in the readAD() method by Felix Meschberger · 16 years ago
  55. 3a965b9 FELIX-519: ouput warning when projects are skipped because their type is not supported by Stuart McCulloch · 16 years ago
  56. 2eddde0 Read repository information in a doPriv to make security easier. by Karl Pauls · 16 years ago
  57. 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
  58. 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
  59. 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
  60. 47829a5 Update notice file. by Carsten Ziegeler · 16 years ago
  61. 6cb86db FELIX-517: use StringUtils to replace {maven-dependencies} by Stuart McCulloch · 16 years ago
  62. a86a9bf FELIX-298 Adde c3p0 0.0.1.1 to Apache Felix Common project by Stefano Lenzi · 16 years ago
  63. 0e4981c FELIX-299 Added backport-util-concurrent 3.0 to Apache Felix Common project by Stefano Lenzi · 16 years ago
  64. 17bab5a Preparing new minor release of org.osgi.compendium-1.0.1: Created changelog file by Stefano Lenzi · 16 years ago
  65. 06955cc [maven-release-plugin] prepare for next development iteration by Stefano Lenzi · 16 years ago
  66. 90de99c [maven-release-plugin] prepare release org.osgi.compendium-1.0.1 by Stefano Lenzi · 16 years ago
  67. c1c6016 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 16 years ago
  68. d3cb777 [maven-release-plugin] prepare release maven-scr-plugin-1.0.4 by Carsten Ziegeler · 16 years ago
  69. f463132 FELIX-516 Record whether a configuration change (update, delete) has been delivered by Felix Meschberger · 16 years ago
  70. 3400cbc FELIX-509: Exclude files before they are added to QDox. Pattern syntax is now supported. by Carsten Ziegeler · 16 years ago
  71. 432e387 Add more logging by Felix Meschberger · 16 years ago
  72. 6452a10 FELIX-509: Add excludes configuration by Carsten Ziegeler · 16 years ago
  73. c0b434a Add more logging by Felix Meschberger · 16 years ago
  74. eaafa69 MetaType: by Christian van Spaandonk · 16 years ago
  75. 3640732 Initial version of the OSGi security layer. (FELIX-116, FELIX-115, FELIX-22) by Karl Pauls · 16 years ago
  76. 5fbac03 Bundle.getResource does not check for AdminPermission, like getResources does. This adds the permission check. (FELIX-150) by Karl Pauls · 16 years ago
  77. 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
  78. 3a7f747 Add some more methods to SecureAction that allow for reflection and unsetting URLStreamHandlerFractory. by Karl Pauls · 16 years ago
  79. 08b2ee6 Make extension manager use internal api to minimize overhead. by Karl Pauls · 16 years ago
  80. 0a58795 Add comment. by Carsten Ziegeler · 16 years ago
  81. 2784840 FELIX-507: Write all components into scr private file. by Carsten Ziegeler · 16 years ago
  82. b63426f Initial commit of Peter Kriens' contributed File Install bundle. Includes by Richard S. Hall · 16 years ago
  83. 020dc14 Make the framework check for valid bundles on install as per spec. by Karl Pauls · 16 years ago
  84. 758c2be Make the framework check for valid bundles on install as per spec. by Karl Pauls · 16 years ago
  85. 2e34f03 Use a new method on pd to check for allowed exports. by Karl Pauls · 16 years ago
  86. 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
  87. ed61fa5 Add a method to the external interface and fix hashcode, equals, and hashcode. by Karl Pauls · 16 years ago
  88. 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
  89. 17d3138 Updated parent POM to include "deploymentadmin" module by Stefano Lenzi · 16 years ago
  90. 15ff21f IN PROGRESS - issue FELIX-507: properties and service names of extended components not always included by Carsten Ziegeler · 16 years ago
  91. d2c1b09 IN PROGRESS - issue FELIX-507: properties and service names of extended components not always included by Carsten Ziegeler · 16 years ago
  92. 33dfc51 RESOLVED - issue FELIX-506: scr-plugin-generated resources not always bundled by Carsten Ziegeler · 16 years ago
  93. d6e642f FELIX-505: stop bundleall from repacking existing bundles by Stuart McCulloch · 16 years ago
  94. 9b2a329 Null a local variable to help speed garbage collection. by Richard S. Hall · 16 years ago
  95. 5eda19c Refactored the IContent abstraction from the module loader layer to provide by Richard S. Hall · 16 years ago
  96. 8c0e750 Applied patch (FELIX-500) to disable the class loading diagnostic message by Richard S. Hall · 16 years ago
  97. 5bb25c3 FELIX-502: Fix typo (patch submitted by Guillaume Nodet) by Carsten Ziegeler · 16 years ago
  98. 876ca72 Use 1.4.0 bundleplugin, and enable jdk13 classifier build in UPNP basedriver by Stuart McCulloch · 16 years ago
  99. 2dd392c [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 16 years ago
  100. e01dfa8 [maven-release-plugin] prepare release maven-bundle-plugin-1.4.0 by Stuart McCulloch · 16 years ago