1. 786d60e Use bnd merge directive to make some warnings go away and use version 1.0.0 of the maven bundle plugin. by Karl Pauls · 17 years ago
  2. 8f7aae5 Fix a couple of issues with the LDAP filter most noticeably, attributes where limited to [a-zA-Z ] so didn't allow for e.g., numbers. Furthermore, I added some functionality to match the 4.1 spec (values may now be Collections not only Vectors). Thanks goes to Angelo van der Sijpt and Jorg Hollenberg for providing me with valuable test cases (and pointing out the diff between the 4.0 and 4.1 spec). by Karl Pauls · 17 years ago
  3. 467b670 Fixed issue were external termination of Felix EventDispatcher.java was not handled or detected and prevented a restart of future Felix instances in the same VM (FELIX-363). by Rob Walker · 17 years ago
  4. 12b1d70 FELIX-352: provide informational error message when manifest goal is run before compile phase by Stuart McCulloch · 17 years ago
  5. c6fa66c Provide option to generate PID (which defaults to true) for a component. by Carsten Ziegeler · 17 years ago
  6. ddfc8c9 The bnd lib expects resource paths with a '/' as the separator. If the plugin is run on Windows, a '\' is used as separator! This workaround/fix converts the slashes. by Carsten Ziegeler · 17 years ago
  7. d8b3e18 Created bundle for jline-0.9.91 by Stefano Lenzi · 17 years ago
  8. 4cd7355 Only create the metatype directory if there are any metatype descriptors to write by Felix Meschberger · 17 years ago
  9. 831eaa1 FELIX-357 activation and deactivation may run concurrently by Felix Meschberger · 17 years ago
  10. aa5adb9 FELIX-356 DependencyManager.bind may bind to null and does not correctly check for success by Felix Meschberger · 17 years ago
  11. 86a336d FELIX-356 DependencyManager.bind may bind to null and does not correctly check for success by Felix Meschberger · 17 years ago
  12. db90b1b FELIX-355 ConfigurationAdmin service is unregistered after it has been cleaned up by Felix Meschberger · 17 years ago
  13. 7d09745 Restrict the initial value usage of a property to types of java.lang.String and correctly trim the value to fix #FELIX-353. by Carsten Ziegeler · 17 years ago
  14. 2cd8f0d Remove unused import from private sun package. by Carsten Ziegeler · 17 years ago
  15. decfc7f Generate bind/unbind only if reference has single cardinality (either optional or required) by Carsten Ziegeler · 17 years ago
  16. 1af2182 Fix wrong Bundle Symbolic Name by Felix Meschberger · 17 years ago
  17. 8044a30 Fix wrong Bundle Symbolic Name by Felix Meschberger · 17 years ago
  18. 7dd7093 Refer to released artifacts where possible by Felix Meschberger · 17 years ago
  19. de45565 Remove generated methods from previous builds to avoid having the same method more than once in the resulting class file. by Carsten Ziegeler · 17 years ago
  20. 3e6a84d Correct byte code generation: calculate max frames and locals by hand (they're constant anyway) to avoid altering the existing byte code; fix putfield operation. by Carsten Ziegeler · 17 years ago
  21. 79af276 Do not generate methods if the component is abstract. by Carsten Ziegeler · 17 years ago
  22. 1cbb4cd Prevent possible NPE when tmpFile is null (if an error occurs before tmpFile could be set) by Carsten Ziegeler · 17 years ago
  23. cd71da9 Fix type class reference for generated methods. Only create bind/unbind if flag is set. Refactor to use only one creation method. by Carsten Ziegeler · 17 years ago
  24. 8ce086c Generate bind and unbind methods for references from fields using asm byte code manipulation. by Carsten Ziegeler · 17 years ago
  25. 784ff87 Correct logging of number of abstract services. by Carsten Ziegeler · 17 years ago
  26. e1b00ed Remove irritating test code by Felix Meschberger · 17 years ago
  27. 85b355d Dynamically import LogService and user LogService class name (and not class) to name by Felix Meschberger · 17 years ago
  28. 29e04e3 FELIX-341 Intermittent exception during Felix shutdown by Felix Meschberger · 17 years ago
  29. 3b06bcb Three fixes: by Felix Meschberger · 17 years ago
  30. ea83f4e Start searching of methods for references in the current source class and not in the class the reference is defined in. Start implementing method generation for references. by Carsten Ziegeler · 17 years ago
  31. e267f13 FELIX ----- Compatible with felix 1.1.0 by Stephane Frenot · 17 years ago
  32. fed35de Fixed wrong version which prevented the import of upnp.extra packages by Francesco Furfari · 17 years ago
  33. 60d4598 Deleted unused files by Francesco Furfari · 17 years ago
  34. 57a5863 Create a new line before printing out multi value properties. by Carsten Ziegeler · 17 years ago
  35. 28ff270 Close Option tag (fix FELIX-349) and move utility methods to IOUtils. by Carsten Ziegeler · 17 years ago
  36. ce96c2d FELIX-159 Improve bundles starting process. by Stephane Frenot · 17 years ago
  37. 1bcecbb Correct spelling. by Carsten Ziegeler · 17 years ago
  38. d82fcab As 1.0.0 of the parent pom is not released yet, it's better to use latest version from svn for now. by Carsten Ziegeler · 17 years ago
  39. 4b08bbe FELIX-308: support embedding of artifacts with non-jar extension names by Stuart McCulloch · 17 years ago
  40. 7830f6d Removed useless prefix from all the project related to UPnP by Stefano Lenzi · 17 years ago
  41. 1e50466 Moved to new directory layout by Stefano Lenzi · 17 years ago
  42. 10567c2 Preparing the file before moving to upnp directory by Stefano Lenzi · 17 years ago
  43. f80bbc0 Moved UPnP projects to subproject layout by Stefano Lenzi · 17 years ago
  44. 56e64fc Typo error by Stefano Lenzi · 17 years ago
  45. 3ce6c41 Trying to fix compilation issure arose by missing repository for artificat by Stefano Lenzi · 17 years ago
  46. 5f7ac16 FELIX-348 Configuration Admin should not send a CM_UPDATED event after first registration of a ManagedService by Felix Meschberger · 17 years ago
  47. ffadcf6 Workaround for MNG-1682 (incorrect extension used when installing to local repository) by Stuart McCulloch · 17 years ago
  48. 051927a Write schema and namespace def in one line as a workaround for a bug in the mvn release plugin by Carsten Ziegeler · 17 years ago
  49. 644515a Set namespace and schema information in one line for maven release plugin. by Carsten Ziegeler · 17 years ago
  50. ca034f4 Readd license header after plugin run. by Carsten Ziegeler · 17 years ago
  51. 0ad238b [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  52. 4490ee9 [maven-release-plugin] prepare release maven-scr-plugin-0.2.0 by Carsten Ziegeler · 17 years ago
  53. 1da0359 Add detection mechanism for proper namespace handling. If the current sax implementation has bugs a workaround is installed (fixes FELIX-347) by Carsten Ziegeler · 17 years ago
  54. c72e584 UPnP Base Driver now depends on the version 1.8.0-SNAPSHOT of the by Stefano Lenzi · 17 years ago
  55. 0249608 Modified all examples to use maven-bundle-plugin and to use released by Richard S. Hall · 17 years ago
  56. 6e85c70 Modified BundleImpl.getHeaders(Locale) to accept a null locale. (FELIX-346) by Richard S. Hall · 17 years ago
  57. abd06a7 Upgrade to BND level 0.0.189 by Stuart McCulloch · 17 years ago
  58. 9c406b1 FELIX-343: replace any instances of {maven-resources} in Include-Resource with the actual project's resource paths by Stuart McCulloch · 17 years ago
  59. a895281 these should be final by Stuart McCulloch · 17 years ago
  60. f7c4488 FELIX-308: initial implementation to support embedding dependencies by Stuart McCulloch · 17 years ago
  61. 0e01269 FELIX-341 Intermittent exception during Felix shutdown by Felix Meschberger · 17 years ago
  62. 644283d Depend on released versions of dependencies (if possible) by Felix Meschberger · 17 years ago
  63. ee3f1db Remove "this." prefixing and apply Felix Coding Standards by Felix Meschberger · 17 years ago
  64. bd00a0f Remove "this." prefixing and apply Felix Coding Standards by Felix Meschberger · 17 years ago
  65. f993774 Add License Files by Felix Meschberger · 17 years ago
  66. daadeeb Correct poms after release plugin run. by Carsten Ziegeler · 17 years ago
  67. ef18997 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  68. 80ed037 [maven-release-plugin] prepare release maven-scr-plugin-0.1.0 by Carsten Ziegeler · 17 years ago
  69. efccf87 Add configuration for release plugin. by Carsten Ziegeler · 17 years ago
  70. 6642333 FELIX-342 NullPointerException after updating a ManagedService when no Configuration exists by Felix Meschberger · 17 years ago
  71. f0e7214 Correct poms after release plugin run. by Carsten Ziegeler · 17 years ago
  72. bbe8d22 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  73. e5eb991 [maven-release-plugin] prepare release org.apache.felix.commons.servlet-api-2.4.0-0001 by Carsten Ziegeler · 17 years ago
  74. b446d43 Correct poms after release plugin run. by Carsten Ziegeler · 17 years ago
  75. 5440c5c [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  76. ce2d4a7 [maven-release-plugin] prepare release org.apache.felix.commons.xml-apis-1.3.4-0001 by Carsten Ziegeler · 17 years ago
  77. 99f0079 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  78. 858c652 [maven-release-plugin] prepare release org.apache.felix.commons.servlet-api-2.3.0-0001 by Carsten Ziegeler · 17 years ago
  79. 5cbd4e0 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  80. f95bfc4 [maven-release-plugin] prepare release org.apache.felix.commons.mail-1.4.0-0001 by Carsten Ziegeler · 17 years ago
  81. ff85659 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  82. 7eb66fc [maven-release-plugin] prepare release org.apache.felix.commons.poi-full-3.0.1-FINAL-0001 by Carsten Ziegeler · 17 years ago
  83. 603bca4 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  84. 0a7d597 [maven-release-plugin] prepare release org.apache.felix.commons.poi-3.0.1-FINAL-0001 by Carsten Ziegeler · 17 years ago
  85. f463b65 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  86. 7af11fc [maven-release-plugin] prepare release org.apache.felix.commons.commons-lang-2.3.0-0001 by Carsten Ziegeler · 17 years ago
  87. 60c73ed Correct poms after release plugin run. by Carsten Ziegeler · 17 years ago
  88. 65f492b [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  89. 67d2073 [maven-release-plugin] prepare release org.apache.felix.commons.commons-io-1.3.2-0001 by Carsten Ziegeler · 17 years ago
  90. 9dc8b43 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  91. c6ff6c8 [maven-release-plugin] prepare release org.apache.felix.commons.commons-collections-3.2.0-0001 by Carsten Ziegeler · 17 years ago
  92. 195aadf [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  93. 7012091 [maven-release-plugin] prepare release org.apache.felix.commons.commons-codec-1.3.0-0001 by Carsten Ziegeler · 17 years ago
  94. e8275af [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  95. bd9b3d5 [maven-release-plugin] prepare release org.apache.felix.commons.commons-beanutils-1.7.0-0001 by Carsten Ziegeler · 17 years ago
  96. 9edf7c0 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  97. fff8079 [maven-release-plugin] prepare release org.apache.felix.commons.activation-1.1.0-0001 by Carsten Ziegeler · 17 years ago
  98. 08d11b7 Use final version for parent pom and fix svn url. by Carsten Ziegeler · 17 years ago
  99. 16bcf90 Prevent NPE if a component to be validated does is not a service by Felix Meschberger · 17 years ago
  100. 2d38430 Ignore Eclipse Project artifacts by Felix Meschberger · 17 years ago