1. 6c11346 FELIX-3231 Remove update counter and rename lastModificationTime to revision to better reflect the intent of the field. by Felix Meschberger · 13 years ago
  2. c45958d Fix test cases by Felix Meschberger · 13 years ago
  3. 3e0aa9a FELIX-3232 Re-Import SCR service API for different embeddings by Felix Meschberger · 13 years ago
  4. 83adc2b Fix log message: UpdateTask can be for ManagedSevice and ManagedServiceFactory by Felix Meschberger · 13 years ago
  5. 39b20fc Improve logging (indicate updated service in UpdateTask and add bundle location to reference output) by Felix Meschberger · 13 years ago
  6. 2ede1b6 FELIX-3230 Properly check permission of configuration location (CP("*",CONFIGURE) in case of null location) by Felix Meschberger · 13 years ago
  7. eccc142 FELIX-3227 If existing configuration is not visible to an MS, the update method is called with null by Felix Meschberger · 13 years ago
  8. 33e198b Update changelog with three bugs fixed by Felix Meschberger · 13 years ago
  9. 4e3e825 FELIX-3229 Fix permission checks (and clean code up a bit) for getConfiguration(String, String) and createFactoryConfiguration(String, String) by Felix Meschberger · 13 years ago
  10. 1935473 Log a DEBUG message in the update task if there are no MS[F] to update by Felix Meschberger · 13 years ago
  11. abca58d FELIX-3228 Properly check for CP("*", CONFIGURE) in case the current location is null by Felix Meschberger · 13 years ago
  12. d157c4b FELIX-3218 applied the patch and slightly modified it to hopefully make it even faster (creates less garbage now and the inner class is made static which should save some bytes) and removed some old, commented out code by Marcel Offermans · 13 years ago
  13. 553bc7f FELIX-3227 Comply with Config Admin 1.4 to call ManagedService.update with null if configuration is not visible by Felix Meschberger · 13 years ago
  14. 3afb666 FELIX-3042 committed the supplied patch by Marcel Offermans · 13 years ago
  15. c82d4ec Spaces not tabs ... by Felix Meschberger · 13 years ago
  16. e3ce94f Update to latest parent POM by Felix Meschberger · 13 years ago
  17. 7526fe3 Use a more recent bundle plugin to get import version ranges (where possible) by Felix Meschberger · 13 years ago
  18. eb024e3 Fixed FELIX-3145 by Clement Escoffier · 13 years ago
  19. 9b63dff httplite: added changelog and DEPENDENCIES in prep for initial release by Ken Gilmer · 13 years ago
  20. e9a1177 Check for null when listing directories to delete from bundle cache. (FELIX-3211) by Richard S. Hall · 13 years ago
  21. 3ad6aea Fix a couple of bugs in substring matching and null handling when by Richard S. Hall · 13 years ago
  22. 4124f4b FELIX-3209: sanitize any non-String property keys/values by Stuart McCulloch · 13 years ago
  23. 731099f Use latest snapshot after release by Carsten Ziegeler · 13 years ago
  24. cf218ca [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 13 years ago
  25. be7fae8 [maven-release-plugin] prepare release org.apache.felix.scr.ant-1.1.4 by Carsten Ziegeler · 13 years ago
  26. 78617ab [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 13 years ago
  27. 64d304e [maven-release-plugin] prepare release maven-scr-plugin-1.7.4 by Carsten Ziegeler · 13 years ago
  28. 6ddcd45 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 13 years ago
  29. d427c98 [maven-release-plugin] prepare release org.apache.felix.scr.generator-1.1.4 by Carsten Ziegeler · 13 years ago
  30. 201f887 Prepare release by Carsten Ziegeler · 13 years ago
  31. 38689dc Need to alias system bundle name for bundle/host capabilities. (FELIX-3205) by Richard S. Hall · 13 years ago
  32. be96d9a Make sure we wrap capabilities pulled from BundleWiring when calculating by Richard S. Hall · 13 years ago
  33. 0e85a49 Update to use bndlib 1.50.0 by Stuart McCulloch · 13 years ago
  34. b3d699f FELIX-3201 applied the patch (adds a new test) by Marcel Offermans · 13 years ago
  35. 46a6f75 FELIX-3201 applied the patch by Marcel Offermans · 13 years ago
  36. f31f27a Add DEBUG logging to ConfigurationAdmin and Configuration API method implementations by Felix Meschberger · 13 years ago
  37. 68f2ecd FELIX-3200 Update change log by Felix Meschberger · 13 years ago
  38. 7014145 Use ${project.artifact} for maven3 warning prevention .... ;-) by Felix Meschberger · 13 years ago
  39. d9fb05c FELIX-3200 Track ManagedService[Factory] PID changes by Felix Meschberger · 13 years ago
  40. fb36af6 FELIX-3197 Add metatype description of org.apache.felix.http.host property by Felix Meschberger · 13 years ago
  41. 09ea994 FELIX-3162 Allow the configuration of three Jetty buffers: Header, Request, and Response buffers. In addition the default of the header buffer is increased to 16KB as opposed to the Jetty default of 4KB which is not enough for Cookie heavy requests. by Felix Meschberger · 13 years ago
  42. c3d749f FELIX-2687 Applied patch by Florent Andre (thanks alot) adding support for connection timeout specification with a new org.apache.felix.http.timeout property. by Felix Meschberger · 13 years ago
  43. 7d49982 FELIX-3197 Add org.apache.felix.http.session.timeout configuration property to specify the session timeout in minutes (as in the web application configuration web.xml file) by Felix Meschberger · 13 years ago
  44. 9c1daf8 FELIX-3197 Add org.apache.felix.http.host configuration property to configure the interface on which Jetty is to listen by Felix Meschberger · 13 years ago
  45. 1095f9e FELIX-3198 Support generic configuration properties and implement support for basic Session Management configuration through such generic properties. by Felix Meschberger · 13 years ago
  46. 5f8c16d FELIX-2803 Detach bundle version number from the parent and other bundles in this project by Felix Meschberger · 13 years ago
  47. 6985d7c Don't mess with the target of a file permission. by Karl Pauls · 13 years ago
  48. 4b519c5 Fixed bug in OSGi header parsing where escapes weren't being handled properly. (FELIX-3194) by Richard S. Hall · 13 years ago
  49. a7a27ee Fix FELIX-3190 Added a getComponentMetadata method to Factory. by Clement Escoffier · 13 years ago
  50. 9bc8d5b Fix FELIX-3192 by Clement Escoffier · 13 years ago
  51. 47bf089 Fix parent pom relative path by Clement Escoffier · 13 years ago
  52. ccda259 Fix FELIX-3193 by Clement Escoffier · 13 years ago
  53. 2a18061 * Use iPOJO 1.9.0-SNAPSHOT for testing * Avoid resolving iPOJO twice by Clement Escoffier · 13 years ago
  54. b6ff4a7 httplite: fix bug in which resources were not resolving due to a missing path seperator before the alias. by Ken Gilmer · 13 years ago
  55. 1532bdc httplite: fix bug in which service registerations from multiple bundles would cause internal servlet map to be reset, resulting in all but last client registrations to be inaccessable. by Ken Gilmer · 13 years ago
  56. 6101fba httplite: fix bundle activator header in manifest. by Ken Gilmer · 13 years ago
  57. 1864aea httplite: append version to jars by Ken Gilmer · 13 years ago
  58. 884ff11 httplite: more fixes to ant build to produce valid bundles. by Ken Gilmer · 13 years ago
  59. 1bd5a2e httplite: fix ant build file to match updates to source structure by Ken Gilmer · 13 years ago
  60. 9e77100 httplite: only download dependent jars if don't already exist. by Ken Gilmer · 13 years ago
  61. 6c328d6 httplite: fix java 1.5+ annotations eclipse added to sources by Ken Gilmer · 13 years ago
  62. 83b5f15 FELIX-3176 Implement Config Admin 1.4 Changes by Felix Meschberger · 13 years ago
  63. 3bf1221 FELIX-3185: negative Embed-Dependency clauses (such as !*;groupId=example) should restrict available dependencies by Stuart McCulloch · 13 years ago
  64. 7422f08 Retain negative operator by Stuart McCulloch · 13 years ago
  65. 26fd75c Handle missing key in Embed-Dependency by Stuart McCulloch · 13 years ago
  66. 3543326 Handle duplicate keys in Embed-Dependency by Stuart McCulloch · 13 years ago
  67. 3f98cb6 Backup Embed-Dependency work by Stuart McCulloch · 13 years ago
  68. 58778bc Add Embed-Dependency test by Stuart McCulloch · 13 years ago
  69. 950c7ce Provide general project stub by Stuart McCulloch · 13 years ago
  70. 48edcaf Handle empty (but non-null) classifiers by Stuart McCulloch · 13 years ago
  71. 180f83a FELIX-3188: reorder catch block, since InvalidDependencyVersionException is a subclass of ProjectBuildingException in recent builds of maven by Stuart McCulloch · 13 years ago
  72. 9629d77 felix: add httplite to global module list. by Ken Gilmer · 13 years ago
  73. 05d1e92 httplite: set bundle version to 0.1.0 by Ken Gilmer · 13 years ago
  74. accd32e httplite: remove empty META-INF dir by Ken Gilmer · 13 years ago
  75. 1928f24 FELIX-3173: properly handle spaces in repository directories by Stuart McCulloch · 13 years ago
  76. 0537d37 FELIX-2719 Fix namespace support: allow for 1.0.0, 1.1.0, and new 1.2.0 namespaces by Felix Meschberger · 13 years ago
  77. 82a3435 Reformat according to Apache Felix conventions by Felix Meschberger · 13 years ago
  78. 672e8dd FELIX-3182 Use parent POM 2.1 by Felix Meschberger · 13 years ago
  79. 3665771 FELIX-2096 Throw IllegalArgumentException if id is empty or null or if no localized ObjectClassDefinition can be found. Thus the result of getObjectClassDefinition will now never be null by Felix Meschberger · 13 years ago
  80. a9b8b6a FELIX-3183 Fail validation if a required value is missing from an attribute by Felix Meschberger · 13 years ago
  81. bf4f93c FELIX-3182 Use parent POM 2.1 by Felix Meschberger · 13 years ago
  82. dbc99ef FELIX-2868 Fix the resolution of the icon path according to the specification: by Felix Meschberger · 13 years ago
  83. a1d59cb Remove unused private method writing to stdout by Felix Meschberger · 13 years ago
  84. 8873c8c FELIX-2867 Fix iterator to find appropriate size. The map is <Integer, String> and the iterator is iterating over the keys, hence the return iterator values are Integer (and no Map.Entry as expected in the existing code). Also renamed variables to reflect there intended value. by Felix Meschberger · 13 years ago
  85. 5b6771b Reformat according to Apache Felix conventions by Felix Meschberger · 13 years ago
  86. fde9879 FELIX-3045 Apply patch by Justin Edelson (thanks alot) adding dependency finder functionality by Felix Meschberger · 13 years ago
  87. 93df059 FELIX-3181 Applied JMX statistcs patch (thanks Justin Edelson) by Felix Meschberger · 13 years ago
  88. d0b8598 Add fixed improvement issue by Felix Meschberger · 13 years ago
  89. 90cacd3 remove unneeded import by Felix Meschberger · 13 years ago
  90. dcf77fd FELIX-3180 Provide MessageFormat based logging method by Felix Meschberger · 13 years ago
  91. 623d25d Fixed FELIX-3164 by Clement Escoffier · 13 years ago
  92. 9294ed5 FELIX-3176 Implement Configuration Admin 4.1 changes: by Felix Meschberger · 13 years ago
  93. 06a7912 Update changelog to remove never released 1.2.10 version and prepare for the next 1.4.0 release by Felix Meschberger · 13 years ago
  94. 1d2c0ff FELIX-3046 Ensure empty arrays and collections are written out to the files and read again by Felix Meschberger · 13 years ago
  95. 52910b2 FELIX-3176 Implement Configuration Admin 4.1 changes: by Felix Meschberger · 13 years ago
  96. 0371036 FELIX-3176 Implement Configuration Admin 4.1 changes: by Felix Meschberger · 13 years ago
  97. fff99df FELIX-3176 Implement Configuration Admin 4.1 changes: by Felix Meschberger · 13 years ago
  98. a4b79b1 FELIX-3175 Fix the RankingComparator to accomodate for services to be sorted in collections (array, set) according to regular service.ranking property as well as service.cmRanking (for ConfigurationPlugins) ordering. Added unit tests to make sure the comparator works as expected. by Felix Meschberger · 13 years ago
  99. 903afe3 Fixed FELIX-3172. by Clement Escoffier · 13 years ago
  100. 6388c63 Disables the test checking inner classes until I have time for a deeper look. by Clement Escoffier · 13 years ago