- 9c0996a Try to fix the build from the whole trunk by Guillaume Nodet · 15 years ago
- 291842c [karaf] remove dependency from obr to woodstox by Guillaume Nodet · 15 years ago
- ee9180a run project setup outside of synchronized block to avoid potential deadlock by David Morgan Spenser Savage · 15 years ago
- 8432a74 revert to SNAPSHOT version to not break build by Felix Meschberger · 15 years ago
- 304620e [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
- 6d8606c [maven-release-plugin] prepare release org.apache.felix.webconsole.plugins.upnp-1.0.0 by Felix Meschberger · 15 years ago
- e33028c update to version about to be released by Felix Meschberger · 15 years ago
- 184ea4d revert to SNAPSHOT version to not break build by Felix Meschberger · 15 years ago
- f12aa03 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
- 3ca4937 [maven-release-plugin] prepare release org.apache.felix.webconsole.plugins.memoryusage-1.0.0 by Felix Meschberger · 15 years ago
- 4e893a9 update to version about to be released by Felix Meschberger · 15 years ago
- f699713 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
- 73af088 [maven-release-plugin] prepare release org.apache.felix.webconsole.plugins.event-1.0.2 by Felix Meschberger · 15 years ago
- d7a4962 revert to SNAPSHOT version to not break build by Felix Meschberger · 15 years ago
- a54c658 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
- f01fcb8 [maven-release-plugin] prepare release org.apache.felix.webconsole-3.0.0 by Felix Meschberger · 15 years ago
- 00ed3fa update to version about to be released by Felix Meschberger · 15 years ago
- 9be8dcc update to version about to be released by Felix Meschberger · 15 years ago
- 6ee01bc revert to SNAPSHOT version to not break build by Felix Meschberger · 15 years ago
- abd18b5 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
- 65bc16f [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.0 by Felix Meschberger · 15 years ago
- 7bf6bdb update to version about to be released by Felix Meschberger · 15 years ago
- a02fc47 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
- 83aabe1 [maven-release-plugin] prepare release org.apache.felix.utils-1.0.0 by Felix Meschberger · 15 years ago
- 135a942 Ignore Eclipse project files Add treeview LICENSE file by Felix Meschberger · 15 years ago
- 949aa9d update OSGi software copyright year by Felix Meschberger · 15 years ago
- aec198b FELIX-2238 create a src/main/compat folder to place the resources kept for backwards compatibility. This will take the icons once removed in Rev. 922641 and the admin_compat.css file created in Rev. 922227 by Felix Meschberger · 15 years ago
- cf41963 FELIX-2237: ^C should interrupt the thread by Guillaume Nodet · 15 years ago
- 2dd1d59 Set maven-bundle-plugin version number to ensure correct build by Felix Meschberger · 15 years ago
- 1e05795 FELIX-2236 Improvement and fixes: by Felix Meschberger · 15 years ago
- c33ed75 [utils] remove unneeded import by Guillaume Nodet · 15 years ago
- 3f0dcb2 [utils][bundlerepository] remove support for '<' and '>' in the filter, but transform the filters when building the requirement by Guillaume Nodet · 15 years ago
- ca2ad58 Minor edits to the resolver and editing of some "to do" tasks. (FELIX-2035) by Richard S. Hall · 15 years ago
- ad33f05 Resolved FELIX-2235 /Deployment plugin fails with internal server error/ by Valentin Pavlov Valchev · 15 years ago
- c6c10c8 Add utils project to the build and make sure utils/bundlerepository are built before the bundleplugin as they are dependencies by Guillaume Nodet · 15 years ago
- 303c8bf FELIX-2231 Prevent IllegalStateException and potential NullPointerException when handling a configuration event (the bundle owning the component may have been stopped concurrently) by Felix Meschberger · 15 years ago
- b698dc9 FELIX-2231 Prevent NullPointerException and uncaught IllegalStateException if bundle has been stopped while the component is being started by Felix Meschberger · 15 years ago
- 4187b85 Ignore Eclipse project files and build target by Felix Meschberger · 15 years ago
- 526d487 Modify service registry to use a CapabilitySet for indexed service by Richard S. Hall · 15 years ago
- 31492f6 [bundleplugin] fix parsing of the obr.xml file by Guillaume Nodet · 15 years ago
- 4991d6e [bundleplugin] minor improvements to the index goal by Guillaume Nodet · 15 years ago
- 5a15dee [utils] add support for < and > on the filter by Guillaume Nodet · 15 years ago
- 0ef550f Ignore uninstalled bundles during start level processing. (FELIX-1753) by Richard S. Hall · 15 years ago
- 6eea1f0 Cannot make a copy of case sensitive dictionaries. (FELIX-2039) by Richard S. Hall · 15 years ago
- 31c44cf add ability to disable repository entry by setting disabled=true by Derek Baum · 15 years ago
- 2482513 Update notice file by Carsten Ziegeler · 15 years ago
- c762b7f FELIX-2230 Prevent calling a method on a null component instance thus preventing NullPointerException by Felix Meschberger · 15 years ago
- d2e8ab9 Modify FrameworkUtil.createFilter() to return our Filter impl. Include by Richard S. Hall · 15 years ago
- ad6739e Introduce new Filter implementation. (FELIX-2039) by Richard S. Hall · 15 years ago
- c8f7852 Fix some bugs in approximate operator. (FELIX-2039) by Richard S. Hall · 15 years ago
- ee82f26 FELIX-2231 Prevent NullPointerException if configuration is updated/deleted after the held components have already been disposed off by Felix Meschberger · 15 years ago
- f8d4eae FELIX-2231 Ensure components for cannot be loaded twice: Access to the map of loaded components per bundle was not synchronized. In addition, there was a relatively big window between the check whether a bundle's components have been loaded and the actual registration of the loaded components. This has now been closed using a flag set early and replaced with the actual loaded components. by Felix Meschberger · 15 years ago
- 8ea8c38 Add approximate operator and fix a couple bugs. (FELIX-2039) by Richard S. Hall · 15 years ago
- 65bd35d FELIX-2233 Ensure new component instances (created for factory configurations) are not enabled if the component has been disabled by ComponentContext.disableComponent(String) by Felix Meschberger · 15 years ago
- 7bf50de Resolved FELIX-2232 /Event plugin has problems displaying events with properties/ by Valentin Pavlov Valchev · 15 years ago
- 1ae93bb FELIX-2229 : Provide German Translation for the Web Console by Carsten Ziegeler · 15 years ago
- f3d9c26 FELIX-2229 Initial german translation by Felix Meschberger · 15 years ago
- d6272cc FELIX-2226 Support detailed resource "access" by URL instead of request parameters by Felix Meschberger · 15 years ago
- 6e0c678 FELIX-2225 Show file sizes as scaled KB, MB, and GB values by Felix Meschberger · 15 years ago
- ebec1ef FELIX-2224 Add Configuration Admin support for the Memory Usage plugin by Felix Meschberger · 15 years ago
- c9415f9 FELIX-2223 by Felix Meschberger · 15 years ago
- 0b13c69 [bundlerepository] write resources with relative uri when possible by Guillaume Nodet · 15 years ago
- c4b69a0 renamed the MultipleAnnotationTest class name to see if it fixes a weird Bamboo issue, where the MultipleAnnotationTest bundle can't be installed because of an unexpected "Unexpected end of ZLIB input stream" exception by Pierre De Rop · 15 years ago
- 7c36338 commented code which cleanup pax temporary bundle files (from /tmp/tb/*), because we are now using pax exam 0.6.0 by Pierre De Rop · 15 years ago
- 413e322 ok, the 1.1.0 seems to suffer from a bug and don't cleanup some lock files during startup, so I switch to pax exam 0.6.0 version by Pierre De Rop · 15 years ago
- c41bbcd Use pax exam 1.1.0 instead of 1.2.0, in order to check if the 1.1.0 version fixes the occasional NullPointerExceptions which occurs on bamboo host \(in org.ops4j.store.intern.TemporaryStore.getLocation method\) by Pierre De Rop · 15 years ago
- 2ac424c fixed wrong version of core/compendium dependencies by Pierre De Rop · 15 years ago
- ca5d4df added localization of plugin title by Valentin Pavlov Valchev · 15 years ago
- 4db89e9 [utils] Add legal stuff for the new utils module by Guillaume Nodet · 15 years ago
- 9974fcf Add PRESENT operator to new filter impl. (FELIX-2039) by Richard S. Hall · 15 years ago
- fcb9a45 If we are unable to reload a cached bundle, then we should delete the by Richard S. Hall · 15 years ago
- 8c9415e fixed test method name by Pierre De Rop · 15 years ago
- cbe5cfe added comments by Pierre De Rop · 15 years ago
- b31f4cf Use harmony code to decode location URLs (FELIX-2195). by Karl Pauls · 15 years ago
- 3689720 Small fix to content type: Think this should be text/plain instead of text/html by Felix Meschberger · 15 years ago
- fdf2460 FELIX-2219 Prevent "Internal Server Error" when showing details of an uninstalled Bundle by Felix Meschberger · 15 years ago
- d66a131 FELIX-2217 Enhance OBR support to accomodate both the "old" OSGi OBR API and the "new" Apache Felix OBR API by Felix Meschberger · 15 years ago
- ae397c7 Prevent NPE if value to decode is null (and also shortcut if the value is an empty string) by Felix Meschberger · 15 years ago
- 88f851c FELIX-2221 Throw documented (checked) exception instead of undocumented unchecked exception (IllegalArgumentException) by Felix Meschberger · 15 years ago
- 5a6e233 svn: ignore target folder by Valentin Pavlov Valchev · 15 years ago
- 2e894ad fixed a problem with children not added to the tree by Valentin Pavlov Valchev · 15 years ago
- dd973af Resolved FELIX-2149 /Configuration Status tabs are not properly left aligned/ by Valentin Pavlov Valchev · 15 years ago
- 1289f93 Resolved FELIX-2218 /webconsole dialog font size/ by Valentin Pavlov Valchev · 15 years ago
- 36ee992 Add test for null version string by Felix Meschberger · 15 years ago
- 15da51b Resolved FELIX-1996 /Console should warn when config is bound to a different bundle/ by Valentin Pavlov Valchev · 15 years ago
- ec44842 Resolved FELIX-2121 by Valentin Pavlov Valchev · 15 years ago
- 6b6990f When calculating package sources, if a module exports the package more than by Richard S. Hall · 15 years ago
- 46722bb Minor edits. (FELIX-2035) by Richard S. Hall · 15 years ago
- 30181b9 Prefixed some methods in interfaces with 'public', implemented instance bound feature in resource dependencies. by Marcel Offermans · 15 years ago
- 8422cd3 Updated to the latest dependency manager snapshot. Misc fixes for EE compatibility. by Marcel Offermans · 15 years ago
- fe36a8c [bundleplugin] fix possible NPE when installing non osgi bundles artifacts by Guillaume Nodet · 15 years ago
- 657cb30 [karaf] update wrt latest bundlerepository changes by Guillaume Nodet · 15 years ago
- c258703 FELIX-2215: Refactor bundlerepository and maven bundle plugin obr data model by Guillaume Nodet · 15 years ago
- be4441f [utils] add a toString() method on Clause by Guillaume Nodet · 15 years ago
- 28f91b3 [utils] make the artifact a plain jar instead of a bundle by Guillaume Nodet · 15 years ago
- 8da8843 FELIX-2208 Add missing NOTICE/LICENSE files by Felix Meschberger · 15 years ago
- 63f6a7f FELIX-2206 Apply FELIX-2206-fmeschbe.patch turning ConfigurationRender into a special plugin, which is provided with the ResourceBundleManager to be able to translate ConfigurationPrinter titles (to English for now). by Felix Meschberger · 15 years ago
- f6c07a5 FELIX-2208 Remove empty folders by Felix Meschberger · 15 years ago
- fe4efbd FELIX-2208 A few improvements: by Felix Meschberger · 15 years ago
- 57e7711 FELIX-2208 Force compilation to Java 5 class files (using Generics etc.) by Felix Meschberger · 15 years ago