1. 2ad0e71 Added NOTICE and LICENSE files. by Marcel Offermans · 16 years ago
  2. 080ac10 Added NOTICE and LICENSE files. by Marcel Offermans · 16 years ago
  3. eb275de Added missing license headers. by Marcel Offermans · 16 years ago
  4. 469f52a More [minor] refactoring. (FELIX-851) by Richard S. Hall · 16 years ago
  5. 2ea3db8 Fixed a bug introduced in my refactoring. (FELIX-910) by Richard S. Hall · 16 years ago
  6. 4ce6bbc Remove stray empty directory by Felix Meschberger · 16 years ago
  7. 5573797 FELIX-826 Apply patch by Peter Triller (Thanks) by Felix Meschberger · 16 years ago
  8. 4f272e9 FELIX-806: pickup <archive> settings in bundleplugin configuration (otherwise fall back to the jarplugin settings) and enable support of the addMavenDescriptor setting by Stuart McCulloch · 16 years ago
  9. 5ef45ef Made ModuleClassLoader an inner class of ModuleImpl, since they are so by Richard S. Hall · 16 years ago
  10. bc9f760 Fixed a bug from a previous refactoring patch against the manifest parser. by Richard S. Hall · 16 years ago
  11. a8a0510 FELIX-850: local fix for MSHARED-86 (should use isFile instead of exists) by Stuart McCulloch · 16 years ago
  12. ce5efda Fix an NPE issue if state file is empty. (FELIX-902) by Richard S. Hall · 16 years ago
  13. f356d55 FELIX-807: apply suggested patch to Bnd by Stuart McCulloch · 16 years ago
  14. ab65d7b FELIX-907: patch local copy of Bnd code to fix regression by Stuart McCulloch · 16 years ago
  15. 6f26582 Dump classpath passed to BND when debug logging is enabled by Stuart McCulloch · 16 years ago
  16. ef1af6c Re-apply FELIX-843 patch to latest BND code by Stuart McCulloch · 16 years ago
  17. 279be90 Re-apply FELIX-660 patch to latest BND code by Stuart McCulloch · 16 years ago
  18. 1417344 FELIX-899: update to latest editions of Bnd and Bindex by Stuart McCulloch · 16 years ago
  19. 2306eb7 FELIX-899: first step, widen dependency resolution and pass everything except test dependencies onto BND by Stuart McCulloch · 16 years ago
  20. 5284b05 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 16 years ago
  21. d26df5f [maven-release-plugin] prepare release org.apache.felix.dependencymanager.shell-2.0.0 by Marcel Offermans · 16 years ago
  22. 0a734bc [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 16 years ago
  23. 618162b [maven-release-plugin] prepare release org.apache.felix.dependencymanager-2.0.0 by Marcel Offermans · 16 years ago
  24. d4dbbb0 Updated the POM and cleaned up some code (documentation) in preparation for the release. by Marcel Offermans · 16 years ago
  25. 50ab333 Updated the POM in preparation for a release. by Marcel Offermans · 16 years ago
  26. b6d0561 Update dependencies to point on the 1.3.0-SNAPSHOT. So, the trunk should rebuild correctly. by Clement Escoffier · 16 years ago
  27. 379fac9 FELIX-783 Uses reflection now to not create a compile time dependency on Java 5 classes. Runtime, it still has if you use SSL and NIO together, so configure your server to not use that combination if appropriate. by Marcel Offermans · 16 years ago
  28. 13d35d6 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 16 years ago
  29. 2dacccf [maven-release-plugin] prepare release org.apache.felix.configadmin-1.0.10 by Felix Meschberger · 16 years ago
  30. f5c8285 Forgot to reverse the order in which services are started and optional callbacks invoked. by Marcel Offermans · 16 years ago
  31. 0dbd01c [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
  32. dc3bc1c [maven-release-plugin] prepare release org.apache.felix.ipojo.handler.whiteboard-1.2.0 by Clement Escoffier · 16 years ago
  33. c699539 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
  34. 785fefd [maven-release-plugin] prepare release org.apache.felix.ipojo.handler.temporal-1.2.0 by Clement Escoffier · 16 years ago
  35. 10e8852 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
  36. f2e2d32 [maven-release-plugin] prepare release org.apache.felix.ipojo.handler.jmx-1.2.0 by Clement Escoffier · 16 years ago
  37. 6aa421c [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
  38. f4d141a [maven-release-plugin] prepare release org.apache.felix.ipojo.handler.extender-1.2.0 by Clement Escoffier · 16 years ago
  39. 599281b [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
  40. 512f1cd [maven-release-plugin] prepare release org.apache.felix.ipojo.handler.eventadmin-1.2.0 by Clement Escoffier · 16 years ago
  41. 05d31e8 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
  42. 4b2ba26 [maven-release-plugin] prepare release org.apache.felix.ipojo.composite-1.2.0 by Clement Escoffier · 16 years ago
  43. 2769dc8 Update dependencies to point on iPOJO 1.2.0. by Clement Escoffier · 16 years ago
  44. e40b291 Ensure configuration directory for the mock goes into target to be cleaned properly by Felix Meschberger · 16 years ago
  45. 4e0acb3 FELIX-903 testcases to verify felix.cm.loglevel property use by Felix Meschberger · 16 years ago
  46. dcb98d4 FELIX-903 add felix.cm.loglevel property to limit the log output by Felix Meschberger · 16 years ago
  47. c8ce6a8 Fix a memory leak in Permissions. by Karl Pauls · 16 years ago
  48. a374086 FELIX-783 Extended initializeHTTPS() to use NIO or traditional IO based on the property. by Marcel Offermans · 16 years ago
  49. 95ec99f FELIX-784 Added support for new properties. Falls back to old ones if new ones are not provided. by Marcel Offermans · 16 years ago
  50. 8715772 Updated Jetty to the current latest stable version: 6.1.14 and added a dependency to jetty-sslengine in preparation for FELIX-783. by Marcel Offermans · 16 years ago
  51. 070a4aa Improved handling Bundle-Version. (FELIX-851) by Richard S. Hall · 16 years ago
  52. 37b1d3e Slightly modified (improved) the order in which optional dependencies are injected and their callbacks invoked. The callbacks now occur after the start method is invoked, the injections done before. by Marcel Offermans · 16 years ago
  53. 3db3ffd Added two patches suggested by Pierre and Arjun to fix an issue with service dependencies that use a filter, where the filter can return services that are of a different type than the specified type. Also added some logging. by Marcel Offermans · 16 years ago
  54. 2f3f2aa Fixed minor refactoring bug. (FELIX-851) by Richard S. Hall · 16 years ago
  55. a13195b Added back in support for extension bundle exports. (FELIX-851) by Richard S. Hall · 16 years ago
  56. 5e0d9ee More attempts to make resolver state handling more consistent. (FELIX-851) by Richard S. Hall · 16 years ago
  57. e8bcbcf Improved move of resolver state handling to bundle. (FELIX-851) by Richard S. Hall · 16 years ago
  58. 65d1654 Moved resolver state handling to the bundle so we can guarantee state changes by Richard S. Hall · 16 years ago
  59. 01f32f5 Moved security check and setting of bundle protection domain to the by Richard S. Hall · 16 years ago
  60. def3d12 More refactoring. Moved manifest parsing into module constructor. (FELIX-851) by Richard S. Hall · 16 years ago
  61. e42c810 Verify that package name is not empty for imports and exports. (FELIX-897) by Richard S. Hall · 16 years ago
  62. 9fb05fb FELIX-884 and FELIX-887: Applying combined patch FELIX-884-4.patch with by Felix Meschberger · 16 years ago
  63. 2330ec4 Removed unneeded locking method. (FELIX-851) by Richard S. Hall · 16 years ago
  64. e5bbf96 More refactoring. (FELIX-851) by Richard S. Hall · 16 years ago
  65. 5bd2698 Loosened locking by firing some events outside of bundle locking region. by Richard S. Hall · 16 years ago
  66. d3d340f Only mark a bundle as lock after it is verified it is lockable. (FELIX-891) by Richard S. Hall · 16 years ago
  67. 6348fde Refactor ServiceReferenceImpl to be an inner class of ServiceRegistrationImpl. This makes it easier to call the registration directly where needed and fixes an IllegalStateException that could happen in hashCode and equals (FELIX-892). by Karl Pauls · 16 years ago
  68. f68c3ec Needed to loosen locking otherwise a deadlock could occur during framework by Richard S. Hall · 16 years ago
  69. 372bc78 Set mime type and character set for response. by Carsten Ziegeler · 16 years ago
  70. e96f401 Update dependencies to snapshot versions. by Clement Escoffier · 16 years ago
  71. 4ff556d [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
  72. e1bf953 [maven-release-plugin] prepare release org.apache.felix.ipojo.arch-1.2.0 by Clement Escoffier · 16 years ago
  73. 2e34b4e Update the dependency to point on 1.2.0 by Clement Escoffier · 16 years ago
  74. 956e8bd Update the dependency to point on 1.2.0 by Clement Escoffier · 16 years ago
  75. 569a105 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
  76. c59f6c6 [maven-release-plugin] prepare release org.apache.felix.ipojo.annotations-1.2.0 by Clement Escoffier · 16 years ago
  77. dd09f19 Update dependencies to use snapshots. by Clement Escoffier · 16 years ago
  78. 521f93e [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
  79. fd285ea [maven-release-plugin] prepare release org.apache.felix.ipojo-1.2.0 by Clement Escoffier · 16 years ago
  80. 59d8fab Update dependency to 1.2.0 Update XSD location by Clement Escoffier · 16 years ago
  81. d2712b5 Update dependencies to use snapshot versions. by Clement Escoffier · 16 years ago
  82. 779358a [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
  83. 62a1be5 [maven-release-plugin] prepare release maven-ipojo-plugin-1.2.0 by Clement Escoffier · 16 years ago
  84. 81bcca2 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
  85. 96f24ea [maven-release-plugin] prepare release org.apache.felix.ipojo.ant-1.2.0 by Clement Escoffier · 16 years ago
  86. 3878871 Update metadata version to use the 1.2.0 and manipulator 1.2.0 by Clement Escoffier · 16 years ago
  87. f8e260b [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
  88. 7019ead [maven-release-plugin] prepare release org.apache.felix.ipojo.manipulator-1.2.0 by Clement Escoffier · 16 years ago
  89. 0c29622 Update metadata version to use the 1.2.0 by Clement Escoffier · 16 years ago
  90. 9a97d70 Update iPOJO Package version to 1.2.0 for the next iPOJO version. by Clement Escoffier · 16 years ago
  91. 0f749f6 Remove those @author and @version tags by Felix Meschberger · 16 years ago
  92. c9356b2 FELIX-890 Configuration.getProperties() must return a full copy of the by Felix Meschberger · 16 years ago
  93. 3382f86 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
  94. 045a66d [maven-release-plugin] prepare release org.apache.felix.ipojo.metadata-1.2.0 by Clement Escoffier · 16 years ago
  95. bb4d2a5 [maven-release-plugin] rollback the release of org.apache.felix.ipojo.metadata-1.2.0 by Clement Escoffier · 16 years ago
  96. 5556bf9 [maven-release-plugin] prepare release org.apache.felix.ipojo.metadata-1.2.0 by Clement Escoffier · 16 years ago
  97. 192227e FELIX-889 Ensure arrays of primitives are also accepted plus some more test cases by Felix Meschberger · 16 years ago
  98. 6ce443c Felix-888 : Add support for {symbolic-name}[:{version}] in the url which can be used instead of the bundle id to get information of a bundle as json, or perform an action on this bundle. by Carsten Ziegeler · 16 years ago
  99. f71a7bc Fix the issue Felix-860. by Clement Escoffier · 16 years ago
  100. 685cdd7 FELIX-885 Only create a new factory configuration instance if the by Felix Meschberger · 16 years ago