1. 8faceff Remove superfluouse explicit package naming by Felix Meschberger · 17 years ago
  2. 86a0d17 FELIX-317 Modifying a Configuration retrieved from listConfigurations is not reflected in the ConfigAdmin by Felix Meschberger · 17 years ago
  3. d901827 Ensure the test directories are created in the target folder by Felix Meschberger · 17 years ago
  4. a2cfb09 FELIX-316 Configuration Admin should use the bundle data storage area by default. by Felix Meschberger · 17 years ago
  5. b91ef5b FELIX-307 by Stephane Frenot · 17 years ago
  6. 725a539 Fixed a bug when updating listeners that would fail when a listener by Richard S. Hall · 17 years ago
  7. 6b086e7 FELIX-316 Configuration Admin should use the bundle data storage area by default. by Felix Meschberger · 17 years ago
  8. 2e35112 Add iPOJO Extender and solve a bug on LogService delegation. This commit is a part of the iPOJO new version issue (Felix-311). by Clement Escoffier · 17 years ago
  9. cf78301 FELIX-314 EventDispatcher class not reusable in same class loader for multiple Felix instances by Felix Meschberger · 17 years ago
  10. 5026136 Improve method invocation for Lifecycle Callbacks. Allow the invocation of method from parent classes.(Felix-315). by Clement Escoffier · 17 years ago
  11. 8a223dc FELIX-307 by Stephane Frenot · 17 years ago
  12. 803bda1 FELIX-307 by Stephane Frenot · 17 years ago
  13. 5095408 FELIX-307 --------- Moving all poms to maven-bundle-plugin by Stephane Frenot · 17 years ago
  14. 6fb925f Description of a Project for Felix. by Par Niclas Hedhman · 17 years ago
  15. dbbf762 Need a location for the Description of a Project RDF file, used by the projects.apache.org site. by Par Niclas Hedhman · 17 years ago
  16. 2974be1 Solve a architecture bug (to get the metadata file) by Clement Escoffier · 17 years ago
  17. 18a6a80 Remove dependency on Java 5 (Felix-312) Format code consistently by Clement Escoffier · 17 years ago
  18. d4d36cc Excluded OBR's transitive kxml2 dependency. by Richard S. Hall · 17 years ago
  19. ace86c5 Commit the new iPOJO Version (Felix-311) by Clement Escoffier · 17 years ago
  20. c547cfe Update new iPOJO Metadata (Felix-311) by Clement Escoffier · 17 years ago
  21. 042a0ec Add the new manipulator project (Felix-311) by Clement Escoffier · 17 years ago
  22. 19a517d Modified our hack to guess when boot delegation is necessary to check for by Richard S. Hall · 17 years ago
  23. 1699aee Modified isAssignableTo() to check if the provider bundle is the exporter by Richard S. Hall · 17 years ago
  24. bdb1636 Added some toString() implementations that might help debugging. by Richard S. Hall · 17 years ago
  25. 1bab566 Clean-up the extension bundle implementation and cater for more then one felix instance (FELIX-30). by Karl Pauls · 17 years ago
  26. d243f54 Modified class to check for null in constructor and delegate toString() by Richard S. Hall · 17 years ago
  27. 0f6f2d5 FELIX-307 by Stephane Frenot · 17 years ago
  28. 922964e FELIX-307 --------- Moving mosgi.* to mosgi subdirectory by Stephane Frenot · 17 years ago
  29. 09db37b Removed a couple of print statements from the code. by Marcel Offermans · 17 years ago
  30. 4a27dd1 Update email to dev by Karl Pauls · 17 years ago
  31. 5a105ac Change urls from incubator to tpl by Karl Pauls · 17 years ago
  32. 1764f30 Updated some entries for TLP migration. by Richard S. Hall · 17 years ago
  33. 8cd7ee4 Changed line endings. by Richard S. Hall · 17 years ago
  34. d312acc Move Felix Project Team mail address form incubator to the new top-level dev list. by Karl Pauls · 17 years ago
  35. 0ad669d Ported these projects to use the Bundle Plugin. by Richard S. Hall · 17 years ago
  36. bdbc4d5 Implementing an experimental feature to help with dynamic code generation. by Richard S. Hall · 17 years ago
  37. 0526d19 Changed some comments to make my experimental changes easier to find. by Richard S. Hall · 17 years ago
  38. 9032de9 Modified class filtering in the service registry to be less strict, since it by Richard S. Hall · 17 years ago
  39. 7abcdec Another fix for the experimental "implicit wire" concept to make sure that by Richard S. Hall · 17 years ago
  40. 771843f Modified the module implementation to keep track of modules that are by Richard S. Hall · 17 years ago
  41. de5030b Modified refresh command to accept bundle IDs. by Richard S. Hall · 17 years ago
  42. 19c5fba Fixed a couple of issues in the new experimental "implicit wire" concept. by Richard S. Hall · 17 years ago
  43. 420d278 Applied patch (FELIX-305) to allow the output folder to be configured. by Richard S. Hall · 17 years ago
  44. 68d2fb6 Dynamic imports were not being resolved 100% correctly; they didn't cycle by Richard S. Hall · 17 years ago
  45. 17b8e3d Applied patch (FELIX-304) to factor out some common functionality. by Richard S. Hall · 17 years ago
  46. 4c5c76d Added experimental "implicit import" concept that allows exporters to push by Richard S. Hall · 17 years ago
  47. 33aaf52 Found a new corner case in our check for determining when to delegate to the by Richard S. Hall · 17 years ago
  48. e89a587 Added package indexing to the resolver to improve performance; this change by Richard S. Hall · 17 years ago
  49. 89a8a6b FELIX-50 Rearranged the handling of dependency changes, resulting service state changes and the resulting (de)activation of the service. by Marcel Offermans · 17 years ago
  50. b3b3fea Fixed a concurrency issue. by Marcel Offermans · 17 years ago
  51. 56db6d3 FELIX-50 Added support for configuration dependencies. Read the JavaDoc of ConfigurationDependency for more info. by Marcel Offermans · 17 years ago
  52. e2ca833 FELIX-301 Factory Configurations not unbound on bundle uninstall by Felix Meschberger · 17 years ago
  53. 8a3f400 Modified bundle URL resource handling to remove the bundle class path index by Richard S. Hall · 17 years ago
  54. a215ac9 Removed unneeded method. by Richard S. Hall · 17 years ago
  55. 3355486 Applied patch (FELIX-292) to fix some issues with the installer. by Richard S. Hall · 17 years ago
  56. 37a0760 Fixed a typo in the config file. by Richard S. Hall · 17 years ago
  57. d2d8f9a Split the Felix.shutdownInternal() method in two to fix some issues Felix by Richard S. Hall · 17 years ago
  58. fe87d66 Tried to improve Felix' shutdown sequence, which was confusing and perhaps by Richard S. Hall · 17 years ago
  59. 9cb48fc Converted DM to use the bundle plugin and added symbolic name (FELIX-272). by Richard S. Hall · 17 years ago
  60. a721c96 Applied patch (FELIX-300) to change iPOJO to use ASM 3. by Richard S. Hall · 17 years ago
  61. b6aaa90 Updated BND version. by Richard S. Hall · 17 years ago
  62. 2144465 Improved synchronization handling around defining classes since it appears by Richard S. Hall · 17 years ago
  63. 487c44d Modified the framework and main JARs to include the Service Tracker package. by Richard S. Hall · 17 years ago
  64. d9ff045 Tweaked the Parser.compare() method to try to squeeze out a little better by Richard S. Hall · 17 years ago
  65. 797bc98 Renamed the artifactId of the bundle plugin back to maven-bundle-plugin. by Richard S. Hall · 17 years ago
  66. a2459e4 Added .checkstyle to svn:ignore. by Richard S. Hall · 17 years ago
  67. 78c340e Applied patch (FELIX-292) to modify the iPOJO Callback class to return the by Richard S. Hall · 17 years ago
  68. 952f7c9 Applied patch (FELIX-261) to fix resource clashes between BND and Maven. by Richard S. Hall · 17 years ago
  69. 376e83e Refactored the iPOJO-related subproject to reside in the same trunk directory. by Richard S. Hall · 17 years ago
  70. d9efffe Applied patch (FELIX-291) to cache component metadata during packaging. by Richard S. Hall · 17 years ago
  71. 1e865a5 Delete unneeded dirs by Karl Pauls · 17 years ago
  72. 01a56ce Refactored the package naming for bundleplugin. by Richard S. Hall · 17 years ago
  73. 48b1427 Continued to svn repo refactoring, specifically moved and renamed the by Richard S. Hall · 17 years ago
  74. c59b31d Add the refactored eventadmin projects to the parent pom. by Karl Pauls · 17 years ago
  75. dee3091 Edited svn:ignore for event admin impl. by Richard S. Hall · 17 years ago
  76. 09b0e2a Refactor eventadmin project layouts. by Karl Pauls · 17 years ago
  77. 9de132a Modified how we detect when a class load is instigated by class path classes by Richard S. Hall · 17 years ago
  78. 39c25d5 Applied patch (FELIX-285) to improve OBR dependency resolution by searching by Richard S. Hall · 17 years ago
  79. 32f35ac Hard-coded the Felix version until we fix FELIX-261. by Richard S. Hall · 17 years ago
  80. bb0adf6 This shell script probably isn't necessary anymore, but since it is still by Richard S. Hall · 17 years ago
  81. 0b8ba0f Applied patch (FELIX-289) to add support for having "glue code" components by Richard S. Hall · 17 years ago
  82. bec8dc4 Applying patch (FELIX-290) to fix a concurrent modification exception by Richard S. Hall · 17 years ago
  83. 46e7a85 Applied patch (FELIX-261) to improve plugins default handling of maven by Richard S. Hall · 17 years ago
  84. 364d3ed Applied patch (FELIX-281) to improve handling of nulls for the hashtable. by Richard S. Hall · 17 years ago
  85. ea2e9e0 Applied patch (FELIX-283) to not regenerate the bundle manifest if the JAR by Richard S. Hall · 17 years ago
  86. c354c41 Updated to the latest version of BND. by Richard S. Hall · 17 years ago
  87. 783d3e7 Updated to latest version of BND. by Richard S. Hall · 17 years ago
  88. 238a2ad Update the todo list according to the current state by Felix Meschberger · 17 years ago
  89. d468b35 FELIX-279 - Concurrency Issues when enabling components by Felix Meschberger · 17 years ago
  90. 55aee8e FELIX-277 Improve SCR packaging to make it simpler to deploy and use by Felix Meschberger · 17 years ago
  91. 84957a5 Update the http.jetty bundle to the new plugin, make it compile/run against javax.servlet version 2.1, and hook it up to the parent pom. by Karl Pauls · 17 years ago
  92. aa4f69d FELIX-159 --------- Migrating from NEW_CONNECTION to NEW_NODE_READY by Stephane Frenot · 17 years ago
  93. 69e076c Incorrect property...probably not necessary at all, but we can keep it for now. by Richard S. Hall · 17 years ago
  94. 0e096d9 Main's pom file was sucking in the OBR service packages, so I modified it by Richard S. Hall · 17 years ago
  95. 48e3748 Clean-up the extension bundle functionality. This removes a previously introduced hack to get access to the cached bundle jar in order to add it the system classloader. Now, the Bundle.getEntry() method is used to get the root of an extension bundle. by Karl Pauls · 17 years ago
  96. 4c106c7 BigInteger is present in foundation while BigDecimal might not be -- this changes the parser to take this into account. by Karl Pauls · 17 years ago
  97. 90e68da Removed incubator disclaimer from all NOTICE files. by Richard S. Hall · 17 years ago
  98. 140cbe9 Applied patch to add packaging profiles for example bundles. by Richard S. Hall · 17 years ago
  99. dc858e1 move felix to tlp by Joe Schaefer · 17 years ago
  100. 40223f1 Applied patch (FELIX-278) to provide support for unnamed component instances. by Richard S. Hall · 17 years ago