1. bf2124a Try to reproduce FELIX-2430. Seems to work in iPOJO 1.8.0 by Clement Escoffier · 13 years ago
  2. b099aa4 FELIX-2881 Fixed the problem. by Marcel Offermans · 13 years ago
  3. 16a2986 Remove some unnecessary code. (FELIX-2858) by Richard S. Hall · 13 years ago
  4. 28f2973 Make field private. (FELIX-2858) by Richard S. Hall · 13 years ago
  5. a23e89b Hold bundle state lock while adding/removing listeners, otherwise by Richard S. Hall · 13 years ago
  6. e140deb Should not be public. (FELIX-2858) by Richard S. Hall · 13 years ago
  7. 622519c Need to perform security check for fragments and hosts. (FELIX-2858) by Richard S. Hall · 13 years ago
  8. 533b4ac Adapt to new framework API. by Richard S. Hall · 13 years ago
  9. 98473fd Only select root singleton if it is not already selected. (FELIX-2859) by Richard S. Hall · 13 years ago
  10. 6331033 Move thread for shutting down framework further out to avoid by Richard S. Hall · 13 years ago
  11. 1934556 Correct changelog and deps files by Carsten Ziegeler · 13 years ago
  12. b953c3c Handle the fact that fragments can be attached to multiple hosts over by Richard S. Hall · 13 years ago
  13. 1c40a44 Minor refactoring to eliminate exposing private details. (FELIX-2858) by Richard S. Hall · 13 years ago
  14. e45f8e6 Rename and slightly refactor some classes to make their purpose more by Richard S. Hall · 13 years ago
  15. c425af3 Need to wrap requirments and capabilities in wire when they come from by Richard S. Hall · 13 years ago
  16. 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
  17. cf5d89d If a capability is from a fragment, we must always try to attach it to by Richard S. Hall · 13 years ago
  18. 643b456 Use latest snapshot by Carsten Ziegeler · 13 years ago
  19. 9d42a31 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 13 years ago
  20. 000c776 [maven-release-plugin] prepare release org.apache.felix.scr.ant-1.1.0 by Carsten Ziegeler · 13 years ago
  21. 8b7f182 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 13 years ago
  22. 3cf6746 [maven-release-plugin] prepare release maven-scr-plugin-1.7.0 by Carsten Ziegeler · 13 years ago
  23. 4ad53e6 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 13 years ago
  24. bad73bc [maven-release-plugin] prepare release org.apache.felix.scr.annotations-1.5.0 by Carsten Ziegeler · 13 years ago
  25. f753711 Use released version by Carsten Ziegeler · 13 years ago
  26. 6e6ddd5 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 13 years ago
  27. 57108d7 [maven-release-plugin] prepare release org.apache.felix.scr.generator-1.1.0 by Carsten Ziegeler · 13 years ago
  28. 8027125 FELIX-2876 : <reference> element not generated when name is missing by Carsten Ziegeler · 13 years ago
  29. 5279783 FELIX-2863 : Warnings and error messages contain @scr.* if annotations are used by Carsten Ziegeler · 13 years ago
  30. e2b104e Update changelog by Carsten Ziegeler · 13 years ago
  31. a8818d5 Aligned the aspect and adapter features. Added support for callback methods. Updated the documentation. by Marcel Offermans · 13 years ago
  32. 5ca8be8 FELIX-2876 : <reference> element not generated when name is missing by Carsten Ziegeler · 13 years ago
  33. c6300fd FELIX-2863 : Warnings and error messages contain @scr.* if annotations are used (reverting 1075369) by Carsten Ziegeler · 13 years ago
  34. 0bd62d8 [maven-release-plugin] rollback the release of org.apache.felix.scr.generator-1.0.2 by Carsten Ziegeler · 13 years ago
  35. 73e3d60 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 13 years ago
  36. 67c5a28 [maven-release-plugin] prepare release org.apache.felix.scr.generator-1.0.2 by Carsten Ziegeler · 13 years ago
  37. 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
  38. 8f9fbcb [maven-release-plugin] rollback the release of org.apache.felix.scr.generator-1.0.2 by Carsten Ziegeler · 13 years ago
  39. 4dfb282 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 13 years ago
  40. eae4255 [maven-release-plugin] prepare release org.apache.felix.scr.generator-1.0.2 by Carsten Ziegeler · 13 years ago
  41. eb570ee FELIX-2690 : Add changelog.txt to SCR/Metatype generation modules by Carsten Ziegeler · 13 years ago
  42. 7ef354c [maven-release-plugin] rollback the release of org.apache.felix.scr.generator-1.0.2 by Carsten Ziegeler · 13 years ago
  43. daefedf [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 13 years ago
  44. 851aba3 [maven-release-plugin] prepare release org.apache.felix.scr.generator-1.0.2 by Carsten Ziegeler · 13 years ago
  45. be45c06 FELIX-2874 : Add new scopes to SlingFilter annotation and use new property names by Carsten Ziegeler · 13 years ago
  46. daf6788 Need to unwrapped modules when creating dynamic wire. (FELIX-2858) by Richard S. Hall · 13 years ago
  47. 1a7c1fa Remove bogus import. (FELIX-2858) by Richard S. Hall · 13 years ago
  48. 42dabea Add package profile for JDK7. (FELIX-2864) by Richard S. Hall · 13 years ago
  49. 5111e1e Remove comments since moving candidate population to Candidates resolved by Richard S. Hall · 13 years ago
  50. 981e698 Update copyright notice and correct dependency from ant task to generator by Carsten Ziegeler · 13 years ago
  51. 4adc564 Use new parent pom and benefit from FELIX-1747 by Carsten Ziegeler · 13 years ago
  52. b180811 trying to fix license files ... by Pierre De Rop · 13 years ago
  53. da7b75e Move singleton handling into the resolver. (FELIX-2859) by Richard S. Hall · 13 years ago
  54. 594fc57 Move initial candidate population to the constructor since it simplifies by Richard S. Hall · 13 years ago
  55. 5eeec41 Move candidation population to Candidates object since it is by Richard S. Hall · 13 years ago
  56. 19ed061 Add missing svn:ignore props by Carsten Ziegeler · 13 years ago
  57. 12cc137 FELIX-2853 : Deprecate javadoc tags by Carsten Ziegeler · 13 years ago
  58. e4c8361 Ignore robots.txt by Carsten Ziegeler · 13 years ago
  59. 2f6f137 FELIX-1796 Added cometd support to HTTP service. by Timothy Michael Moloney · 13 years ago
  60. c803dd0 update version of bnd used within sigil by David Morgan Spencer Savage · 13 years ago
  61. ae246b1 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 13 years ago
  62. a84881a [maven-release-plugin] prepare release org.apache.felix.eventadmin-1.2.10 by Carsten Ziegeler · 13 years ago
  63. 4dc5b0c Update year and changelog by Carsten Ziegeler · 13 years ago
  64. 8ec4e1e synchronize access to commands to avoid ConcurrentModificationException (FELIX-2870) by Derek Baum · 13 years ago
  65. 94e6d48 [FELIX-2866] Add java.util.Properties backward compatibility methods by Guillaume Nodet · 13 years ago
  66. deda432 Fixed an issue with dynamic life cycle listeners. by Marcel Offermans · 13 years ago
  67. 4986e44 Added a new test that reveals an issue with life cycle listeners that are dynamically added. by Marcel Offermans · 13 years ago
  68. eb1f746 Remove debug print statement. by Richard S. Hall · 13 years ago
  69. 025b625 Fragments should only be discarded when they no longer match any by Richard S. Hall · 13 years ago
  70. 194d228 FELIX-2863 : Warnings and error messages contain @scr.* if annotations are used by Carsten Ziegeler · 13 years ago
  71. 84f26eb Don't export old API wiht a version. by Pierre De Rop · 13 years ago
  72. 71b5789 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 13 years ago
  73. a9f58b2 [maven-release-plugin] prepare release org.apache.felix.main.distribution-3.0.9 by Karl Pauls · 13 years ago
  74. 04359c8 Prepare release by Karl Pauls · 13 years ago
  75. 092e28f findbugs: check what is returned by mkdirs by Pierre De Rop · 13 years ago
  76. 175540c - Use bndlib 1.15.0 instead of bnd, for parsing annotations. by Pierre De Rop · 13 years ago
  77. d70db13 removed useless ant file by Pierre De Rop · 13 years ago
  78. 8a607bb misc cleanup by Pierre De Rop · 13 years ago
  79. 17753d5 changed bundle symbolic name to org.apache.felix.dependencymanager.shell by Pierre De Rop · 13 years ago
  80. 5caf0e5 Add a couple "to do" comments. by Richard S. Hall · 13 years ago
  81. 291beef FELIX-2861 : Remove unnecessary object creation by Carsten Ziegeler · 13 years ago
  82. 3c219fa FELIX-2860 Prevent NPE if no *.properties entries providing localization can be found in the bundle by Felix Meschberger · 13 years ago
  83. 23fcdf5 Initial refactoring to move fragment handling into the resolver. (FELIX-2858) by Richard S. Hall · 13 years ago
  84. 85f82f1 Add IDEA file to svn:ignore. by Clement Escoffier · 13 years ago
  85. 513ce45 Clean up versions. by Clement Escoffier · 13 years ago
  86. 58c9b15 update maven-ipojo-plugin version by Clement Escoffier · 13 years ago
  87. e88213c Fix versions (snapshot vs release) by Clement Escoffier · 13 years ago
  88. e2d9350 use release versions by Clement Escoffier · 13 years ago
  89. e97afad update versions. by Clement Escoffier · 13 years ago
  90. 337c690 update versions. by Clement Escoffier · 13 years ago
  91. 8407505 Externalize versions into the parent pom. by Clement Escoffier · 13 years ago
  92. 8ea6ac8 FELIX-2838 : Allow classes to be specifed as values for the @Property annotation by Carsten Ziegeler · 13 years ago
  93. 0afc1bf Remove System.out.println by Carsten Ziegeler · 13 years ago
  94. 10e0fb2 Add version information by Carsten Ziegeler · 13 years ago
  95. c4860cd FELIX-2753 : Support array of classes for @Service annotation by Carsten Ziegeler · 13 years ago
  96. 7e7866b Use current generator project. by Carsten Ziegeler · 13 years ago
  97. f827b16 Update dependencies after release by Karl Pauls · 13 years ago
  98. 0fb8abf [maven-release-plugin] prepare for next development iteration by Karl Pauls · 13 years ago
  99. 22f4a4c [maven-release-plugin] prepare release org.apache.felix.main.distribution-3.0.9 by Karl Pauls · 13 years ago
  100. c52f617 Update dependencies and changelog for release by Karl Pauls · 13 years ago