- 970fcbc Fixed typo by Felix Meschberger · 17 years ago
- ae4ccc6 FELIX-418: Updated bundle-plugin pom to use bndlib 0.0.212 by Stuart McCulloch · 17 years ago
- 7f6575c FELIX-423: workaround for OBR code - PathFile appears to expects a decoded URI path (ie. with 'file' scheme, but without any encodings, such as %20) by Stuart McCulloch · 17 years ago
- bf35521 FELIX-423: fix OBR PathFile to encode spaces on all platforms, not just Windows and return absolute path when the basedir is not related to the file (instead of returning null which gets appended to various strings without checking) by Stuart McCulloch · 17 years ago
- 7c16d69 FELIX-400: map individual resources to correct locations by Stuart McCulloch · 17 years ago
- 44deaef FELIX-400: add resource code to properly handle Maven includes/excludes by Stuart McCulloch · 17 years ago
- 55332cf Clean up POM dependencies (using dependency:analyze to check) by Stuart McCulloch · 17 years ago
- 449b67d FELIX-419 Implementing new ds attribute for @scr.component JavaDoc tag allowing to prevent by Felix Meschberger · 17 years ago
- 2b107e9 Added a few more comments to the usage count methods. by Richard S. Hall · 17 years ago
- d8a604a Reorganized usage count methods to better handle null reference checking by Richard S. Hall · 17 years ago
- 4eab576 Avoid creating an unnecessary inner class by reusing an existing one and fix some thread safety issue in URLHandlersBundleURLConnection. by Karl Pauls · 17 years ago
- 5824871 Added a simple check to detect and work around a bug in J9 (FELIX-416) by Karl Pauls · 17 years ago
- 004a6b1 Mention included software in notice. by Carsten Ziegeler · 17 years ago
- fd2cbb5 Commit patch of the Felix-413 issue. by Clement Escoffier · 17 years ago
- b12e0df Make Embed-StripGroup default to true, as it is much more useful than the current default by Stuart McCulloch · 17 years ago
- 08f860a Fix a synchronization bug in the component instance manager. by Clement Escoffier · 17 years ago
- 5ba746b FELIX-417: fix project references by Stuart McCulloch · 17 years ago
- 8ab1f64 Change how the extension manager url stream handler handles request to the root path in order to make some tomcat issue go away (FELIX-414). by Karl Pauls · 17 years ago
- a237288 Invalidate instance instead of stopping them after InvocationTargetException (which allow to restart automatically after an external event) by Clement Escoffier · 17 years ago
- 9728dbf [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
- 665572c [maven-release-plugin] prepare release maven-scr-plugin-0.4.0 by Carsten Ziegeler · 17 years ago
- beae9af [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
- f23a4bd [maven-release-plugin] prepare release maven-scr-plugin-0.3.0 by Carsten Ziegeler · 17 years ago
- 18ecd68 Update the JMX handler pom file to add iPOJO configuration. by Clement Escoffier · 17 years ago
- 26d3143 Removed some whitespace. by Richard S. Hall · 17 years ago
- e0dad3d Fix class cast exception reported in FELIX-411. by Carsten Ziegeler · 17 years ago
- 6787ce4 Better error messages (and detect difference between internal error and configuration error) by Stuart McCulloch · 17 years ago
- 82a81b5 Added support for "/" bundle resources as requested in FELIX-383. Not by Richard S. Hall · 17 years ago
- f7639f3 Applied patch (FELIX-410) to add support for zipped repository files. by Richard S. Hall · 17 years ago
- c91ddad Fix FELIX-409 and fail building if an empty @scr.service tag is specified without the component implementing an interface. by Carsten Ziegeler · 17 years ago
- faa3d61 Use system bundle when firing a framework error event when an install error by Richard S. Hall · 17 years ago
- 7395aad Refactor nullable object system. by Clement Escoffier · 17 years ago
- f693a0c FELIX-401: update bndlib to fix incorrect imports bug by Stuart McCulloch · 17 years ago
- 0e8680b FELIX 406: fix Windows path entries in Bundle-ClassPath when embedding jars by Stuart McCulloch · 17 years ago
- e7b2cb8 Fix a NPE when getEntryPaths is called on the system bundle (FELIX-394). by Karl Pauls · 17 years ago
- 9699e45 Fix typo in error message. by Carsten Ziegeler · 17 years ago
- 6e57788 FELIX-405: support custom obr repository filenames, such as foo.xml by Stuart McCulloch · 17 years ago
- fea5f96 Commit the JMX handler allowing to expose an JMX MBean to monitor & control an iPOJO instance remotely. by Clement Escoffier · 17 years ago
- dbddbbe Commit the Event Admin handler. by Clement Escoffier · 17 years ago
- c674711 FELIX-403: be consistent with other code and replace line-break with empty string by Stuart McCulloch · 17 years ago
- fd6646e FELIX-403: replace line-breaks with spaces when using Maven project description in Bundle manifest by Stuart McCulloch · 17 years ago
- 0ab6389 FELIX-402: use correct manifest location when using reactor build by Stuart McCulloch · 17 years ago
- 97f4814 Commit the patch for the FELIX-398 issue. by Clement Escoffier · 17 years ago
- 972f8f0 FELIX-400: apply Carlos' patch to fix array out of bounds exception when the resource directory is the same as the basedir by Stuart McCulloch · 17 years ago
- 4d18a85 Fixed an erroneous XML comment marker. by Richard S. Hall · 17 years ago
- f78c6b6 Applied Stuart's patch to use variable substitution via BND to define by Richard S. Hall · 17 years ago
- fa8b777 Modifies bundle resource URL handling such that if a resource URL points by Richard S. Hall · 17 years ago
- 1a862e9 FELIX-390: upgrade to BND 0.0.203, and remove redundant getPackages method by Stuart McCulloch · 17 years ago
- 1f94934 Add static and dynamic-priority binding policy. by Clement Escoffier · 17 years ago
- 455b082 Auto-property handling now installs bundles into the default bundle start by Richard S. Hall · 17 years ago
- 0e95885 Overwrite the URLStreamHandler.getHostAddress(URL) in the ExtensionManager to immediately return null to prevent DNS lookup (FELIX-388). by Karl Pauls · 17 years ago
- 339b5b6 Remove an assignation in the manipulator to avoid unexpected references. by Clement Escoffier · 17 years ago
- 23915b8 FELIX-392 Better handle unexpected issues when trying to get a activation or binding method by reflection by Felix Meschberger · 17 years ago
- f7f306c Fix NPE by returning an empty array. by Carsten Ziegeler · 17 years ago
- 0a6e85a Fix lookup on parent classes for fields and references. by Carsten Ziegeler · 17 years ago
- 02afa5f FELIX-360: recover from exceptions thrown by maven2OsgiConverter.getBundleSymbolicName by Stuart McCulloch · 17 years ago
- 00f7d69 FELIX-391: Applied a patch to fix this issue by Stefano Lenzi · 17 years ago
- de88f0c FELIX-360: apply the rest of Carlos' fixes by Stuart McCulloch · 17 years ago
- 081eb16 Updated OBR's VersionRange to match the Framework's VersionRange...duplication by Richard S. Hall · 17 years ago
- 28402bd Added support to the Main launcher to use a default embedded resource for by Richard S. Hall · 17 years ago
- 4b78273 Removed some extraneous control-M characters. by Richard S. Hall · 17 years ago
- 5cf9b71 Fix a bug if the property has no field (forget one method) by Clement Escoffier · 17 years ago
- eb49dfc Fix a bug if the property has no field. by Clement Escoffier · 17 years ago
- 7d193a3 FELIX-374 Register ManagedService on behalf of components to receive Configuration by Felix Meschberger · 17 years ago
- 444f5b1 FELIX-387 Fix support for reference service target properties by Felix Meschberger · 17 years ago
- 04f2391 Instances can now customize their requirement filters (both on primitive and composite components) by Clement Escoffier · 17 years ago
- f87f96e Update todo list by Felix Meschberger · 17 years ago
- 9b6b509 FELIX-387 Fix support for reference service target properties by Felix Meschberger · 17 years ago
- 0490262 FELIX-110 completion of the current Felix SCR implementation to take into account components <properties> elements by Felix Meschberger · 17 years ago
- 75258d2 Improved property and reference search mechanism: the fields are search starting from the inspected class and up the hierarchy. This allows to detect overwritten information and duplicate information in the same class. This fixes FELIX-386 by Carsten Ziegeler · 17 years ago
- c3fb97a FELIX-385 ReferenceMetadata.setTarget includes the interface name in the target filter by Felix Meschberger · 17 years ago
- e427122 FELIX-374 Register ManagedService on behalf of components to receive Configuration by Felix Meschberger · 17 years ago
- f72fba2 FELIX-384 Possible deadlock on framework startlevel change by Felix Meschberger · 17 years ago
- 5fb36fa Upgrade snapshot to BND 0.0.198 by Stuart McCulloch · 17 years ago
- 682e33f Resolved a concurrency issue that could result in the same bundle being by Richard S. Hall · 17 years ago
- 3820020 FELIX-382 ServletContext.getResource[AsStream] not working correctly by Felix Meschberger · 17 years ago
- 3fc3a01 Add a service.pid inside factories. by Clement Escoffier · 17 years ago
- b76cfdb FELIX-379 Registering multiple servlets may hide some by Felix Meschberger · 17 years ago
- 91325d3 Fix a bug in the Dependency Handler Description when the "instance.name" property is not set. by Clement Escoffier · 17 years ago
- 046c1b1 New annotation processor. The manipulator manages custom annotations (provided by external handlers). by Clement Escoffier · 17 years ago
- b7d551a Ensure any future OBR issues don't break the bundle life-cycle by Stuart McCulloch · 17 years ago
- 344d0bf FELIX-370: windows fixes from clement, verified as still working on linux by Stuart McCulloch · 17 years ago
- e78c3aa Switched some warnings over to debug, as they always occur when installing a bundle created using the bundle plugin and the log message is confusing (it doesn't tell the user if/why they should be concerned about this issue - in fact I can't really tell why it's a warning). Also tweaked a couple of info messages to give the user better feedback. by Stuart McCulloch · 17 years ago
- 6122320 FELIX-370: add simple install mojo to bundle plugin that calls the relevant code from the OBR plugin (this solves the dependency lookup problem). Use -DobrRepository=NONE to turn off OBR installation. For complete control over install / deploy of OBR metadata people should explicitly use the OBR plugin. by Stuart McCulloch · 17 years ago
- bfc05cf Support compilation using JDK 1.4 compiler by Stuart McCulloch · 17 years ago
- 1daee03 Change the iPOJO Plugin name to be "Maven compliant" (org.apache.felix.ipojo becomes maven-ipojo-plugin) by Clement Escoffier · 17 years ago
- b9c5e65 Change the iPOJO Plugin name to be "Maven compliant" (org.apache.felix.ipojo becomes maven-ipojo-plugin) by Clement Escoffier · 17 years ago
- bf5f1fd Change the iPOJO Plugin name to be "Maven compliant" (org.apache.felix.ipojo becomes maven-ipojo-plugin) by Clement Escoffier · 17 years ago
- ce688ee Change the iPOJO Plugin name to be "Maven compliant" (org.apache.felix.ipojo becomes maven-ipojo-plugin) by Clement Escoffier · 17 years ago
- 1bcd6c3 Change the iPOJO Plugin name to be "Maven compliant" (org.apache.felix.ipojo becomes maven-ipojo-plugin) by Clement Escoffier · 17 years ago
- fa25b9e Use released versions where possible. by Carsten Ziegeler · 17 years ago
- e024581 FELIX-360: more fixes from Carlos by Stuart McCulloch · 17 years ago
- 0979ebb Add the iPOJO Pom file containing all iPOJO modules. by Clement Escoffier · 17 years ago
- b5715b1 Externalize iPOJO modules in a separate pom file (ipojo/pom.xml) instead of listing all modules. by Clement Escoffier · 17 years ago
- a719bc0 FELIX-360: commit fixes that aren't dependent on the unreleased maven components by Stuart McCulloch · 17 years ago
- b5b86e4 Add the Controller annotations by Clement Escoffier · 17 years ago
- 6c6ae8d Commit the base of the new iPOJO version. by Clement Escoffier · 17 years ago
- 0dea217 Temporary patch to fix bamboo issue, will revert later by Stuart McCulloch · 17 years ago
- 8a5ad9c Temporarily rollback FELIX-370 changes, as this is causing major build breakage by Stuart McCulloch · 17 years ago
- 03d950f Mark OBR mojos as optional by Stuart McCulloch · 17 years ago