1. 6c6ae8d Commit the base of the new iPOJO version. by Clement Escoffier · 17 years ago
  2. 0dea217 Temporary patch to fix bamboo issue, will revert later by Stuart McCulloch · 17 years ago
  3. 8a5ad9c Temporarily rollback FELIX-370 changes, as this is causing major build breakage by Stuart McCulloch · 17 years ago
  4. 03d950f Mark OBR mojos as optional by Stuart McCulloch · 17 years ago
  5. 00f1f92 Build server runs a different plan to the build.xml, so need extra module to satisfy this dependency by Stuart McCulloch · 17 years ago
  6. 285fcc2 Extract OSGi OBR service API to a non-bundle jar to avoid circular build problems by Stuart McCulloch · 17 years ago
  7. c6f5f67 Ignore target directory. by Carsten Ziegeler · 17 years ago
  8. 0d9d641 Add wrapper for the quartz library. by Carsten Ziegeler · 17 years ago
  9. 5f808a8 Correct goal, it's "deployment" by Carsten Ziegeler · 17 years ago
  10. 00b0694 Remove tabs and refactor removal of {maven-resources} tag into separate method by Stuart McCulloch · 17 years ago
  11. 868bfdc FELIX-296 jsp-api 2.0 wrapping by Felix Meschberger · 17 years ago
  12. b39d23d Handle the case, if there is no default maven paths, but {maven-resource} is used for specifying the resources: remove the reference and remove preceding/following comma accordingly. by Carsten Ziegeler · 17 years ago
  13. b062b9e OBR plugin is a runtime dependency by Stuart McCulloch · 17 years ago
  14. 1761964 Properties can use method from parent class to be setted : by Clement Escoffier · 17 years ago
  15. 273ce2a JSP API not part of Servlet API 2.4 any more by Felix Meschberger · 17 years ago
  16. 476013d FELIX-370: by Stefano Lenzi · 17 years ago
  17. 2dc6683 FELIX-378 servicefactory attribute of @scr.service tag not handled correctly by Felix Meschberger · 17 years ago
  18. d81188d FELIX-306: be consistent and delegate all version mangling to BND library by Stuart McCulloch · 17 years ago
  19. 6d3e62a FELIX-377: support -failok directive by Stuart McCulloch · 17 years ago
  20. 717740b FELIX-376: Support writing of manifest to the file system when using bundle goal by Stuart McCulloch · 17 years ago
  21. 98f7c40 Target 1.3 bytecode level by default by Stuart McCulloch · 17 years ago
  22. fe090f8 Add jmood project to bundle build profile by Felix Meschberger · 17 years ago
  23. a98dcfc - Some Formatting of Pom by Felix Meschberger · 17 years ago
  24. fdb9d4a - Some Formatting of Pom by Felix Meschberger · 17 years ago
  25. 3f87087 FELIX-373 Log the unsatisfied dependencies of a component which prevent activation of the component by Felix Meschberger · 17 years ago
  26. edf6169 FELIX-373 Log the unsatisfied dependencies of a component which prevent activation of the component by Felix Meschberger · 17 years ago
  27. 2ade35f FELIX-375 implemented interfaces of base classes from the class path are not recognized by Felix Meschberger · 17 years ago
  28. 0267436 Fix the warning messages about split-packages when compiling. by Clement Escoffier · 17 years ago
  29. b28f53d Solve the Felix-372 bugs about static method manipulation. by Clement Escoffier · 17 years ago
  30. a05b21d Remove some packages for jre1.3 and add/remove a few for 1.4, 1.5, and 1.6 (javax.crypto.*) (FELIX-371). by Karl Pauls · 17 years ago
  31. 38b77d7 FELIX-366 Bound Service Replacement incorrect by Felix Meschberger · 17 years ago
  32. 34724e9 Upgrade the framework and main to version 1.1.0-SNAPSHOT. by Karl Pauls · 17 years ago
  33. bfdc6bd Downgrade the framework and main projects for the 1.0.1 release snapshot. by Karl Pauls · 17 years ago
  34. 3653955 Use artifact name as symbolic name. by Carsten Ziegeler · 17 years ago
  35. a37ec21 Fix for FELIX-367: Set the instance variable in unbind only to null if passed service object is the same as the stored one. by Carsten Ziegeler · 17 years ago
  36. b609eca - Rename DependencyManager.isValid to isSatisfied to clarify the intent of the method by Felix Meschberger · 17 years ago
  37. 9dadeef FELIX-368 Service binding odities if (un)bind methods take ServiceReferences by Felix Meschberger · 17 years ago
  38. 9dfb526 Enhance AbstractComponentManager.getMethod to specify whether only the declared methods by Felix Meschberger · 17 years ago
  39. 43d2a71 FELIX-364 0..1 dynamic service reference does not bind properly. by Felix Meschberger · 17 years ago
  40. af276eb Update the changelog in preparation of the 1.0.1 release. by Karl Pauls · 17 years ago
  41. 44987e5 Update the documentation of the main by Karl Pauls · 17 years ago
  42. 305c964 Update the changelog in preparation of the 1.0.1 release. by Karl Pauls · 17 years ago
  43. 7bca0de Update the documentation of the framework by Karl Pauls · 17 years ago
  44. ad142d2 Fix a few issues with exporting the same package more then once and handle modified module definitions to make extension bundle exports work again (FELIX-30, FELIX-101). by Karl Pauls · 17 years ago
  45. 0177fc9 Add support to notify module listeners that the definition of a module has been modified - this is an experimental feature to make extension bundle exports work again (FELIX-30). by Karl Pauls · 17 years ago
  46. 7b479bc In case that a module imports a package from a service provider and the provider doesn't import the package we allow the requester to get the service in case he is bound to any older revision of the module. This is wrong, we need to make sure the requester is wired to the current module of the provider else the requester might get ClassCastExceptions. Thanks to Peter Doornbusch for pointing out this bug. by Karl Pauls · 17 years ago
  47. c503651 Clean-up an unused method. by Karl Pauls · 17 years ago
  48. 7514531 Clean-up the EventDispatcher class, try to use the correct locks for all variables, and move some clean-up to a finally block (FELIX-363). by Karl Pauls · 17 years ago
  49. a37bcf9 Per spec a call to PackageAdmin.getBundle(Class) should return the Bundle that has the classloader that loaded this class. We only return the bundle if it is a real one (i.e., not the system bundle). This returns the system bundle in case the class comes from the classloader (or one of its parents) that loaded Felix and the system bundle exports the package. by Karl Pauls · 17 years ago
  50. 9c5967d Put back in "wait" step on event shutdown, but used dedicated shutdown lock outside of other synchronosed blocks to help avoid deadlocks (FELIX-363). by Rob Walker · 17 years ago
  51. 536d14f Enable support for exporting the same package more then once (FELIX-101). by Karl Pauls · 17 years ago
  52. 1b59f00 Do not overwrite but append to Service-Component property if already existing in the project by Felix Meschberger · 17 years ago
  53. 39f9e54 Rollback to previous version of the pom since top-level build fails. by Karl Pauls · 17 years ago
  54. 2599af0 Make resolution of javax.microedition optional to make bundle run on JSE by Karl Pauls · 17 years ago
  55. b778a9b Use the bnd merge directive and remove the unpack of the framework classes (not needed anymore because of the merge directive). Furthermore, use the 1.0.0 version of the maven bundle plugin. by Karl Pauls · 17 years ago
  56. 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
  57. 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
  58. 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
  59. 12b1d70 FELIX-352: provide informational error message when manifest goal is run before compile phase by Stuart McCulloch · 17 years ago
  60. c6fa66c Provide option to generate PID (which defaults to true) for a component. by Carsten Ziegeler · 17 years ago
  61. 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
  62. d8b3e18 Created bundle for jline-0.9.91 by Stefano Lenzi · 17 years ago
  63. 4cd7355 Only create the metatype directory if there are any metatype descriptors to write by Felix Meschberger · 17 years ago
  64. 831eaa1 FELIX-357 activation and deactivation may run concurrently by Felix Meschberger · 17 years ago
  65. aa5adb9 FELIX-356 DependencyManager.bind may bind to null and does not correctly check for success by Felix Meschberger · 17 years ago
  66. 86a336d FELIX-356 DependencyManager.bind may bind to null and does not correctly check for success by Felix Meschberger · 17 years ago
  67. db90b1b FELIX-355 ConfigurationAdmin service is unregistered after it has been cleaned up by Felix Meschberger · 17 years ago
  68. 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
  69. 2cd8f0d Remove unused import from private sun package. by Carsten Ziegeler · 17 years ago
  70. decfc7f Generate bind/unbind only if reference has single cardinality (either optional or required) by Carsten Ziegeler · 17 years ago
  71. 1af2182 Fix wrong Bundle Symbolic Name by Felix Meschberger · 17 years ago
  72. 8044a30 Fix wrong Bundle Symbolic Name by Felix Meschberger · 17 years ago
  73. 7dd7093 Refer to released artifacts where possible by Felix Meschberger · 17 years ago
  74. 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
  75. 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
  76. 79af276 Do not generate methods if the component is abstract. by Carsten Ziegeler · 17 years ago
  77. 1cbb4cd Prevent possible NPE when tmpFile is null (if an error occurs before tmpFile could be set) by Carsten Ziegeler · 17 years ago
  78. 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
  79. 8ce086c Generate bind and unbind methods for references from fields using asm byte code manipulation. by Carsten Ziegeler · 17 years ago
  80. 784ff87 Correct logging of number of abstract services. by Carsten Ziegeler · 17 years ago
  81. e1b00ed Remove irritating test code by Felix Meschberger · 17 years ago
  82. 85b355d Dynamically import LogService and user LogService class name (and not class) to name by Felix Meschberger · 17 years ago
  83. 29e04e3 FELIX-341 Intermittent exception during Felix shutdown by Felix Meschberger · 17 years ago
  84. 3b06bcb Three fixes: by Felix Meschberger · 17 years ago
  85. 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
  86. e267f13 FELIX ----- Compatible with felix 1.1.0 by Stephane Frenot · 17 years ago
  87. fed35de Fixed wrong version which prevented the import of upnp.extra packages by Francesco Furfari · 17 years ago
  88. 60d4598 Deleted unused files by Francesco Furfari · 17 years ago
  89. 57a5863 Create a new line before printing out multi value properties. by Carsten Ziegeler · 17 years ago
  90. 28ff270 Close Option tag (fix FELIX-349) and move utility methods to IOUtils. by Carsten Ziegeler · 17 years ago
  91. ce96c2d FELIX-159 Improve bundles starting process. by Stephane Frenot · 17 years ago
  92. 1bcecbb Correct spelling. by Carsten Ziegeler · 17 years ago
  93. 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
  94. 4b08bbe FELIX-308: support embedding of artifacts with non-jar extension names by Stuart McCulloch · 17 years ago
  95. 7830f6d Removed useless prefix from all the project related to UPnP by Stefano Lenzi · 17 years ago
  96. 1e50466 Moved to new directory layout by Stefano Lenzi · 17 years ago
  97. 10567c2 Preparing the file before moving to upnp directory by Stefano Lenzi · 17 years ago
  98. f80bbc0 Moved UPnP projects to subproject layout by Stefano Lenzi · 17 years ago
  99. 56e64fc Typo error by Stefano Lenzi · 17 years ago
  100. 3ce6c41 Trying to fix compilation issure arose by missing repository for artificat by Stefano Lenzi · 17 years ago