1. 149faaa FELIX-569 : Improve Configuration Page - Apply patch from Valentin Valchev by Carsten Ziegeler · 14 years ago
  2. 5cc4625 check for null repository config (fix for FELIX-2187) by David Morgan Spencer Savage · 14 years ago
  3. ff78fc0 Consistently permutate candidates. (FELIX-2037) by Richard S. Hall · 14 years ago
  4. c03d87f Patches for FELIX-2181 - now runs workspace resolve task using a damped delay to ensure that event storm does not trigger multiple project builds. by David Morgan Spencer Savage · 14 years ago
  5. ddcc8c1 Patch for FELIX-2180 - now global repository and project specific repository managers share a common repository map to ensure same objects are used throughout the IDE by David Morgan Spencer Savage · 14 years ago
  6. 4eee8bc Add missing opening plugins tag by Chris Custine · 14 years ago
  7. 56fdf1b fixed inconsistency in ConfigurationDependency annotation API: renamed the "properties" attribute to "metadata" by Pierre De Rop · 14 years ago
  8. d3c2aab fixed potential NullPointerException, when getting list of available Locales by Pierre De Rop · 14 years ago
  9. 379ba3e fixed javadoc by Pierre De Rop · 14 years ago
  10. 699948d Aligned MetaType annotations on DependencyManager API: the configuration metadata is now specified when declaring the ConfigurationDependency annotation. Renamed "Param" annotation to "Property" annotation for consistency and clarity reasons by Pierre De Rop · 14 years ago
  11. 68df049 added ResourceAnnotation integration test (currently, the testResourceAdapterAnnotation fails because it sounds like there is a bug in ResourceAdapterImpl, which does not propagate the resource adapter filter. by Pierre De Rop · 14 years ago
  12. 52ddbfb Fixed bug when parsing BundleDependency's propagate attribute. Added ResourceAdapter and ResourceDependency annotations. by Pierre De Rop · 14 years ago
  13. f76f624 added ResourceAdapter and ResourceDependency annotations. by Pierre De Rop · 14 years ago
  14. 57cbb64 added MetaType sample by Pierre De Rop · 14 years ago
  15. a0204f5 added MetaType support in DependencyManager API by Pierre De Rop · 14 years ago
  16. a37988a FELIX-2179 Actually none of the dependencies need to be compile. So changing dependencies to provided and upgrading bundle plugin to be able to include classes from the provded dependency. by Felix Meschberger · 14 years ago
  17. b93eea9 FELIX-2179 Apply patch by David Jencks (thanks) by Felix Meschberger · 14 years ago
  18. 4df9bbf Patch to address ui/classpath consistency issues when adding and removing projects from workspace that provide dependencies (related to FELIX-1349) by David Morgan Spencer Savage · 14 years ago
  19. ae7e818 Added a service.pid to the UserAdmin service, because it did not have one and the spec requires the user admin to send its pid as part of each event. Because this pid was missing, user admin was trying to send invalid events and failed to work (but only if event admin is actually present). Furthermore, fixed a typo in a class name. by Marcel Offermans · 14 years ago
  20. 152a835 Mark load as synchronized to avoid threading issues when accessing hashmap by David Morgan Spencer Savage · 14 years ago
  21. c47788e [bundlerepository] remove unused method by Guillaume Nodet · 14 years ago
  22. 83ebd4d Use the new maven bundle plugin goal to generate the OSGi versions instead of the hacky antrun + regexp stuff by Guillaume Nodet · 14 years ago
  23. 6de29c3 FELIX-1568: Goal to transform a maven version into an OSGi version by Guillaume Nodet · 14 years ago
  24. 6da2254 FELIX-2173: Fix inconsistent maven->osgi version conversion between maven-bundle-plugin and DefaultMaven2OsgiConverter by Guillaume Nodet · 14 years ago
  25. e7f5ee4 refactored junk main test into junit test by David Morgan Spencer Savage · 14 years ago
  26. b59d391 refactored junk main test into junit test by David Morgan Spencer Savage · 14 years ago
  27. 80ed6d4 allow version table to parse "" qualifer by David Morgan Spencer Savage · 14 years ago
  28. 0c130ff [webconsole] remove optional dependencies resolution as it can take a fair amount of time by Guillaume Nodet · 14 years ago
  29. 16353e6 Check if we are able to permutate before doing it. (FELIX-2037) by Richard S. Hall · 14 years ago
  30. feb8161 [bundlerepository] fix uri handling which incorrectly change urls for uris which aren't really specified.One problem i found was when parsing some license headers which aren't actually considered URIs, such as the BND one which looks like: ASL20;name="This material is licensed under the Apache Software License, Version 2.0"; url="http://www.apache.org/licenses/LICENSE-2.0";distribution=repo The solution is to let the user deal with URI unless the type is actually specified (and for the main resource URI). by Guillaume Nodet · 14 years ago
  31. 2974063 [bundlerepository] fix stax parser which does not read additional resource properties (license, copyright, size, etc...) by Guillaume Nodet · 14 years ago
  32. a5a72c3 [bundlerepository] fix the NO_LOCAL_RESOURCES flag by Guillaume Nodet · 14 years ago
  33. f6131ad [webconsole] fix rev 903286 (FELIX-2009) which breaks again FELIX-1370 (configuration for org.apache.felix.webconsole.internal.servlet.OsgiManager is sometimes ignored)The test is wrong, as they may be other changes (such as user / password) that may affect the service, so always rebind the main servlet if there is any change by Guillaume Nodet · 14 years ago
  34. 283faa3 [webconsole] fix some styling problems when displaying configurations by Guillaume Nodet · 14 years ago
  35. 65c01e9 FELIX-2162, FELIX-2171: rewrite the OBR webconsole page to be more scalable and display detailed informations about a given bundle by Guillaume Nodet · 14 years ago
  36. 392fe22 Add a "to do" comment. by Richard S. Hall · 14 years ago
  37. ea7c878 More improvements to new filter impl. (FELIX-2039) by Richard S. Hall · 14 years ago
  38. c3a17b7 Warning message was being incorrectly displayed. by Richard S. Hall · 14 years ago
  39. c4cca30 Improve error message. by Richard S. Hall · 14 years ago
  40. f936848 Ensure internal cache is flushed on project delete (fix for FELIX-2168) by David Morgan Spencer Savage · 14 years ago
  41. e798396 FELIX-2169: Improve dev:show-tree performance and avoid NPE when no matching export is found by Gert Vanthienen · 14 years ago
  42. 6e55eff FELIX-2167 Call Bundle.update() to update the bundle using bundle manifest provided update location instead of implementing update through Bundle location ourselves. by Felix Meschberger · 14 years ago
  43. 1ecb340 validate factory/factoryMethod AspectService attributes by Pierre De Rop · 14 years ago
  44. 469e9b5 code factorization: merged setServiceComposition/setServiceCallbacks methods into setCommonServiceParams method. Added factory/factoryMethod attributes in AspectService annotation by Pierre De Rop · 14 years ago
  45. 625cbda added factory and factoryMethod attributes in AspectService annotation by Pierre De Rop · 14 years ago
  46. 8c745b2 trivial tidyup by David Morgan Spencer Savage · 14 years ago
  47. 817c459 Progress towards fixing bundle import resolution on project import FELIX-1349 by David Morgan Spencer Savage · 14 years ago
  48. ad4fe08 Improvements to new filter implementation. (FELIX-2039) by Richard S. Hall · 14 years ago
  49. c379b1f fixed javadoc by Pierre De Rop · 14 years ago
  50. 96be254 fixed javadoc by Pierre De Rop · 14 years ago
  51. 8ad0ba5 Activate dm.log system property in order to display logs from annotation stuff by Pierre De Rop · 14 years ago
  52. 58450c3 Register a default LogService in order to display logs from annotation stuff by Pierre De Rop · 14 years ago
  53. 46597db Activate dm logging. added integration test for new BundleAdapterService annotation by Pierre De Rop · 14 years ago
  54. 53155b0 added integration test for new BundleAdapterService annotation by Pierre De Rop · 14 years ago
  55. 2cc0db5 added annotation support for BundleAdapterService by Pierre De Rop · 14 years ago
  56. 6f87aff added annotation support for BundleAdapterService. Fixed wrong default value for "propagate" BundleDependency attribute by Pierre De Rop · 14 years ago
  57. 362ac2a added annotation support for BundleAdapterService by Pierre De Rop · 14 years ago
  58. 077973f Remove debug print. by Richard S. Hall · 14 years ago
  59. 5ba09ca tidy up non existent refactoring reference by David Morgan Spencer Savage · 14 years ago
  60. f7852b8 Patch to improve IDE performance - avoid recalculating dependencies if no requirements or capabilities have changed (FELIX-2164) by David Morgan Spencer Savage · 14 years ago
  61. f55b034 Added a test that validates aspect chaining, creating 3 aspects on top of the original service and invoking the service, triggering calls through the whole chain. by Marcel Offermans · 14 years ago
  62. 580c924 Updated tests to new annotation API. by Marcel Offermans · 14 years ago
  63. a35d191 Updated these test classes. by Marcel Offermans · 14 years ago
  64. 791c8d8 Updated the dictionary aspect sample. by Marcel Offermans · 14 years ago
  65. 0bb2ce3 Implemented the ranking property of aspects. by Marcel Offermans · 14 years ago
  66. 0d76ce1 Attempt to implement aspect API change in the runtime. by Marcel Offermans · 14 years ago
  67. ad76067 Added the notion of ranking to aspects so they can dynamically be chained. Fixed a bug in bundle dependencies. by Marcel Offermans · 14 years ago
  68. c018bde More changes due to abstraction changes for the new resolver implementation. by Richard S. Hall · 14 years ago
  69. 8ef9099 Reimplement resolver to improve "worst case" performance. (FELIX-2037, FELIX-2035) by Richard S. Hall · 14 years ago
  70. 1320d47 Improve generic capability/requirement abstraction and prepare for by Richard S. Hall · 14 years ago
  71. f0970bc Initial version of new filter implementation. (FELIX-2039) by Richard S. Hall · 14 years ago
  72. 8094344 FELIX-2120 Apply patch by Valentin Valchev (thanks). by Felix Meschberger · 14 years ago
  73. 31a398b FELIX-2119 Prevent ClassDefNotFoundException if OBR API is not available: Use constant string for service name instead of PackageAdmin.class expression, which requires the class to load by Felix Meschberger · 14 years ago
  74. 9441739 FELIX-2119 Actually have the BaseUpdateInstallHelper class implement the Runnable interface makes creating the Thread simpler. by Felix Meschberger · 14 years ago
  75. 5c4f624 FELIX-2119 Prevent ClassDefNotFoundException if OBR API is not available: Refactoring the BaseUpdateInstallHelper class to not extend the Thread class any more. by Felix Meschberger · 14 years ago
  76. ef6dc24 FELIX-2124 Apply patch by Valentin Valchev (thanks). by Felix Meschberger · 14 years ago
  77. 9d2b50a FELIX-2142 Apply patch by Valentin Valchev (thanks). by Felix Meschberger · 14 years ago
  78. 76030cd FELIX-2157 Set content length to zero when sending the 401/UNAUTHORIZED response by Felix Meschberger · 14 years ago
  79. cb5fef8 FELIX-2125 Apply patch by Valentin Valchev (thanks) with a small change: The Comparator is created each time for the locale instead of synchronizing on the comparator and setting the locale field. IMHO this is cleaner and the cost of creating the comparator instance is close zero. by Felix Meschberger · 14 years ago
  80. 1180441 Ensure rich client view is updated if file is changed by external process - i.e. after refresh by David Morgan Spencer Savage · 14 years ago
  81. f2b25e8 tidy up by David Morgan Spencer Savage · 14 years ago
  82. b130a6d update after annotation package change by David Morgan Spencer Savage · 14 years ago
  83. da0ca2e move annotation to own package by David Morgan Spencer Savage · 14 years ago
  84. 30b83fe Remove unused interfaces by David Morgan Spencer Savage · 14 years ago
  85. 27f8dcb FELIX-2123 Introduce new WebConsoleUtil.urlDecode method to hide the fact that some platforms do not provide the Java 1.4 URLDecoder.decode(String, String) method. by Felix Meschberger · 14 years ago
  86. 1092824 FELIX-2129 - [Karaf] Possible hang with slave instances of Karaf when using Oracle JDBC lock. by Chris Custine · 14 years ago
  87. c783896 Fixed duplicate/redundant .asc.asc sigs by Chris Custine · 14 years ago
  88. e03c86e add license header by David Morgan Spencer Savage · 14 years ago
  89. b4f3cd2 Fix for npe found in FELIX-2159 missing ()'s by David Morgan Spencer Savage · 14 years ago
  90. 491d1b6 Patches for FELIX-2160 and FELIX-2161 - now manages project warnings internally vs in external job also added support for refreshing project and ensure that views are updated when editting in rich client or text editor by David Morgan Spencer Savage · 14 years ago
  91. 77d08ea pass in monitor to allow user feedback by David Morgan Spencer Savage · 14 years ago
  92. d9f96cb tidy up unused import by David Morgan Spencer Savage · 14 years ago
  93. 4905f83 FELIX-2113: update to latest OBR snapshot by Guillaume Nodet · 14 years ago
  94. 321e432 FELIX-2155: the maven bundle plugin generates wrong capabilities for packages with directives by Guillaume Nodet · 14 years ago
  95. c738f32 FELIX-1531: Mandatory directive is ignored on the Export-Package when it comes to resolve the bundles by Guillaume Nodet · 14 years ago
  96. e20e011 FELIX-2151: Use Strings instead of URLs in the API by Guillaume Nodet · 14 years ago
  97. db0ce69 fix for FELIX-2154 do not call dispose on shared image! by David Morgan Spencer Savage · 14 years ago
  98. 83984cc Workspace repository now filters exports that project doesn't actually contain in "compile time" resolution mode (FELIX-1502) by David Morgan Spencer Savage · 14 years ago
  99. a9c3c75 tidy up unused imports by David Morgan Spencer Savage · 14 years ago
  100. dab8eda Make sigil projects singletons within IDE to fix problems with inconsistent views (FELIX-2153) by David Morgan Spencer Savage · 14 years ago