1. b7bd771 FELIX-679 : Fix class cast exception by Carsten Ziegeler · 16 years ago
  2. b8b1dfe We were not correctly checking attributes when resolving dynamic imports. by Richard S. Hall · 16 years ago
  3. 79947f9 FELIX-670 Added obr.xml to better describe the basedriver bundle by Stefano Lenzi · 16 years ago
  4. a4b9822 Fix the issue Felix-678. by Clement Escoffier · 16 years ago
  5. 9fc9a3c Change the maven-bundle-plugin version to use the 1.4.2. by Clement Escoffier · 16 years ago
  6. 7c57d63 Implements singleton support, but we still need to test it more and perhaps by Richard S. Hall · 16 years ago
  7. a91a22f Fix issue Felix-675 by Clement Escoffier · 16 years ago
  8. 9beb44e FELIX-563 Apply patch supplied by Fredrik Kjellberg (Thanks) by Felix Meschberger · 16 years ago
  9. a82e98d Update changelog by Stuart McCulloch · 16 years ago
  10. a14a49a [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 16 years ago
  11. 8e5d809 [maven-release-plugin] prepare release maven-bundle-plugin-1.4.3 by Stuart McCulloch · 16 years ago
  12. e5bda8f Add Apache Licence header inside obr.xml files. by Clement Escoffier · 16 years ago
  13. f1df950 Fix the issue Felix-673 by Clement Escoffier · 16 years ago
  14. fda2303 Fix wording for included OSGi packages by Felix Meschberger · 16 years ago
  15. 8ad75cb Reformat NOTICE file new style formatting by Felix Meschberger · 16 years ago
  16. 03e364f Added notice, that the bundle incudes OSGi code as the by Felix Meschberger · 16 years ago
  17. 5e33963 FELIX-671 Add obr.xml descriptor file provided by Clement Escoffier by Felix Meschberger · 16 years ago
  18. c8ea357 FELIX-668 Add obr.xml descriptor file provided by Clement Escoffier by Felix Meschberger · 16 years ago
  19. 6eb3486 FELIX-666 Add obr.xml descriptor file provided by Clement Escoffier by Felix Meschberger · 16 years ago
  20. 72efc9f FELIX-665 Add obr.xml descriptor file provided by Clement Escoffier by Felix Meschberger · 16 years ago
  21. 3262a0b FELIX-661: remember to close JarFiles (also raised under MSHARED-53) by Stuart McCulloch · 16 years ago
  22. 8798f6d FELIX-661: temporarily add shared Maven source so we can apply a minor patch by Stuart McCulloch · 16 years ago
  23. b5c775f FELIX-661: last change is actually not required, because these jars come from the classpath and will already be included in the close by Stuart McCulloch · 16 years ago
  24. c2de837 FELIX-661: another possible leak when including source jars by Stuart McCulloch · 16 years ago
  25. d8a04c5 FELIX-661: must remember to close all BND builders and analyzers by Stuart McCulloch · 16 years ago
  26. 118c916 Subject.doAs is not considered by the spec and doesn't work well with the current approach we have inside the framework. This commit makes it work based on the current security policy installed. Furthermore, it is now possible (and needed) to assign permissions to bundles via the security policy (based on the bundle location - not certificates). In other words, as of now, correct permissions have to be assigned to the framework and bundles using the java security policy based on either the codesource or the subject, if subject.doAs is used. This is possible because bundles do have a codesource now and the bundle protection domain asks the installed policy for permissions in case no security provider is installed. (FELIX-654) by Karl Pauls · 16 years ago
  27. 518a7ec FELIX-661: BND builder should remember to close inlined jars by Stuart McCulloch · 16 years ago
  28. 0fab7c6 FELIX-661: temporarily add BND Builder source so we can apply a minor patch by Stuart McCulloch · 16 years ago
  29. 36af26a Fix potential null pointer exception in case a repository has no matching by Felix Meschberger · 16 years ago
  30. ddf314f [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 16 years ago
  31. e844bea [maven-release-plugin] prepare release org.apache.felix.scr-1.0.4 by Felix Meschberger · 16 years ago
  32. 947eb40 Add some tests checking that instances are consistently created and disposed according to their factories validity / invalidity. by Clement Escoffier · 16 years ago
  33. 1d38883 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 16 years ago
  34. cebf579 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.0.4 by Felix Meschberger · 16 years ago
  35. fbc7dc1 FELIX-612 Don't persist newly created factory configuration objects and also by Felix Meschberger · 16 years ago
  36. 0c4e704 FELIX-611 Do not return new configurations from the ConfigurationAdmin.listConfiguration by Felix Meschberger · 16 years ago
  37. cb7ff2c FELIX-642 Fixed bug due to the not synchronized method httpRequestReceived of MyCtrlPoint.java (basedriver importer) by Francesco Furfari · 16 years ago
  38. 095b7c7 [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 16 years ago
  39. b2d80f8 [maven-release-plugin] prepare release maven-bundle-plugin-1.4.2 by Stuart McCulloch · 16 years ago
  40. ea362d6 Update changelog by Stuart McCulloch · 16 years ago
  41. e23ec84 Commit latest doc from website by Stuart McCulloch · 16 years ago
  42. a5ca6db Applied patch (FELIX-582) to return Bundle.getLastModified() for bundle by Richard S. Hall · 16 years ago
  43. 491e69a Applied patch (FELIX-577) to improve handling of improper resource URLs. by Richard S. Hall · 16 years ago
  44. b42978c FELIX-454 Initial version of the Autoconf Resource Processor by Christian van Spaandonk · 16 years ago
  45. 3aa5b82 FELIX-658 Optionally skip stopping unaffected bundles when updating a deployment package by Christian van Spaandonk · 16 years ago
  46. 761f103 FELIX-590 Removed compendium interfaces from deployment admin bundle, the compendium bundle can be used now that it is updated to spec 4.1 by Christian van Spaandonk · 16 years ago
  47. 464dbac Format code using Apache coding style by Stuart McCulloch · 16 years ago
  48. b7235e3 Use 1.4 API by Stuart McCulloch · 16 years ago
  49. f19fe40 Modified to match current config.properties file. (FELIX-595)(FELIX-514) by Richard S. Hall · 16 years ago
  50. 6443263 Modified these examples to use the most recent released version of Felix. by Richard S. Hall · 16 years ago
  51. 49899a5 Modify the configuration files to export the R4.1 version of Service Tracker. by Richard S. Hall · 16 years ago
  52. 69ab113 FELIX-580: support deployment of OBR metadata using prefixed URLs (-DprefixUrl=http://...) or absolute URLs (-DbundleUrl=http://...) by Stuart McCulloch · 16 years ago
  53. 92e3bad FELIX-553: revert to use -DprefixURL=http://... to specify repository prefix, inline with other changes for 1.4.2 by Stuart McCulloch · 16 years ago
  54. 9a14ae1 FELIX-553: add bundle:remote-clean goal (use -DremoteOBR=http://... to specify repository prefix) by Stuart McCulloch · 16 years ago
  55. 435f390 FELIX-553: actually safer to always use scheme specific part here by Stuart McCulloch · 16 years ago
  56. a56feac FELIX-553: handle opaque URIs by Stuart McCulloch · 16 years ago
  57. 6381441 FELIX-514 Updated compendium bundle to R4.1 OSGi API by Christian van Spaandonk · 16 years ago
  58. d4375c7 Update exported packages to reflect R4.1 version numbers. by Richard S. Hall · 16 years ago
  59. 23311f2 Add necessary stub methods to implement new R4.1 methods. (FELIX-595) by Richard S. Hall · 16 years ago
  60. 53e70d3 Update to the R4.1 OSGi API. (FELIX-595) by Richard S. Hall · 16 years ago
  61. c7da25d Applied patch (FELIX-650) to properly return symbolic name when it has by Richard S. Hall · 16 years ago
  62. 69cb62d Fix issue Felix-655 by Clement Escoffier · 16 years ago
  63. ed7607a FELIX-653 : Value of Java field is not used if property is specified by a name reference by Carsten Ziegeler · 16 years ago
  64. a360205 Reformatted some files to bring them in alignment with Felix coding style by Richard S. Hall · 16 years ago
  65. 552d60b Applied patch (FELIX-482) to use logger instead of System.err. by Richard S. Hall · 16 years ago
  66. 5005e92 Rename the composite runtime test suite (from composite.runtime to composite-runtime). by Clement Escoffier · 16 years ago
  67. dfce6b3 Commit the event admin handler test suite by Clement Escoffier · 16 years ago
  68. 77cbae7 Minor fixes in the bad lifecycle controller handler tests to reflect recent changes (factory attribute is now deprecated) by Clement Escoffier · 16 years ago
  69. 06c0ecf Several improvements in the event admin handler: by Clement Escoffier · 16 years ago
  70. 32de775 Add tests on super constructor arguments. by Clement Escoffier · 16 years ago
  71. 0af8fe8 Fix the Felix-649 issue. by Clement Escoffier · 16 years ago
  72. c827dca FELIX-645 : Only apply global property if it hasn't been defined by the component itself. by Carsten Ziegeler · 16 years ago
  73. 7e2d3d5 FELIX-644 : Throw exception with better message. by Carsten Ziegeler · 16 years ago
  74. 1880bac Fixed a bug where the m_revisions array was not being correctly rolled back by Richard S. Hall · 16 years ago
  75. 9e32eaa FELIX-646 Use initial configuration of Configuration object induced by Felix Meschberger · 16 years ago
  76. 91b260b FELIX-645 : Add support for global properties. by Carsten Ziegeler · 16 years ago
  77. 46d0350 FELIX-645 : If a reference is already complete in a super class, don't check it again in a subclass. by Carsten Ziegeler · 16 years ago
  78. 1b47d1c FELIX-643 : Don't traverse class hierarchy for references twice. by Carsten Ziegeler · 16 years ago
  79. eb15bc6 Update test structure to reflect changes made on the ipojo sub-project structure by Clement Escoffier · 16 years ago
  80. 308df15 Change the structure of the iPOJO project. by Clement Escoffier · 16 years ago
  81. 1de7c95 Modified manifest parser to be more lenient when reading the manifest version; by Richard S. Hall · 16 years ago
  82. b66ae2d Add the event admin handler in the iPOJO build process by Clement Escoffier · 16 years ago
  83. a96c1ff Fix issue Felix-640. by Clement Escoffier · 16 years ago
  84. 9cc52fe by Stephane Frenot · 16 years ago
  85. a1dbe0d Modified OBR to correctly consider the namespace attribute when matching by Richard S. Hall · 16 years ago
  86. 17f8e81 Fix the issue Felix-637 about stack size error when a composite uses a long. by Clement Escoffier · 16 years ago
  87. 4cedbe6 Fix issue Felix-632: by Clement Escoffier · 16 years ago
  88. 9acac84 Fix the issue Felix-631 by Clement Escoffier · 16 years ago
  89. a76c58f Add tests on instance configuration with complex types and new array syntax. by Clement Escoffier · 16 years ago
  90. 000d3d5 Fix the issue Felix-629 by Clement Escoffier · 16 years ago
  91. ffe6992 FELIX-556: support use of filters when embedding dependencies, for example: <Embed-Dependency>foo;inline=META-INF/**</Embed-Dependency> by Stuart McCulloch · 16 years ago
  92. e1c9229 FELIX-620: special handling when only exportcontents is used by Stuart McCulloch · 16 years ago
  93. c3444cd Add a simple trace to indicate the test suite departure. by Clement Escoffier · 16 years ago
  94. af45c33 Added svn properties by Stefano Lenzi · 16 years ago
  95. 0a7bd65 Modify the test suite according to the recent change on the Architecture service published properties. by Clement Escoffier · 16 years ago
  96. e5abeba Fix the Felix-628 issue. by Clement Escoffier · 16 years ago
  97. ac241b4 Add the temporal dependency annotation. This annotation is inside the annotation project despite its an external handler. This choice was made to avoid to create multiple artifacts. by Clement Escoffier · 16 years ago
  98. b7b3532 FELIX-547: fix VersionRange test to allow [1.0,1.0] ranges by Stuart McCulloch · 16 years ago
  99. f2e7ec9 Fix the issue Felix-626. by Clement Escoffier · 16 years ago
  100. 79d7933 Clean up code. by Carsten Ziegeler · 16 years ago