1. 6ab79c3 Fix broken tests on slow machines by adding some service checks. by Chris Custine · 15 years ago
  2. ff8f13e Clean up some error messages in pax exam itests. Fix version numbers. by Chris Custine · 15 years ago
  3. fc74f64 set update site url from bnd macro (again - botched svn commit) by David Morgan Spenser Savage · 15 years ago
  4. 5cd5e9a set update site url from preprocessed variable by David Morgan Spenser Savage · 15 years ago
  5. c581a47 delete unused project by David Morgan Spenser Savage · 15 years ago
  6. 283a58a add apache license header by David Morgan Spenser Savage · 15 years ago
  7. 9759903 use groovy script to generate update site.xml (FELIX-1597) by David Morgan Spenser Savage · 15 years ago
  8. 0f102f9 add ability to use groovy scripts in build by David Morgan Spenser Savage · 15 years ago
  9. 7ff4db8 FELIX-1618: In spring-dm feature, some optional imports from spring-context don't get resolved properly by Gert Vanthienen · 15 years ago
  10. 28185e3 remove unused init call by David Morgan Spenser Savage · 15 years ago
  11. 94bca53 unembed eclipse runtime by Derek Baum · 15 years ago
  12. 1b93ec4 include eclipse dependencies in stand-alone resolver; by Derek Baum · 15 years ago
  13. 064a6f8 allow variable expansion in sigil-repos.properties (FELIX-1383) by Derek Baum · 15 years ago
  14. 76a840d fix FELIX-611: -resource: @path-to-jar should only resolve path-to-jar if it exists by Derek Baum · 15 years ago
  15. 8af5934 Add OSGi Core as a top level dependency in the pom file. by Clement Escoffier · 15 years ago
  16. de699e7 by Derek Baum · 15 years ago
  17. a49a159 fix: FELIX-1608: non-existent OBR repository is fatal by Derek Baum · 15 years ago
  18. 1723ade changed eclpse projects to use project-specific code formatter. by Derek Baum · 15 years ago
  19. 806d25b FELIX-1543 Refer to official OSGi core and compendium library by Felix Meschberger · 15 years ago
  20. 2bdc17e [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  21. f1cf063 [maven-release-plugin] prepare release org.apache.felix.prefs-1.0.4 by Carsten Ziegeler · 15 years ago
  22. 5a6ff41 Fix broken test on older Mac JDK by Chris Custine · 15 years ago
  23. eaabd2c Update to new Apache snapshots repo. by Chris Custine · 15 years ago
  24. 11c6c5a change features files to use bnd preprocessing to expand ${version} variable FELIX-1597 by David Morgan Spenser Savage · 15 years ago
  25. 0b85fb6 allow pass through of {} parameters to resources to allow bnd to preprocess resources FELIX-1605 by David Morgan Spenser Savage · 15 years ago
  26. 5d79b01 Reformatted code to Felix coding style (mostly removed extra whitespace). by Richard S. Hall · 15 years ago
  27. cf84f2e FELIX-1561 added a sysprop command to manage system properties by Filippo Diotalevi · 15 years ago
  28. 98ec9b1 [karaf] Fix web console plugins to work on 1.2.10 by Guillaume Nodet · 15 years ago
  29. f490b06 Upgrade to released versions of gogo and blueprint by Guillaume Nodet · 15 years ago
  30. 9016228 Update blueprint groupId/artifactId by Guillaume Nodet · 15 years ago
  31. e26681e [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 15 years ago
  32. 0ca19e0 [maven-release-plugin] prepare release maven-bundle-plugin-2.0.1 by Stuart McCulloch · 15 years ago
  33. a1a6363 Update bundleplugin docs by Stuart McCulloch · 15 years ago
  34. 344f264 Update changelog in preparation for 2.0.1 release by Stuart McCulloch · 15 years ago
  35. 510e3c0 FELIX-1602: Allow specifying boot features for admin:create-d instances by Gert Vanthienen · 15 years ago
  36. 0c49c6e Reactor seems stuck on using 1.4.0 bundleplugin everywhere, so can't use provided scope here as then base won't be on BND classpath by Stuart McCulloch · 15 years ago
  37. 11df433 FELIX-1171 Refactor display of configuration status using tabbed by Felix Meschberger · 15 years ago
  38. aed4cf2 delete unused feature project by David Morgan Spenser Savage · 15 years ago
  39. 9f1f1b4 add features, site.xml to site and move dependent bundles to extras dir vs plugins by David Morgan Spenser Savage · 15 years ago
  40. 8489a2c See if this fixes the reactor build by Stuart McCulloch · 15 years ago
  41. f0a60cf update update site to refer to apache features (FELIX-1402) by David Morgan Spenser Savage · 15 years ago
  42. d067632 update buildVersion by David Morgan Spenser Savage · 15 years ago
  43. dfff841 add feature files for sigil bundles (FELIX-1417) by David Morgan Spenser Savage · 15 years ago
  44. eaad3e2 make cache dir configurable via system property (FELIX-1595) by David Morgan Spenser Savage · 15 years ago
  45. 4db65e6 FELIX-1546 implemented the patches for feature 3, shell command displaying service dependency filters by Marcel Offermans · 15 years ago
  46. 80c7525 Use current snapshot until the release is official. by Carsten Ziegeler · 15 years ago
  47. 27a21b4 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  48. 259c418 [maven-release-plugin] prepare release maven-scr-plugin-1.4.0 by Carsten Ziegeler · 15 years ago
  49. cd85d8e [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  50. 5f2418e [maven-release-plugin] prepare release org.apache.felix.scr.annotations-1.0.0 by Carsten Ziegeler · 15 years ago
  51. 9e6f40d Use annotations 1.0.0 for release. by Carsten Ziegeler · 15 years ago
  52. a0c90c2 Annotations can be used with other tools as well. by Carsten Ziegeler · 15 years ago
  53. d622781 Rename configuration attribute to "configurationFactory" by Carsten Ziegeler · 15 years ago
  54. 45781ac Fix changed blueprint groupId and artifactId by Chris Custine · 15 years ago
  55. 121fd6c [Karaf]Update blueprint groupId/artifactId for startup.properties by Freeman Yue Fang · 15 years ago
  56. 5453736 add synchronized locks to cache methods to avoid potential cpu thrashing (FELIX-1592) by David Morgan Spenser Savage · 15 years ago
  57. 16412c3 update sigil to use 2.0.0 artifacts from felix vs local m2 repository (FELIX-1589) by David Morgan Spenser Savage · 15 years ago
  58. 918d48b add debug and verbose log elements to ivy wrapper (FELIX-1590) by David Morgan Spenser Savage · 15 years ago
  59. 76d6902 Update blueprint groupId/artifactId by Guillaume Nodet · 15 years ago
  60. bab814e Upgrade to fileinstall 2.0.0 by Guillaume Nodet · 15 years ago
  61. 39668b6 remove eclipse zest bundles from site - pull these via eclipse update site vs hosting locally by David Morgan Spenser Savage · 15 years ago
  62. 9d183ad fix for FELIX-1588 plus tidy up unused code by David Morgan Spenser Savage · 15 years ago
  63. f984ac5 backup work in progress related to FELIX-1324 by David Morgan Spenser Savage · 15 years ago
  64. 3bec353 + */ by David Morgan Spenser Savage · 15 years ago
  65. 2a62de4 add javadoc by David Morgan Spenser Savage · 15 years ago
  66. 5174881 tidy up handling of caching local obr file by David Morgan Spenser Savage · 15 years ago
  67. 65cdce8 FELIX-1456: Attached it to master pom by Sten Roger Sandvik · 15 years ago
  68. c73f741 FELIX-1456: Added improved httpservice implementation by Sten Roger Sandvik · 15 years ago
  69. f0c0078 update framework version to 1.5 (fix for FELIX-1586) by David Morgan Spenser Savage · 15 years ago
  70. da0b8b0 FELIX-303 Applied the patch, fixed indenting, converted the logging message from INFO to DEBUG because callback can be absent by design, so normally you probably don't want to see these messages at all. by Marcel Offermans · 15 years ago
  71. 302c2d5 make LDAPParseException a runtime exception vs checked exception plus trivial tidy up in ParseState by David Morgan Spenser Savage · 15 years ago
  72. 11012e3 tidy up visitor pattern for ldap classes so it actually does what you'd expect by David Morgan Spenser Savage · 15 years ago
  73. ef091e2 patch for FELIX-1583 - refactored LDAP and VersionRange classes into own bundle by David Morgan Spenser Savage · 15 years ago
  74. 3546979 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  75. a583bbe [maven-release-plugin] prepare release org.apache.felix.ipojo.webconsole-1.4.4 by Clement Escoffier · 15 years ago
  76. e37a565 Update changelog by Clement Escoffier · 15 years ago
  77. 64617b7 Corrected comment. by Richard S. Hall · 15 years ago
  78. 1a88758 Be extra safe and check for null, even though it shouldn't happen. (FELIX-1580) by Richard S. Hall · 15 years ago
  79. efd4147 We need to check to see if we have additional native library by Richard S. Hall · 15 years ago
  80. 0933f13 FELIX-1062: Upgrade to latest Felix Framework by Guillaume Nodet · 15 years ago
  81. 3475dac Fix issue Felix-1579 Embeds the servlet in the bundle. by Clement Escoffier · 15 years ago
  82. 72accaf Trying to fix corrupt tar.gz files on Nexus deploy from Hudson. by Chris Custine · 15 years ago
  83. 8ebb5a0 Trying to fix corrupt tar.gz files on Nexus deploy from Hudson. by Chris Custine · 15 years ago
  84. d76a4ed [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  85. 6f7effb [maven-release-plugin] prepare release gogo-0.2.0 by Guillaume Nodet · 15 years ago
  86. 8ac477f Make sure we use the same AFS header everywhere by Guillaume Nodet · 15 years ago
  87. 485e5cf [goto] fix NOTICE for commands which actually include an OSGi class (ReifiedType) by Guillaume Nodet · 15 years ago
  88. 40b6253 Fix NOTICE files so that each artifact has its own (slightly) different copy by Guillaume Nodet · 15 years ago
  89. c8e9382 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  90. b368849 [maven-release-plugin] prepare release gogo-0.2.0 by Guillaume Nodet · 15 years ago
  91. 74eadc1 Fix NOTICE files in jars by Guillaume Nodet · 15 years ago
  92. b479b2d Updated to timestamp build of patched jline-0.9.95 by Chris Custine · 15 years ago
  93. 2204cbd IE7 and Opera10 inherit the left/right border configuration from the td element by Felix Meschberger · 15 years ago
  94. 1cc7f26 [webconsole] fix minor typpo in javadoc by Guillaume Nodet · 15 years ago
  95. fa97035 [karaf] include the webconsole branding by Guillaume Nodet · 15 years ago
  96. f5ce2f5 FELIX-1576: The features service should do a PackageAdmin.refresh() after uninstalling a feature by Guillaume Nodet · 15 years ago
  97. 24601d1 Fix an oversight from the refactoring where we don't look for the correct name of the ModuleClassLoader class when looking-up the framework from the call-context (FELIX-1573). by Karl Pauls · 15 years ago
  98. 34bddf4 Fix potential deadlock when framework is shutdown and a url is created on the outside at the same time (FELIX-1565). by Karl Pauls · 15 years ago
  99. c88375e FELIX-1575: fix latest commit by Guillaume Nodet · 15 years ago
  100. dd2d546 FELIX-1575: The JMX connector can not be registered because of a clash in the name in the RMI registry by Guillaume Nodet · 15 years ago