1. f71c1ba Only attach specific assemblies (ignore bz2), fix warning about missing encoding by Stuart McCulloch · 16 years ago
  2. ab472e0 [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 16 years ago
  3. 9c1b60c [maven-release-plugin] prepare release felix-1.2.0 by Stuart McCulloch · 16 years ago
  4. 133524b Avoid attaching the assembly artifacts, as these don't need to be deployed to Maven by Stuart McCulloch · 16 years ago
  5. d1fdf30 [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 16 years ago
  6. 374a62e [maven-release-plugin] prepare release felix-1.2.0 by Stuart McCulloch · 16 years ago
  7. a4bf261 New release process, so should really bump this up to 1.2.0 instead of 1.0.5 by Stuart McCulloch · 16 years ago
  8. 6b6c60b [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 16 years ago
  9. 4c42f3b [maven-release-plugin] prepare release felix-1.0.5 by Stuart McCulloch · 16 years ago
  10. 0831668 FELIX-993 drop checking the target filter on service unregistration by Felix Meschberger · 16 years ago
  11. b7b422e FELIX-1044 Refactor of component instance handling in the DependencyManager by Felix Meschberger · 16 years ago
  12. c695cd8 Fix some formatting. by Richard S. Hall · 16 years ago
  13. 05851d4 FELIX-1010 : Rename annotations to scr annotations. by Carsten Ziegeler · 16 years ago
  14. e2d128d FELIX-1010 : Rename annotations to scr annotations. by Carsten Ziegeler · 16 years ago
  15. dc694d9 FELIX-1010 : Rename annotations module to just scr annotations by Carsten Ziegeler · 16 years ago
  16. 59ed987 Add some javadoc comments, Normalize the code format. by Clement Escoffier · 16 years ago
  17. 2c4a606 FELIX-1042 Apply patch adding LogService panel (Thanks Filippo Diotalevi) by Felix Meschberger · 16 years ago
  18. daaa167 Remove duplicate list of modules, as it is getting out-of-sync by Stuart McCulloch · 16 years ago
  19. 211a6e8 The iPOJO API now supports external handlers. To use them, the handler provider has to implements HandlerConfiguration that returns the Element-Attribute structure representing the handler configuration. by Clement Escoffier · 16 years ago
  20. 5335d93 Rework stream handler proxies to not do classloads when looking up the URLHandler services (FELIX-1035). by Karl Pauls · 16 years ago
  21. 65a799f FELIX-1030: apply patch from Dennis Geurts to fix issues revealed by new tests by Stuart McCulloch · 16 years ago
  22. f1c37cd FELIX-1010: Apply patch from Felix Meschberger: by Carsten Ziegeler · 16 years ago
  23. e63aeb0 FELIX-1030: add device access tests by Stuart McCulloch · 16 years ago
  24. b900612 Improve tests. by Clement Escoffier · 16 years ago
  25. 28f2d6d FELIX-1010: Use qdox to read annotations; get default values by using reflection. by Carsten Ziegeler · 16 years ago
  26. 9eed185 Commit API test suite (composite) by Clement Escoffier · 16 years ago
  27. 8d6abb1 FELIX-1029: apply changes in preparation for using Nexus to release artifacts by Stuart McCulloch · 16 years ago
  28. b556644 Previous attempt to turn off JAR verification only did it when the security by Richard S. Hall · 16 years ago
  29. de0905c Composite now exports the iPOJO manipulator. by Clement Escoffier · 16 years ago
  30. 6b61ef6 Add the composite API (initial version) Add the SingletonComponentType by Clement Escoffier · 16 years ago
  31. fcaa1bb Fix a NPE in the manipulator when a synthetized method is not found (during annotations migration). by Clement Escoffier · 16 years ago
  32. 740932f FELIX-1038 : Rename attribute name for mulitple value references from refValues to valueRefs. Print a warning if old name is used. by Carsten Ziegeler · 16 years ago
  33. fa4dcaf Add missing repository for Spring-DM milestone artifacts by Stuart McCulloch · 16 years ago
  34. 9dcafcb Remove not needed classload inside the stream handler as it could be used inside another classload which can cause a deadlock (FELIX-1035). by Karl Pauls · 16 years ago
  35. b57dd13 Fixed bug related to the erroneous date presentation when the TV device is linked to a remote UPnP Clock. Changed state variable from time to DateTime. The sample devices are not interoperable with the original Cyberlink devices anymore. by Francesco Furfari · 16 years ago
  36. 22084e4 Fix an exception when felix is started with security enabled. (FELIX-1033) by Karl Pauls · 16 years ago
  37. a3a6204 Update pom files to use the 1.0.4 parent pom (bulk change). by Clement Escoffier · 16 years ago
  38. 1261c91 Fix some issues in LICENSE and NOTICE files. by Clement Escoffier · 16 years ago
  39. fc92af1 Update the pom file to add the transaction service by Clement Escoffier · 16 years ago
  40. 023d1fc Commit the Transaction Service (Felix-1012) donated by Guillaume Nodet by Clement Escoffier · 16 years ago
  41. 2f3e5cf FELIX-1028 : Throw NPE instead of InvalidSyntaxException if expr is null. by Carsten Ziegeler · 16 years ago
  42. 5b3f67f FELIX-1010 : Use qdox to get annotations and create fake annotations. by Carsten Ziegeler · 16 years ago
  43. 876a321 FELIX-1028 : Prevent NPE on createFilter() call. by Carsten Ziegeler · 16 years ago
  44. 562ad57 FELIX-1010 : Apply javadoc patch from Stefan Seifert. by Carsten Ziegeler · 16 years ago
  45. 22cc845 FELIX-988: update test dependencies by Stuart McCulloch · 16 years ago
  46. 3707bcc FELIX-1010 : Switch back to retention policy RUNTIME; otherwise the plugin is not able to see the annotations. by Carsten Ziegeler · 16 years ago
  47. a1598c7 FELIX-1010: Metatype information should not be generated by default - this has actually been an error in the javadocs where metatype is true per default. We can't change it for the javadocs parsing, but we can define new defaults for the annotations stuff. by Carsten Ziegeler · 16 years ago
  48. 021ce57 FELIX-997 : Add a strictMode configuration which regards all warnings as errors. by Carsten Ziegeler · 16 years ago
  49. fbecee9 FELIX-1010 : Make use of qdox and annotations configurable, both are enabled by default. by Carsten Ziegeler · 16 years ago
  50. 2b58536 Fix issue Felix-1024 iPOJO creates a suitable constructor if none found. by Clement Escoffier · 16 years ago
  51. 31db04c [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
  52. 2611c64 [maven-release-plugin] prepare release org.apache.felix.http.jetty-1.0.0 by Clement Escoffier · 16 years ago
  53. f61ca5a Add changelog file. by Clement Escoffier · 16 years ago
  54. 9b9343a Rollback the release, Changelog is missing by Clement Escoffier · 16 years ago
  55. a242a9a [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
  56. d57fe37 [maven-release-plugin] prepare release org.apache.felix.http.jetty-1.0.0 by Clement Escoffier · 16 years ago
  57. 566d6b0 [maven-release-plugin] rollback the release of org.apache.felix.http.jetty-1.0.0 by Clement Escoffier · 16 years ago
  58. fd7431f [maven-release-plugin] prepare release org.apache.felix.http.jetty-1.0.0 by Clement Escoffier · 16 years ago
  59. d3bbf43 [maven-release-plugin] rollback the release of org.apache.felix.http.jetty-1.0.0 by Clement Escoffier · 16 years ago
  60. bfc9b5b [maven-release-plugin] prepare release org.apache.felix.http.jetty-1.0.0 by Clement Escoffier · 16 years ago
  61. 12203d1 Update the parent pom version. by Clement Escoffier · 16 years ago
  62. 1853ea9 broken build seems because version was not upgraded on dependencymanager dependency by Alex Karasulu · 16 years ago
  63. ffcc453 broken build seems because version was not upgraded on dependencymanager dependency by Alex Karasulu · 16 years ago
  64. 4c9abd2 Cleanup after release by Karl Pauls · 16 years ago
  65. 2746cde [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  66. 3ec83eb [maven-release-plugin] prepare release org.apache.felix.main-1.6.0 by Karl Pauls · 16 years ago
  67. 2d80051 Downgrade version to cut another release candidate because of a missing license and notice in source jars. by Karl Pauls · 16 years ago
  68. 232b406 Add duplicated notice and license to make maven happy when doing the source jars by Karl Pauls · 16 years ago
  69. a35250e Cleanup after release by Karl Pauls · 16 years ago
  70. 53b9964 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  71. c492b6e [maven-release-plugin] prepare release org.apache.felix.main-1.6.0 by Karl Pauls · 16 years ago
  72. 53ace04 Downgrade version to cut another release candidate because of a missing license header. by Karl Pauls · 16 years ago
  73. 9ef8208 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  74. e774b50 [maven-release-plugin] prepare release org.apache.felix.framework-1.6.0 by Karl Pauls · 16 years ago
  75. f1acc5c Add missing license header by Karl Pauls · 16 years ago
  76. 5389e66 [maven-release-plugin] rollback the release of org.apache.felix.framework-1.6.0 by Karl Pauls · 16 years ago
  77. ddb4ac5 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  78. 3e171b5 [maven-release-plugin] prepare release org.apache.felix.framework-1.6.0 by Karl Pauls · 16 years ago
  79. b0fa802 Downgrade version to cut another release candidate because of a missing license header. by Karl Pauls · 16 years ago
  80. 2c0de80 Cleanup after release by Karl Pauls · 16 years ago
  81. 1b2f5d2 Cleanup after releases. by Karl Pauls · 16 years ago
  82. 92ba8bf [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  83. 4a9b523 [maven-release-plugin] prepare release org.apache.felix.main-1.6.0 by Karl Pauls · 16 years ago
  84. a559c11 Update changelog and prepare 1.6.0 release. by Karl Pauls · 16 years ago
  85. 708cd15 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  86. ef38134 [maven-release-plugin] prepare release org.apache.felix.framework-1.6.0 by Karl Pauls · 16 years ago
  87. b376035 Update changelog and prepare 1.6.0 release. by Karl Pauls · 16 years ago
  88. 7fc40e5 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  89. 78d346b [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.4.0 by Karl Pauls · 16 years ago
  90. 84b482e Update changelog and prepare 1.4.0 release. by Karl Pauls · 16 years ago
  91. b0a3072 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  92. 19e0f19 [maven-release-plugin] prepare release org.apache.felix.shell.tui-1.2.0 by Karl Pauls · 16 years ago
  93. 42ad887 Update changelog and prepare 1.2.0 release. by Karl Pauls · 16 years ago
  94. 83a9255 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  95. 65b0d0a [maven-release-plugin] prepare release org.apache.felix.shell-1.2.0 by Karl Pauls · 16 years ago
  96. 5ba286c Update changelog and prepare 1.2.0 release. by Karl Pauls · 16 years ago
  97. 3c329e9 FELIX-1010 : Add annotations to the build, change version and make the retention policy to be source (we don't want the annotations in the compiled classes) by Carsten Ziegeler · 16 years ago
  98. f63da64 FELIX-1010 : Add annotations support for SCR plugin. Apply patch from Stefan Seifert by Carsten Ziegeler · 16 years ago
  99. d0b0bfb [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
  100. 5c8c80d [maven-release-plugin] prepare release org.apache.felix.fileinstall-0.9.2 by Clement Escoffier · 16 years ago