- 6b71ce8 FELIX-344: add some basic site docs, needs content! by Stuart McCulloch · 13 years ago
- 9fac100 FELIX-1836: check output directory for filtered obr.xml before checking resource directories by Stuart McCulloch · 13 years ago
- 33b3fda FELIX-2449: session properties should be given precedence over project properties when filtering by Stuart McCulloch · 13 years ago
- b9e129a Cleanup plugin dependencies by Stuart McCulloch · 13 years ago
- 2ff5dc9 FELIX-2656: marking lifecycle goals as @threadSafe by Stuart McCulloch · 13 years ago
- 09e7548 Need to check if a revision has a wiring or not. (FELIX-3013) by Richard S. Hall · 13 years ago
- 4ef242c Update deprecation messages by Stuart McCulloch · 13 years ago
- f78e9d7 FELIX-1985: warn when duplicate paths appear in Include-Resource by Stuart McCulloch · 13 years ago
- f2a8c04 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 13 years ago
- ed3c3a3 [maven-release-plugin] prepare release org.apache.felix.ipojo.handler.whiteboard-1.6.0 by Clement Escoffier · 13 years ago
- 231be8a updated the maven-ipojo-plugin version by Clement Escoffier · 13 years ago
- e503338 Updated changelog. by Clement Escoffier · 13 years ago
- 55e4b36 FELIX-2435: using bundle goals on a WAR file will switch the project to generate jar artifacts by Stuart McCulloch · 13 years ago
- e8c2315 FELIX-2820: Provide a default value when using <_wab/> by Stuart McCulloch · 13 years ago
- 8cf648a FELIX-2934: don't add '.' to Bundle-ClassPath when embedding dependencies into WABs by Stuart McCulloch · 13 years ago
- 89758fe FELIX-2346: compute correct path when detecting missing resources by Stuart McCulloch · 13 years ago
- 2cf3299 FELIX-2819: consider packageinfo files contained in src/main/java by Stuart McCulloch · 13 years ago
- 37b7397 FELIX-2427: add plugin report by Stuart McCulloch · 13 years ago
- 3d1aec0 FELIX-1039: add some extra metadata to the maven lifecycle/handler configuration by Stuart McCulloch · 13 years ago
- c6fb5bb FELIX-2722: avoid NPE when project.organization.name is null by Stuart McCulloch · 13 years ago
- 7dda41e FELIX-2997 : java.lang.NullPointerException during shutdown while sending events by Carsten Ziegeler · 13 years ago
- 9c49289 Fixed a changed property name in the test. by Marcel Offermans · 13 years ago
- f73472d FELIX-3008 Added test and fix for this issue. If the dependency manager bundle was not yet started when indices are defined and the first bundle starts to use them, that bundle will then attempt to start the dependency manager automatically. If that fails, no indices will be used. by Marcel Offermans · 13 years ago
- 72e7305 New test that validates that the filter index works correctly for resource adapters. by Marcel Offermans · 13 years ago
- 30af5a3 Small bugfix, under certain circumstances, the filter key was not properly constructed. by Marcel Offermans · 13 years ago
- c034df3 Renamed the property that enables filter indices. by Marcel Offermans · 13 years ago
- 706e045 FELIX-3007 Simple Package Admin Service plugin dumping duplicate package exports by Felix Meschberger · 13 years ago
- 7d2a0df FELIX-2987 Fixed. by Marcel Offermans · 13 years ago
- b7f0e4f Implement BundleWiring.isInUse() and don't add host capability by Richard S. Hall · 13 years ago
- 33479a5 FELIX-2987 Added a test case to this class that shows the problem that was reported. by Marcel Offermans · 13 years ago
- 0a81b68 FELIX-3005 (Compatibility API does not add components in DependencyManager) by Pierre De Rop · 13 years ago
- 055862d INSTALLED bundle event must now include which bundle performed the install. by Richard S. Hall · 13 years ago
- f53114b Deprecate the bundleall goal by Stuart McCulloch · 13 years ago
- 3be101e Update parent pom; fix missing license headers by Stuart McCulloch · 13 years ago
- 7a47567 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 13 years ago
- 2e3ffaf [maven-release-plugin] prepare release org.apache.felix.gogo.command-0.10.0 by Richard S. Hall · 13 years ago
- 4641420 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 13 years ago
- 1dad9ee [maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.10.0 by Richard S. Hall · 13 years ago
- 0cac878 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 13 years ago
- 9d9a585 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.10.0 by Richard S. Hall · 13 years ago
- 6b1f33a Prepare for release. by Richard S. Hall · 13 years ago
- 1b61414 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 13 years ago
- 480ef85 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.10.0 by Richard S. Hall · 13 years ago
- b901c57 [FELIX-3002] Embed the OBR specific information for the EventAdmin bundle in the manifest by Guillaume Nodet · 13 years ago
- 0dabbe1 FELIX-3001 help command now supports osgi.command.function String or String[] by Derek Baum · 13 years ago
- db5ca59 When coercing types for filter evaluation, we must now trim by Richard S. Hall · 13 years ago
- 73aeecf Implement most of the functionality for resolver hooks (FELIX-2986) along by Richard S. Hall · 13 years ago
- fa171ad Handle a null map. (FELIX-2950) by Richard S. Hall · 13 years ago
- cce1b51 Exceptions thrown by equals()/compare() should result in a false by Richard S. Hall · 13 years ago
- ceefb90 Fixed FELIX-2995 by Clement Escoffier · 13 years ago
- 42b288a fix Felix-2894 - Gogo does not handles options but not parameters by Derek Baum · 13 years ago
- 89b84ed Use standard approach for getting current bundle revision. (FELIX-2950) by Richard S. Hall · 13 years ago
- d489f27 Rename the cache's BundleRevision class to BundleArchiveRevision to avoid by Richard S. Hall · 13 years ago
- 9ebb158 Fix bundle refreshing of native libraries. (FELIX-2990) by Richard S. Hall · 13 years ago
- 8b4377e Fixed FELIX-2989 by Clement Escoffier · 13 years ago
- ae459ae [FELIX-2988] Allow the substitution methods to receive a callback to obtain custom values by Guillaume Nodet · 13 years ago
- ef2cdfb Some refactoring to prepare for resolver hooks. (FELIX-2986) by Richard S. Hall · 13 years ago
- baa2448 Use R4.3 capability namespaces where possible. (FELIX-2950) by Richard S. Hall · 13 years ago
- 0e80b77 Fixed messed up fragment wire log message. by Richard S. Hall · 13 years ago
- 3c5596e Fix a bug in previous commit plus minor optimization. (FELIX-2973) by Richard S. Hall · 13 years ago
- 5f408f3 fixed some javadocs by Pierre De Rop · 13 years ago
- c87b16d FELIX-2908 - Use same mechanism to get single annotation values as for multiple annotation values by Carsten Ziegeler · 13 years ago
- cbd118b Update changelog by Carsten Ziegeler · 13 years ago
- 78d251a FELIX-2492 : scr plugin: using src annotations causes NoClassDefFoundError and other errors by Carsten Ziegeler · 13 years ago
- 732862e Update changelog by Carsten Ziegeler · 13 years ago
- e9e04d8 FELIX-2963 : scr annotations @Activate @Deactivate @Modified are not detected with class inheritance by Carsten Ziegeler · 13 years ago
- 64a04d9 Ignore Eclipse project files by Felix Meschberger · 13 years ago
- b892f83 Very rough support for generic capabilities and requirements. The parser by Richard S. Hall · 13 years ago
- 9989368 [FELIX-2982] noInitialDelay option does not work (fix possible pb when the initial polling delay is interrupted by Guillaume Nodet · 13 years ago
- 66400c1 [FELIX-2982] noInitialDelay option does not work by Guillaume Nodet · 13 years ago
- 5032450 FELIX-2978 : Lookup reference policy does not work for inherited components by Carsten Ziegeler · 13 years ago
- c505e1e FELIX-2980 : org.apache.felix:maven-scr-plugin:1.7.1-SNAPSHOT:scr failed. NullPointerException by Carsten Ziegeler · 13 years ago
- e7a8d2a FELIX-2944 Testcase for namespace handling by Felix Meschberger · 14 years ago
- 4232de7 FELIX-2944 better handle the case of unknown namespaces and ignored elements by Felix Meschberger · 14 years ago
- 5d59927 FELIX-2944 Fix namespace URI for the Apache Felix DS extension by Felix Meschberger · 14 years ago
- 46c7a67 Improve message in case MetaTypeProvider API is not available by Felix Meschberger · 14 years ago
- 37cbce5 FELIX-2979 Use String constants instead of class literals for the service names to allow the class to load by Felix Meschberger · 14 years ago
- 9865af9 JavaDoc and Doc reference by Felix Meschberger · 14 years ago
- 6660245 FELIX-2962 Oops; we do not use annotations for now by Felix Meschberger · 14 years ago
- b9c72d0 FELIX-2962 Ensure certain invalid XML is not accepted, particularly a subsequent open element instead of a closing element, as in "<a><a>" by Felix Meschberger · 14 years ago
- 34ab423 FELIX-2962 DO not print stack traces like that .... by Felix Meschberger · 14 years ago
- 5f559c7 FELIX-2971 Apply patch by Christanto (thank you very much) to support forms on IE 7 by Felix Meschberger · 14 years ago
- ca44a33 FELIX-2976 fixed the issue by checking if the key is actually in the cache with a null value by Marcel Offermans · 14 years ago
- 3b04ba9 Modify framework wiring and framework start level object to registry by Richard S. Hall · 14 years ago
- c59d11c Implement new start level approach. (FELIX-2975) by Richard S. Hall · 14 years ago
- c387381f Change lock object. (FELIX-2969) by Richard S. Hall · 14 years ago
- a3f0aa5 Modify URL Handlers impl to use same hook tracking mechanism as by Richard S. Hall · 14 years ago
- 37c5290 More refactoring to service registry hook handling to match by Richard S. Hall · 14 years ago
- f4ceaf4 Refactor service hooks to use new service registry hook tracking mechanism by Richard S. Hall · 14 years ago
- a9f9e17 Implement byte-code weaving hooks. (FELIX-2959) by Richard S. Hall · 14 years ago
- ec62ea1 Modified the filter to properly handle the fact that keys in service properties are case insensitive. by Marcel Offermans · 14 years ago
- 7022a21 [FELIX-2970] - Factory Configuration Adapter Service does not copy adapter dependencies. by Pierre De Rop · 14 years ago
- c279d14 Have wiring use protection domain from revision, rename security context by Richard S. Hall · 14 years ago
- 4836477 Initial pass at implementing FrameworkWiringImpl. More stress testing is likely by Richard S. Hall · 14 years ago
- 2b9b4b8 [FELIX-2965] - Apply @Registered/@Unregistered annotation on composition instances. by Pierre De Rop · 14 years ago
- 8bfac5f [FELIX-2966] Maven plugin generates by default Import-Service and Export-Service headers. by Pierre De Rop · 14 years ago
- 9ff70e7 [FELIX-2966] - Annotations should automatically generate Import-Service/Export-Service headers. by Pierre De Rop · 14 years ago
- 2b7b25e [FELIX-2966] - Annotations should automatically generate Import-Service/Export-Service headers. by Pierre De Rop · 14 years ago
- b8d67f5 FELIX-2964 (NPE on some dependency manager adapters, when auto-configuration mode is disabled) by Pierre De Rop · 14 years ago
- e3fc620 FELIX-2926 Log an ERROR message for a missing declared method (instead by Felix Meschberger · 14 years ago