1. b487701 FELIX-3423: Prevented the copy of the DependencyManager.ASPECT service property to the adapter's service properties. by Xander Uiterlinden · 13 years ago
  2. 51e5917 Fixed FELIX-3417 Web Console Inconsistent status text by Valentin Pavlov Valchev · 13 years ago
  3. e9ea3b1 Fixed FELIX-3418 Sort threads by name in Configuration Status -> Threads by Valentin Pavlov Valchev · 13 years ago
  4. f266e91 FELIX-3409 Apply obvious patch by David Jencks (thanks) by Felix Meschberger · 13 years ago
  5. 1874a7a [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 13 years ago
  6. 2a9fae2 [maven-release-plugin] prepare release org.apache.felix.ipojo.manipulator-project-1.8.4 by Clement Escoffier · 13 years ago
  7. 7c431e1 Update to the release version of the metadata by Clement Escoffier · 13 years ago
  8. 073a5ba add the DEPS files to the sources jar by Clement Escoffier · 13 years ago
  9. 4a80d39 Fix manipulator project DEPS file by Clement Escoffier · 13 years ago
  10. b774aa4 Release Preparation: * Update copyright year * Update changelog by Clement Escoffier · 13 years ago
  11. fa369c6 Check for null in bundle array for refresh packages. (FELIX-3413) by Richard S. Hall · 13 years ago
  12. a2d4f4f Fixed FELIX-3408 Web Console date chooser shows garbage text by Valentin Pavlov Valchev · 13 years ago
  13. 114ea50 Fixed FELIX-3405 NPE in Web Console by Valentin Pavlov Valchev · 13 years ago
  14. 7e883df Fixed FELIX-3404 Web Admin Log Plugin stops listing of log entries if message is null. by Valentin Pavlov Valchev · 13 years ago
  15. 08efb34 Fixed export/import for deploymentadmin. by Marcel Offermans · 13 years ago
  16. 8f8fe0d [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 13 years ago
  17. a92898e [maven-release-plugin] prepare release org.apache.felix.webconsole-3.2.0 by Felix Meschberger · 13 years ago
  18. a078082 Update change log by Felix Meschberger · 13 years ago
  19. 46b5956 FELIX-3320 Ensure display status is updated on start/stop of the bundle (thanks to Alex Parvalescu providing the patch) by Felix Meschberger · 13 years ago
  20. 689160a FELIX-3316 Add german translations and fix some layout glitches and remove bottom status line by Felix Meschberger · 13 years ago
  21. 4315a1e Modify resolver implementation to not use BundleRequirement.matches() by Richard S. Hall · 13 years ago
  22. d33674c FELIX-3268 Remove empty folders by Felix Meschberger · 13 years ago
  23. 84528f7 FELIX-3268 Use 1.0-beta-1 of the native2ascii plugin to support compilation with Java 7 by Felix Meschberger · 13 years ago
  24. af9c57f FELIX-3268 Move language files into src/main/resources. The new 1.0-beta-1 version of the native2ascii plugin expects them there instead of in src/main/native2ascii. by Felix Meschberger · 13 years ago
  25. e556ae9 Apply patch (FELIX-3401). by Richard S. Hall · 13 years ago
  26. ce07f9d Apply patch FELIX-3401 to use OSGi BundleTracker in example instead of custom one. by Richard S. Hall · 13 years ago
  27. e7ba6bd Apply patch for FELIX-3391 - Unexpected warning when using bnd-ipojo-plugin by Clement Escoffier · 13 years ago
  28. fd3ae76 FELIX-3400 applied the patch with some small changes to keep it 1.3 compatible by Marcel Offermans · 13 years ago
  29. ae2504f Added testcase to test adapter services that get aspect services added on top of the services they're adapting. by Xander Uiterlinden · 13 years ago
  30. dc051ad Added synchronization blocks to ServiceTracker and AspectFilterIndex to solve and prevent concurrency issues. by Xander Uiterlinden · 13 years ago
  31. b0d5b74 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 13 years ago
  32. dd53c9d [maven-release-plugin] prepare release org.apache.felix.fileinstall-3.2.0 by Guillaume Nodet · 13 years ago
  33. ecc914a Fix changelog and copyright year by Guillaume Nodet · 13 years ago
  34. 78870c9 [FELIX-2787] Remove unrelated/unused code by Guillaume Nodet · 13 years ago
  35. 6275122 [FELIX-2787] Do not perform management activities while framework is starting/stopping by Guillaume Nodet · 13 years ago
  36. a6a78f1 [FELIX-2066] File Install fails to move fragment bundle into RESOLVED state by Guillaume Nodet · 13 years ago
  37. da291f4 [FELIX-2763] Fix unit test compilation by Guillaume Nodet · 13 years ago
  38. b852daa [FELIX-2763] disableConfigSave actually enables configuration save by Guillaume Nodet · 13 years ago
  39. 714aeed [FELIX-3047] Infinite loop in File Install if java.io.tmpdir is non-writable by Guillaume Nodet · 13 years ago
  40. ae9f384 [FELIX-2890] FileInstall starts non-daemon threads by Guillaume Nodet · 13 years ago
  41. 9869537 [FELIX-3294] FileInstall dependencies on osgi artifacts should have a 'provided' scope by Guillaume Nodet · 13 years ago
  42. 1691d58 [FELIX-3346] File Install doesn't scan when the framework start level is lower than felix.fileinstall.start.level setting by Guillaume Nodet · 13 years ago
  43. 762dbe0 [FELIX-3373] File install logging doesn't notify user of important errors by Guillaume Nodet · 13 years ago
  44. bd6f1d0 [FELIX-3396] Fix more cases, patch from Forrest Xia by Guillaume Nodet · 13 years ago
  45. d24db1a [FELIX-3386] File install tests use deprecated EasyMock API by Guillaume Nodet · 13 years ago
  46. d293ecf [FELIX-2852] Infinite reloading of config file ending with .config by Guillaume Nodet · 13 years ago
  47. 2884b5b [FELIX-3396] Fileinstall is not able to handle configuration file if in a path containing braces by Guillaume Nodet · 13 years ago
  48. 93adfb8 FELIX-3395 added a constructor to allow you to specify the root directory for the DataFileBackingStoreImpl yourself. by Marcel Offermans · 13 years ago
  49. f9e1383 Refactor internal resolver APIs to align with upcoming OSGi resolver spec. (FELIX-3394) by Richard S. Hall · 13 years ago
  50. 955c921 [FELIX-3393] Possible deadlock with reentrant calls by Guillaume Nodet · 13 years ago
  51. 321f380 Apply patch FELIX-3382 to adapt example to use Java 5 features and to eliminate by Richard S. Hall · 13 years ago
  52. 2eab04b Apply patch to fix FELIX-3389. by Clement Escoffier · 13 years ago
  53. 85b9757 FELIX-3334 applied the patch with a slight change by Marcel Offermans · 13 years ago
  54. c1cf459 Fixed FELIX-3384. by Clement Escoffier · 13 years ago
  55. 6b4af70 Start working on FELIX-3384. by Clement Escoffier · 13 years ago
  56. 7afeed5 Apply patch for FELIX-3380. by Clement Escoffier · 13 years ago
  57. 9833315 Applied patch FELIX-3379 to separate launcher and not use Felix-specific API. by Richard S. Hall · 13 years ago
  58. 3ce511d FELIX-3377 Applied patch provided by David Jencks (thanks alot) slightly modified: by Felix Meschberger · 13 years ago
  59. 6ac3b02 FELIX-3371 Apply patch FELIX-3371-3.diff to update to newer pax-exam (patch provided by David Jencks, thanks alot) by Felix Meschberger · 13 years ago
  60. 2aefe35 FELIX-3345 Apply patch FELIX-3345-5.diff by David Jencks (thanks alot) by Felix Meschberger · 13 years ago
  61. ac4d40b FELIX-3345 Apply patch FELIX-3345-2.diff by David Jencks (thanks alot) slightly reformatted and turned around checks (assuming the positive success of failure) by Felix Meschberger · 13 years ago
  62. 92d79f1 Apply patches for FELIX-3376 to adapt example to Java 5. by Richard S. Hall · 13 years ago
  63. 94ccd72 Apply patches for FELIX-3375 to update example to Java 5. by Richard S. Hall · 13 years ago
  64. 8725016 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 13 years ago
  65. efcfc70 [maven-release-plugin] prepare release org.apache.felix.shell-1.4.3 by Karl Pauls · 13 years ago
  66. b23fb6f Add a proper svn tag root by Karl Pauls · 13 years ago
  67. d8f6a2a [maven-release-plugin] rollback the release of org.apache.felix.shell-1.4.3 by Karl Pauls · 13 years ago
  68. 3b147d5 [maven-release-plugin] prepare release org.apache.felix.shell-1.4.3 by Karl Pauls · 13 years ago
  69. 93b8731 Update changelog for release by Karl Pauls · 13 years ago
  70. 7fae500 Add osgi to appended-resources notice and delete not used license and notice in the root by Karl Pauls · 13 years ago
  71. c46aeb7 Update pom for release. by Richard S. Hall · 13 years ago
  72. 46987ff Fixed FELIX-3359 downgrade the class version on 1.7. by Clement Escoffier · 13 years ago
  73. 0a9c6b0 FELIX-3090 Ensure target properties are properly considered when satisfying the ComponentFactory service by Felix Meschberger · 13 years ago
  74. f1adba8 FELIX-2888 Return newly created factory configurations from getConfiguration even though such configuration is not persisted yet. by Felix Meschberger · 13 years ago
  75. 4f780ff Improved FELIX-3348 patch to avoid infinite loops. by Richard S. Hall · 13 years ago
  76. 65795c4 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 13 years ago
  77. 591aa08 [maven-release-plugin] prepare release org.apache.felix.utils-1.1.2 by Guillaume Nodet · 13 years ago
  78. e7bac36 Revert failed release by Guillaume Nodet · 13 years ago
  79. 258d134 [maven-release-plugin] prepare release org.apache.felix.utils-1.1.2 by Guillaume Nodet · 13 years ago
  80. 5983fc3 Use latest felix parent by Guillaume Nodet · 13 years ago
  81. 7f426bd Add changelog for utils-1.1.2 by Guillaume Nodet · 13 years ago
  82. 1a5ce3a Start level thread should catch exceptions to avoid terminating. (FELIX-3348) by Richard S. Hall · 13 years ago
  83. daf895e [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 13 years ago
  84. 43630ce [maven-release-plugin] prepare release maven-bundle-plugin-2.3.7 by Stuart McCulloch · 13 years ago
  85. c2f05b8 Update docs by Stuart McCulloch · 13 years ago
  86. 59ce079 Removed legacy PackageVersionAnalyzer by Stuart McCulloch · 13 years ago
  87. b1effbf FELIX-3254: automatically rebuild bundle in-memory when using manifest goal with target/classes and Embed-Dependency by Stuart McCulloch · 13 years ago
  88. 4482139 FELIX-3300: fix calculateExportsFromContents to avoid exporting empty packages, also only use calculateExportsFromContents when analyzing attached files by Stuart McCulloch · 13 years ago
  89. c86fb70 FELIX-3299: fix unstable test on Java5 by Stuart McCulloch · 13 years ago
  90. a29f0bb FELIX-3310: add compatibility method for people who want to recompile this plugin against the Maven3 API by Stuart McCulloch · 13 years ago
  91. e2c5b57 Cleanup comment by Stuart McCulloch · 13 years ago
  92. d467781 FELIX-3347: when adding the Maven session environment to the properties passed to bnd, avoid entries whose keys start with upper-case letter (since they end up in the final manifest) by Stuart McCulloch · 13 years ago
  93. 6cb4c10 Changed the transaction service implementation (the GAV has changed) by Clement Escoffier · 13 years ago
  94. 62e3298 Fix FELIX-3323: by Clement Escoffier · 13 years ago
  95. c6e0e1f Do not inspect super classes and implemented interfaces for non primitive components. by Clement Escoffier · 13 years ago
  96. 488a15f Just change the project name to avoid duplicates (2 projects with the same name) by Clement Escoffier · 13 years ago
  97. 54b6129 Cosmetic changes. by Clement Escoffier · 13 years ago
  98. 6f92001 Applied patch to fix FELIX-3326: by Clement Escoffier · 13 years ago
  99. 1a3f865 Until we fixed the frame issue on Java 7, avoid the frame computation (FELIX-3297). by Clement Escoffier · 13 years ago
  100. 46f516f FELIX-3334 : PreferencesManager can throw NPE after being stopped. by Carsten Ziegeler · 13 years ago