1. c1f12e9 [FELIX-2907] Applied patch. by Clement Escoffier · 13 years ago
  2. 8bce3c5 Avoid creating a more complicated data structure if no fragments by Richard S. Hall · 13 years ago
  3. 3e61ecf Minor modification to resolver exception message. by Richard S. Hall · 13 years ago
  4. fc57ecc Make uses constraint exception more explicit (i.e., say it by Richard S. Hall · 13 years ago
  5. e19c4a3 Make sure a fragment has wires before trying to remove a host by Richard S. Hall · 13 years ago
  6. 49366c5 FELIX-2906 : SCR plugin error with @Property(..., intValue=Integer.MAX_VALUE) by Carsten Ziegeler · 13 years ago
  7. 2a70f75 FELIX-2904 inline part of the dependency libraries instead embedded the full libraries by Felix Meschberger · 13 years ago
  8. 02fd53d FELIX-2903 Inline required KXml classes instead of embedding the complete library by Felix Meschberger · 13 years ago
  9. b1013c0 Multiple "fixes": by Felix Meschberger · 13 years ago
  10. bdb3445 Fixed FELIX-2902 by Clement Escoffier · 13 years ago
  11. b40f1af [FELIX-2893] Enabled propagation by default by Clement Escoffier · 13 years ago
  12. 35c25c3 Update to bndlib 1.43.0 by Stuart McCulloch · 13 years ago
  13. e702f34 Temporarily removed tests for the adapter/aspect "changed" callbacks. by Pierre De Rop · 13 years ago
  14. 6e764db - Cleanup m_nameDeps class attribute in the destroy method. by Pierre De Rop · 13 years ago
  15. f7b2298 log root cause exception, when a service can't be configured by Pierre De Rop · 13 years ago
  16. 32e502e FELIX-2984 Invalid handling of parameters (options were ok). It works now and the tests are running but I am not confident this code is correct yet. Will probably have to rewrite this. by Peter Kriens · 13 years ago
  17. 9c6f278 get back to previous version of bundleStopped method, which actually must remove all services from a stopping bundle by Pierre De Rop · 13 years ago
  18. 268f49b - added constant "LOG_LEVEL" in Base.jave, in order to enable/disable log level (by default, the level is LOG_WARNING) by Pierre De Rop · 13 years ago
  19. 386428a Don't add any extra dependencies, if the list of extra dependencies is empty by Pierre De Rop · 13 years ago
  20. 93bb065 Fixed isAutoConfig, which must return false, instead of true. Don't invoke any callbacks. by Pierre De Rop · 13 years ago
  21. 709d8cd Don't deactive services from a stopping bundle, since DependencyManager is already doing this. by Pierre De Rop · 13 years ago
  22. 0507f14 - aligned AspectService and AdapterService with new added/changed/removed callbacks introdoced in the API. by Pierre De Rop · 13 years ago
  23. 39cad9e Cleanup after release by Karl Pauls · 13 years ago
  24. e1f2549 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 13 years ago
  25. 4fa5380 [maven-release-plugin] prepare release org.apache.felix.framework.security-1.4.2 by Karl Pauls · 13 years ago
  26. 0f487a0 Prepare for release. by Karl Pauls · 13 years ago
  27. 7324eb3 Cleanup after release by Karl Pauls · 13 years ago
  28. 4fae333 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 13 years ago
  29. 242f873 [maven-release-plugin] prepare release org.apache.felix.main.distribution-3.2.0 by Karl Pauls · 13 years ago
  30. da84e13 Prepare for release. by Karl Pauls · 13 years ago
  31. 21c583f Cleanup after release by Karl Pauls · 13 years ago
  32. 1cc7f05 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 13 years ago
  33. eeabe2f [maven-release-plugin] prepare release org.apache.felix.main-3.2.0 by Karl Pauls · 13 years ago
  34. ce7b7f6 Prepare for release. by Karl Pauls · 13 years ago
  35. 88823aa [maven-release-plugin] prepare for next development iteration by Karl Pauls · 13 years ago
  36. a9f4361 [maven-release-plugin] prepare release org.apache.felix.framework-3.2.0 by Karl Pauls · 13 years ago
  37. a012b53 Prepare for release. by Karl Pauls · 13 years ago
  38. d9584cc Minor fix. by Richard S. Hall · 13 years ago
  39. 733e93f [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 13 years ago
  40. 496daa1 [maven-release-plugin] prepare release org.apache.felix.log-1.0.1 by Richard S. Hall · 13 years ago
  41. 33ce5a5 Fix minor issues in 1.0.1 release. by Richard S. Hall · 13 years ago
  42. 392c202 Fixed an error that tried to make a constructor accessible, but failed. by Marcel Offermans · 13 years ago
  43. 756291c [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 13 years ago
  44. 398da48 [maven-release-plugin] prepare release org.apache.felix.log-1.0.1 by Richard S. Hall · 13 years ago
  45. 82712a1 Update pom to use OSGi artifacts and to include DEPS file. by Richard S. Hall · 13 years ago
  46. 7a70f2e Update NOTICE/DEPENDENCIES files. by Richard S. Hall · 13 years ago
  47. e032c23 Update release notes. by Richard S. Hall · 13 years ago
  48. 7d552dc Applied patch (FELIX-2406) to fix log ordering issue along with by Richard S. Hall · 13 years ago
  49. ccdf4fa Fix Maven 3 warnings by Felix Meschberger · 13 years ago
  50. b7e2468 Replace tabs with spaces by Felix Meschberger · 13 years ago
  51. a114093 FELIX-1865 Fix wrong assumption of the OCD ID being the same as the PID (or factory PID) by Felix Meschberger · 13 years ago
  52. dcb8be4 Remove comment. (FELIX-2858) by Richard S. Hall · 13 years ago
  53. b3b2f1a minor internal tidyup by David Morgan Spencer Savage · 13 years ago
  54. f83b289 tidy up ? extends noise in support class by David Morgan Spencer Savage · 13 years ago
  55. 654b85c add convenience constructor by David Morgan Spencer Savage · 13 years ago
  56. 4788b54 Remove unneeded class. (FELIX-2858) by Richard S. Hall · 13 years ago
  57. cd14702 Use framework snapshot. by Richard S. Hall · 13 years ago
  58. c55a360 FELIX-2707 Fix cutting of the URL entry path which may not match the entry path looked up by Felix Meschberger · 13 years ago
  59. ac7490c Avoid a deadlock when updating the service properties. by Clement Escoffier · 13 years ago
  60. f3870bb FELIX-2885 - The config admin bundle does not indicate its provided and required services dependencies by Guillaume Nodet · 13 years ago
  61. aa1eb1f FELIX-2884 - The multiplicity isn't taken into account by the maven bundle plugin and bundlerepository when generating the repository xml by Guillaume Nodet · 13 years ago
  62. 943c494 cosmetic fix. by Clement Escoffier · 13 years ago
  63. bf2124a Try to reproduce FELIX-2430. Seems to work in iPOJO 1.8.0 by Clement Escoffier · 13 years ago
  64. b099aa4 FELIX-2881 Fixed the problem. by Marcel Offermans · 13 years ago
  65. 16a2986 Remove some unnecessary code. (FELIX-2858) by Richard S. Hall · 13 years ago
  66. 28f2973 Make field private. (FELIX-2858) by Richard S. Hall · 13 years ago
  67. a23e89b Hold bundle state lock while adding/removing listeners, otherwise by Richard S. Hall · 13 years ago
  68. e140deb Should not be public. (FELIX-2858) by Richard S. Hall · 13 years ago
  69. 622519c Need to perform security check for fragments and hosts. (FELIX-2858) by Richard S. Hall · 13 years ago
  70. 533b4ac Adapt to new framework API. by Richard S. Hall · 13 years ago
  71. 98473fd Only select root singleton if it is not already selected. (FELIX-2859) by Richard S. Hall · 13 years ago
  72. 6331033 Move thread for shutting down framework further out to avoid by Richard S. Hall · 13 years ago
  73. 1934556 Correct changelog and deps files by Carsten Ziegeler · 13 years ago
  74. b953c3c Handle the fact that fragments can be attached to multiple hosts over by Richard S. Hall · 13 years ago
  75. 1c40a44 Minor refactoring to eliminate exposing private details. (FELIX-2858) by Richard S. Hall · 13 years ago
  76. e45f8e6 Rename and slightly refactor some classes to make their purpose more by Richard S. Hall · 13 years ago
  77. c425af3 Need to wrap requirments and capabilities in wire when they come from by Richard S. Hall · 13 years ago
  78. 43889fa Delay throwing exceptions if a extension bundle can't find a resource to make java6 update24 happy (FELIX-2877). by Karl Pauls · 13 years ago
  79. cf5d89d If a capability is from a fragment, we must always try to attach it to by Richard S. Hall · 13 years ago
  80. 643b456 Use latest snapshot by Carsten Ziegeler · 13 years ago
  81. 9d42a31 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 13 years ago
  82. 000c776 [maven-release-plugin] prepare release org.apache.felix.scr.ant-1.1.0 by Carsten Ziegeler · 13 years ago
  83. 8b7f182 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 13 years ago
  84. 3cf6746 [maven-release-plugin] prepare release maven-scr-plugin-1.7.0 by Carsten Ziegeler · 13 years ago
  85. 4ad53e6 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 13 years ago
  86. bad73bc [maven-release-plugin] prepare release org.apache.felix.scr.annotations-1.5.0 by Carsten Ziegeler · 13 years ago
  87. f753711 Use released version by Carsten Ziegeler · 13 years ago
  88. 6e6ddd5 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 13 years ago
  89. 57108d7 [maven-release-plugin] prepare release org.apache.felix.scr.generator-1.1.0 by Carsten Ziegeler · 13 years ago
  90. 8027125 FELIX-2876 : <reference> element not generated when name is missing by Carsten Ziegeler · 13 years ago
  91. 5279783 FELIX-2863 : Warnings and error messages contain @scr.* if annotations are used by Carsten Ziegeler · 13 years ago
  92. e2b104e Update changelog by Carsten Ziegeler · 13 years ago
  93. a8818d5 Aligned the aspect and adapter features. Added support for callback methods. Updated the documentation. by Marcel Offermans · 13 years ago
  94. 5ca8be8 FELIX-2876 : <reference> element not generated when name is missing by Carsten Ziegeler · 13 years ago
  95. c6300fd FELIX-2863 : Warnings and error messages contain @scr.* if annotations are used (reverting 1075369) by Carsten Ziegeler · 13 years ago
  96. 0bd62d8 [maven-release-plugin] rollback the release of org.apache.felix.scr.generator-1.0.2 by Carsten Ziegeler · 13 years ago
  97. 73e3d60 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 13 years ago
  98. 67c5a28 [maven-release-plugin] prepare release org.apache.felix.scr.generator-1.0.2 by Carsten Ziegeler · 13 years ago
  99. 8a1fa51 FELIX-2875 Relaxed the methods a bit and consolidated all logic into a private method that does the real work. by Marcel Offermans · 13 years ago
  100. 8f9fbcb [maven-release-plugin] rollback the release of org.apache.felix.scr.generator-1.0.2 by Carsten Ziegeler · 13 years ago