1. c6ff6c8 [maven-release-plugin] prepare release org.apache.felix.commons.commons-collections-3.2.0-0001 by Carsten Ziegeler · 17 years ago
  2. 195aadf [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  3. 7012091 [maven-release-plugin] prepare release org.apache.felix.commons.commons-codec-1.3.0-0001 by Carsten Ziegeler · 17 years ago
  4. e8275af [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  5. bd9b3d5 [maven-release-plugin] prepare release org.apache.felix.commons.commons-beanutils-1.7.0-0001 by Carsten Ziegeler · 17 years ago
  6. 9edf7c0 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  7. fff8079 [maven-release-plugin] prepare release org.apache.felix.commons.activation-1.1.0-0001 by Carsten Ziegeler · 17 years ago
  8. 08d11b7 Use final version for parent pom and fix svn url. by Carsten Ziegeler · 17 years ago
  9. 16bcf90 Prevent NPE if a component to be validated does is not a service by Felix Meschberger · 17 years ago
  10. 2d38430 Ignore Eclipse Project artifacts by Felix Meschberger · 17 years ago
  11. 55fcffd FELIX-340: update classpath algorithm to match maven compilation classpath by Stuart McCulloch · 17 years ago
  12. 697b6bb Readd license header. by Carsten Ziegeler · 17 years ago
  13. 13f6515 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  14. db730e4 [maven-release-plugin] prepare release commons-build-1.0.0 by Carsten Ziegeler · 17 years ago
  15. f47ee3f Configure maven-release-plugin for all profiles. by Carsten Ziegeler · 17 years ago
  16. 500bb6d Revert changes to pom and correct svn url. by Carsten Ziegeler · 17 years ago
  17. ce6a290 [maven-release-plugin] prepare release commons-build-1.0.0 by Carsten Ziegeler · 17 years ago
  18. d69f4d3 Revert changes to pom and correct svn url. by Carsten Ziegeler · 17 years ago
  19. 9944b5d [maven-release-plugin] prepare release commons-build-1.0.0 by Carsten Ziegeler · 17 years ago
  20. 671f3de Pass bundle context to create method. by Carsten Ziegeler · 17 years ago
  21. f8279c0 Move object creation to separate method to allow easier sub classing. by Carsten Ziegeler · 17 years ago
  22. 7776a38 Remove trailing spaces - no code changes. by Carsten Ziegeler · 17 years ago
  23. 2941ef9 FELIX-335 Configuration Admin updates with empty properties and throws NullPointerExceptions due to race condition by Felix Meschberger · 17 years ago
  24. c9e4bfd Use released versions where possible. by Carsten Ziegeler · 17 years ago
  25. f0cde29 Add scrplugin to build by Carsten Ziegeler · 17 years ago
  26. cfea2ac Add license and notice file by Carsten Ziegeler · 17 years ago
  27. 84add00 Moving scr plugin from sandbox to main trunk by Carsten Ziegeler · 17 years ago
  28. efdde67 Remove sandbox from package name by Carsten Ziegeler · 17 years ago
  29. 09d2c69 Remove sandbox from package name by Carsten Ziegeler · 17 years ago
  30. 4ccaaeb Moving scr plugin from sandbox to main trunk by Carsten Ziegeler · 17 years ago
  31. e60d878 Added support for persistent last used bundle ID to avoid re-use of by Richard S. Hall · 17 years ago
  32. 6e8a27b Avoid unused object creation. by Carsten Ziegeler · 17 years ago
  33. 47ab0ae Organize imports, remove unused casts and remove trailing spaces - no other changes this time by Carsten Ziegeler · 17 years ago
  34. 661b7ae Organize imports, remove unused casts and remove trailing spaces - no other changes this time by Carsten Ziegeler · 17 years ago
  35. 3d5ee8e Add the lifecycle controller handler. by Clement Escoffier · 17 years ago
  36. 53b66b7 Rollback to previous version to undo formating changes by Karl Pauls · 17 years ago
  37. 6508b8b Fix a bug in the Framework FilterImpl which makes it not thread safe on execution (FELIX-338). by Karl Pauls · 17 years ago
  38. 79a76a5 Rollback to previous version to undo the formating changes. by Karl Pauls · 17 years ago
  39. b4150c5 Add missing this :( by Carsten Ziegeler · 17 years ago
  40. 7cbcef5 Revert unintentional code formatting by Carsten Ziegeler · 17 years ago
  41. eb80d51 Revert unintentional code formatting by Carsten Ziegeler · 17 years ago
  42. 5fc73fb Organize imports by Carsten Ziegeler · 17 years ago
  43. 6c6f25b Organize imports by Carsten Ziegeler · 17 years ago
  44. 37d2c29 Organize imports by Carsten Ziegeler · 17 years ago
  45. 64c6f7a Clean up imports. by Carsten Ziegeler · 17 years ago
  46. 2b0ceb0 Remove private null scheduler implementation and use public one by Carsten Ziegeler · 17 years ago
  47. c64fd7a Turn on namespace handling. by Carsten Ziegeler · 17 years ago
  48. 949e4f3 Solve a bug in synchronization stuff. IPOJO released services when exiting methods. However, for service factory, it must not released services as the binding can be stateful. by Clement Escoffier · 17 years ago
  49. 42ef155 Defines an Ant Task to create iPOJO Bundles. by Clement Escoffier · 17 years ago
  50. f5fc556 Add annotation support in iPOJO. It is now possible to define component-type with Java 5 annotations. by Clement Escoffier · 17 years ago
  51. ddb4912 Improve iPOJO to manage synchronization when a POJO uses service objects. by Clement Escoffier · 17 years ago
  52. 7fa1fc0 Restore project blocking the continuous build. The issue came from an unavailable maven plug-in (available now) by Clement Escoffier · 17 years ago
  53. 65cce82 FELIX-337 Immediate components are registered as delayed by Felix Meschberger · 17 years ago
  54. 5aa64ed Correctly handle namespaces (namespace is required if component is not the root element) by Carsten Ziegeler · 17 years ago
  55. 64b8aa1 Turn on namespace processing and simplify handler interface. by Carsten Ziegeler · 17 years ago
  56. f6201a7 Add initial support for namespace handling, check for namespace and use local name (FELIX-106) by Carsten Ziegeler · 17 years ago
  57. 6be327f Applied patch (FELIX-333) to remove new-lines/form-feeds from property values. by Richard S. Hall · 17 years ago
  58. e0a8cb5 Modify a little automatic requirement resolution on composite when the service specification contains service requirement.(Felix-311) by Clement Escoffier · 17 years ago
  59. 0833dc0 Refer to released Felix parent project and OSGi libraries by Felix Meschberger · 17 years ago
  60. bb04898 FELIX-334 Missing callbacks for Configuration plugins by Felix Meschberger · 17 years ago
  61. bd3ed0e Correct url to felix project and switch poi scratchpad to poi full, containing poi, poi-contrib and poi-scratchpad. by Carsten Ziegeler · 17 years ago
  62. ed201e7 Ignore target directory. by Carsten Ziegeler · 17 years ago
  63. b5d6dcc Add wrapper bundle for poi scratchpad. by Carsten Ziegeler · 17 years ago
  64. 13afe1c Add scoping features for service requirement resolving. by Clement Escoffier · 17 years ago
  65. ce1ed6a Do not print stacktrace to standard out. by Carsten Ziegeler · 17 years ago
  66. 8469b3c Inclusion of rule to allow imports or exports to be forced into all bundles (FELIX-332). by Rob Walker · 17 years ago
  67. 07bc382 Ensure URL stream is closed once bytes have been read and copied to response (FELIX-330). by Rob Walker · 17 years ago
  68. 8fb2f05 No code changes - just formatting. by Carsten Ziegeler · 17 years ago
  69. e993bf4 Solve a simple bug in the iPOJO Manipulator when a class is already manipulated. by Clement Escoffier · 17 years ago
  70. 9e73ae8 Correct artifact id. by Carsten Ziegeler · 17 years ago
  71. dd57ec5 Correct notice files (part 2/2) by Carsten Ziegeler · 17 years ago
  72. 18ae2f1 Correct notice files (part 1) by Carsten Ziegeler · 17 years ago
  73. aace434 Add license and notice file. by Carsten Ziegeler · 17 years ago
  74. 41c255e Add prefs module. by Carsten Ziegeler · 17 years ago
  75. 2234ede Adjust package names. by Carsten Ziegeler · 17 years ago
  76. 6c67323 Adjust package names. by Carsten Ziegeler · 17 years ago
  77. 6a1eb38 Adjust package names. by Carsten Ziegeler · 17 years ago
  78. aa6c7c6 Adjust package names. by Carsten Ziegeler · 17 years ago
  79. 122a404 move preferences implementation to trunk (this time with correct url) by Carsten Ziegeler · 17 years ago
  80. c11a415 Some cosmetic improvements by Clement Escoffier · 17 years ago
  81. 014025e Some cosmetic improvements by Clement Escoffier · 17 years ago
  82. 524390f Applied patch (FELIX-313) to support archive configuration (e.g., excluding by Richard S. Hall · 17 years ago
  83. bbf9a67 Add assembly plugin configuration to create project and bin distributions by Carsten Ziegeler · 17 years ago
  84. b0eb11c Added proxying to the application to enabled deferred service retrieval. by Richard S. Hall · 17 years ago
  85. d115071 Modified extender application to use a proxy shape to defer object creation. by Richard S. Hall · 17 years ago
  86. 29faca3 Add licence and notice for the remaining modules. by Carsten Ziegeler · 17 years ago
  87. 27100a8 Add license and notice files to resources (mail and activation will follow shortly) by Carsten Ziegeler · 17 years ago
  88. 25ee5f6 Add license and notice files by Carsten Ziegeler · 17 years ago
  89. ef09a2c Rename build artficat id to commons-build to better distinguish it from other "build" modules. by Carsten Ziegeler · 17 years ago
  90. 284e395 Ignore target directory. by Carsten Ziegeler · 17 years ago
  91. 7baa52a Move parent pom for commons into "pom" folder by Carsten Ziegeler · 17 years ago
  92. c13045a Add configuration for release and gpg plugin by Carsten Ziegeler · 17 years ago
  93. 7a79dfb Add scm configuration for the release plugin. by Carsten Ziegeler · 17 years ago
  94. c845fe7 Refer to released parent pom (1.0.0) by Carsten Ziegeler · 17 years ago
  95. 6179186 Commented out some subprojects to get the continuous build to run. by Marcel Offermans · 17 years ago
  96. 675b055 A bug slipped into the framework shutdown process during the refactoring by Richard S. Hall · 17 years ago
  97. 8da8570 Fixed to the new boilerplate license header. by Par Niclas Hedhman · 17 years ago
  98. 9903dbc Update the main and framework subprojects to 1.1.0-SNAPSHOT. by Karl Pauls · 17 years ago
  99. aa573ad Prepare the main subproject for the 1.0.0 release. by Karl Pauls · 17 years ago
  100. 3e0ea2c Prepare the framework for the 1.0.0 release. by Karl Pauls · 17 years ago