- c6c4e7e Added symbolic name and bundle version attributes to the exports of by Richard S. Hall · 18 years ago
- bf6bc8a Fixed a bug in the code to check for duplicate symbolic names and versions. by Richard S. Hall · 18 years ago
- 8bebf41 Added some validity checks for installing R4 bundles (e.g., must specify by Richard S. Hall · 18 years ago
- e6d963b PackageAdmin.getExportedPackages() should return null if nothing is found. by Richard S. Hall · 18 years ago
- 1bdc372 Modified PackageAdmin.getExportedPackage() to return the highest version by Richard S. Hall · 18 years ago
- 187b87a The bundle context was implemented such that it was invalid when a bundle by Richard S. Hall · 18 years ago
- ad24d9f Reorganized/improved R3 manifest header conversion to R4 metadata. Fixed by Richard S. Hall · 18 years ago
- 06e8c0e Moved a method. by Richard S. Hall · 18 years ago
- c87d41a Implemented getBundle() and getBundles() for R4 PackageAdmin (FELIX-35). by Richard S. Hall · 18 years ago
- 819aff9 Simple comment fix. by Richard S. Hall · 18 years ago
- f63d9b5 Added some trims while parsing to avoid number format parsing errors. by Richard S. Hall · 18 years ago
- 6f5348b Added a default template for the overall site (but this still needs work). by Marcel Offermans · 18 years ago
- 2761595 Added iPOJO to the top-level pom file. by Richard S. Hall · 18 years ago
- a644346 Fixed a bug in exported package handling that was not searching uninstalled by Richard S. Hall · 18 years ago
- d98e08a Added a private getContext() method so that it is possible to run by Richard S. Hall · 18 years ago
- 514bc66 Fixed the pom file bug reported by Clement (FELIX-88). by Richard S. Hall · 18 years ago
- 44c6faf Implement mappings from ConfigurationEvents, UserAdminEvents, and WireAdminEvents (FELIX-86) by Karl Pauls · 18 years ago
- f563b9e Implement mappings from WireAdminEvents (FELIX-86) by Karl Pauls · 18 years ago
- 52b15d6 Implement mappings from UserAdminEvents (FELIX-86) by Karl Pauls · 18 years ago
- 653a446 Implement mappings from ConfigurationEvents (FELIX-86) by Karl Pauls · 18 years ago
- b238fed Fix property key mismatch (FELIX-68) by Karl Pauls · 18 years ago
- 2f43ff8 Changed Bundle-Version of UPnP base driver, now it match the value by Stefano Lenzi · 18 years ago
- 56c6883 Modified framework to nest a class not found exception into the bundle by Richard S. Hall · 18 years ago
- d6f86a0 Implemented ServiceEvent.MODIFIED for tracking UPnPEventListeners in the UPnP examples (Felix-68) by Francesco Furfari · 18 years ago
- 0523bb6 Incorporate the EVENT_FILTERs of the EventHandlers in the UPNP_FILTER of the UPnPEventListener (Felix-68) by Karl Pauls · 18 years ago
- be279fc Modified author tags. Renamed one class. by Richard S. Hall · 18 years ago
- 749e459 Modified author tags in the files to mention the Felix team. Changed by Richard S. Hall · 18 years ago
- 14c7679 Modified plugin to only add bundle version if it is not already set. by Richard S. Hall · 18 years ago
- 8e912cf See Again on the UPnP and Event Admin service on the list and (FELIX-68) by Karl Pauls · 18 years ago
- 4942412 Moved <ignorePackage> inside of <configuration>. by Richard S. Hall · 18 years ago
- 6c79cbe Moved <ignorePackage> inside <configuration> tag. by Richard S. Hall · 18 years ago
- 76032e6 Modified <ignorePackage> tag occur inside the <configuration> tag instead by Richard S. Hall · 18 years ago
- 6f70dcb Added a patch by Hal Hildebrand to support embedded JAR file inlining by Richard S. Hall · 18 years ago
- 9a2b265 FELIX-82 Callback algorithm now also searches through superclasses. by Marcel Offermans · 18 years ago
- 6955bcf Removed out-dated comment. by Richard S. Hall · 18 years ago
- 3331ad7 Added a patch to aggressively remove modules from module factory during by Richard S. Hall · 18 years ago
- 391fd8f Applied patch submitted by Clement Escoffier. (FELIX-81) by Richard S. Hall · 18 years ago
- 16ec493 Improved a comment. by Richard S. Hall · 18 years ago
- dc877d3 Improved a comment. by Richard S. Hall · 18 years ago
- 94281fb Synchronized the installer config.properties file with the main by Richard S. Hall · 18 years ago
- 2be6767 Simplified the wiring debug log message since it was redundant. by Richard S. Hall · 18 years ago
- 126a639 Added missing copyright/license headers. by Richard S. Hall · 18 years ago
- 7fa1415 Initial commit of iPOJO source, which was accepted as a subproject by Richard S. Hall · 18 years ago
- b7844fc Added complete export package definitions for JRE 1.3, 1.4, and 1.5 by Richard S. Hall · 18 years ago
- ac6bc74 Modified config.properties file substitution to allow for nested property by Richard S. Hall · 18 years ago
- 0f7a6b8 Modified pom to ignore some import packages that are not actually used. by Richard S. Hall · 18 years ago
- cf17282 Fixed a bug that could cause an infinite loop if you used ';' to separate by Richard S. Hall · 18 years ago
- 9beb33e Modified the Maven OSGi plugin to require: by Richard S. Hall · 18 years ago
- f9aba13 Fixed InvalidSyntaxException raised with Null filter by the importer/core/MyCtrlPoint.java by Francesco Furfari · 18 years ago
- d7db246 Fix headers to include ASF copyright/license by Karl Pauls · 18 years ago
- 1615e55 Removed dependency on JDK 1.4 StringBuffer.indexOf() method. by Richard S. Hall · 18 years ago
- 4996f40 Modified bundle repository to not catch exceptions that occur when adding by Richard S. Hall · 18 years ago
- 58c0121 Added another simple patch from Niclas Hedhman. by Richard S. Hall · 18 years ago
- e989719 Updated copyright year, since these files were created in 2006. by Richard S. Hall · 18 years ago
- 1322976 Removed author tag. by Richard S. Hall · 18 years ago
- c69989f Modified POM file to use the new feature to be able to ignore certain packages. by Richard S. Hall · 18 years ago
- c763a84 Incorporated changes from Niclas Hedhman as well as fixed a bug that was by Richard S. Hall · 18 years ago
- f752d3c Included a specific Import-Package header entry since the generated entry by Richard S. Hall · 18 years ago
- e955a52 Modified the plugin to only issue warnings when it finds missing imports by Richard S. Hall · 18 years ago
- 54cf112 Implemented a new shell command for explicitly resolving bundles. by Richard S. Hall · 18 years ago
- 1a4ab60 Implemented the new PackageAdmin.resolveBundles() method (FELIX-35). by Richard S. Hall · 18 years ago
- 590f805 Modified the pom files to remove the bundle activator and the import package by Richard S. Hall · 18 years ago
- 93b43b1 Updating the maven OSGi plugin to incorporate Peter Kriens' modifications by Richard S. Hall · 18 years ago
- 552f5b8 Add the EventAdmin UPnP Bridge to the POM (FELIX-68) by Karl Pauls · 18 years ago
- 480bb4d Wrap upnp events in an immutable object (FELIX-68) by Karl Pauls · 18 years ago
- 13f116c Handle BundleActivator.stop in event handling thread gracefully. by Karl Pauls · 18 years ago
- 5e5fe0a Some simple property changes. by Richard S. Hall · 18 years ago
- 01e802a Modified the bundle archive implementation to reconstruct old bundle by Richard S. Hall · 18 years ago
- 9851f2a new valid filename for Manifest.mf by Francesco Furfari · 19 years ago
- d1db70c Bad filename for non Windows systems by Francesco Furfari · 19 years ago
- 6ceb987 Modified the packages to match their source tree location, i.e., by Richard S. Hall · 19 years ago
- 12fab7e Initial implementation of a bundle mapping UPnP Events to the Event Admin (FELIX-68) by Karl Pauls · 19 years ago
- d39882e The declarativeservices directory wasn't deleted in the last commit, sorry. by Humberto Cervantes Maceda · 19 years ago
- 5d45b4b Renamed package org.apache.felix.declarativeservices.scr into org.apache.felix.scr.parser by Humberto Cervantes Maceda · 19 years ago
- 33cb438 The trivial work is done :). We should only verify that all the exception related to code error 401-403-404-501 are generated by the lower layer by Francesco Furfari · 19 years ago
- 4e09c8b BundleContext throws an IllegalStateException if invalid (FELIX-66) by Karl Pauls · 19 years ago
- 9969134 Removed references to Domoware and changed images to report Felix/Apache logo by Francesco Furfari · 19 years ago
- d1072b5 added Clock and BinaryLight UPnP examples by Francesco Furfari · 19 years ago
- c4785ce Unregister the service manually on stop plus prevent timed-out dispatch threads to call the bundle context after we are stopped by Karl Pauls · 19 years ago
- 5761bf2 fixed bad license header by Francesco Furfari · 19 years ago
- c8f7960 Call BundleContext.ungetService() when done with an event handler. Furthermore, the bundle now blocks in BundleActivator.stop() until all pending events are delivered. by Karl Pauls · 19 years ago
- 9176193 Moving the EventAdmin from sandbox to trunk (FELIX-19) by Karl Pauls · 19 years ago
- 58cadd4 Added SCR's Service-Component to Felix M2 Plugin manifest support. by Michael E. Rodriguez · 19 years ago
- 7a74324 The repository impl now ignores extra metadata in the XML file. Also fixed by Richard S. Hall · 19 years ago
- 21ac64c Updated the metadata XML parser. by Richard S. Hall · 19 years ago
- a9ba616 Updated the dependencies in the pom file to point to the new groupId for by Richard S. Hall · 19 years ago
- a3664ba Initial upload by Humberto Cervantes Maceda · 19 years ago
- 4cfdabe In order to eliminate redundant code and the potential cut-and-paste errors by Richard S. Hall · 19 years ago
- 1179c86 These files were accidentally committed, so I removed them. by Richard S. Hall · 19 years ago
- a05182a Changed servlet API dependency to version 2.3 instead of 2.4. by Richard S. Hall · 19 years ago
- 50008fd Found another issue in boot delegation when it comes to classes/resources by Richard S. Hall · 19 years ago
- d8dfb8c Added HTTP Service. by Richard S. Hall · 19 years ago
- fe8e560 Initial attempt at moving over Oscar's Jetty-based HTTP Service implementation by Richard S. Hall · 19 years ago
- 802d3be Fixed a boot delegation bug with resource loading that was previously fixed by Richard S. Hall · 19 years ago
- 3b98a3e Fixed various Bundles that do not import org.osgi.framework and subsequently can not be started. by Karl Pauls · 19 years ago
- abe4b12 Modified configuration property name to make it consistent with the others. by Richard S. Hall · 19 years ago
- 77ff0ea Added class load error diagnostic checking with improved error messages. by Richard S. Hall · 19 years ago
- 8fcfc74 Fixed a small bug in the boot delegation logic that caused delegation to by Richard S. Hall · 19 years ago
- e63e13c Moved the System Bundle's hard coded export package declarations to the by Richard S. Hall · 19 years ago
- e975d4d Implemented boot delegation property (FELIX-25) and modified the default by Richard S. Hall · 19 years ago