- 9032de9 Modified class filtering in the service registry to be less strict, since it by Richard S. Hall · 17 years ago
- 7abcdec Another fix for the experimental "implicit wire" concept to make sure that by Richard S. Hall · 17 years ago
- 771843f Modified the module implementation to keep track of modules that are by Richard S. Hall · 17 years ago
- de5030b Modified refresh command to accept bundle IDs. by Richard S. Hall · 17 years ago
- 19c5fba Fixed a couple of issues in the new experimental "implicit wire" concept. by Richard S. Hall · 17 years ago
- 420d278 Applied patch (FELIX-305) to allow the output folder to be configured. by Richard S. Hall · 17 years ago
- 68d2fb6 Dynamic imports were not being resolved 100% correctly; they didn't cycle by Richard S. Hall · 17 years ago
- 17b8e3d Applied patch (FELIX-304) to factor out some common functionality. by Richard S. Hall · 17 years ago
- 4c5c76d Added experimental "implicit import" concept that allows exporters to push by Richard S. Hall · 17 years ago
- 33aaf52 Found a new corner case in our check for determining when to delegate to the by Richard S. Hall · 17 years ago
- e89a587 Added package indexing to the resolver to improve performance; this change by Richard S. Hall · 17 years ago
- 89a8a6b FELIX-50 Rearranged the handling of dependency changes, resulting service state changes and the resulting (de)activation of the service. by Marcel Offermans · 17 years ago
- b3b3fea Fixed a concurrency issue. by Marcel Offermans · 17 years ago
- 56db6d3 FELIX-50 Added support for configuration dependencies. Read the JavaDoc of ConfigurationDependency for more info. by Marcel Offermans · 17 years ago
- e2ca833 FELIX-301 Factory Configurations not unbound on bundle uninstall by Felix Meschberger · 17 years ago
- 8a3f400 Modified bundle URL resource handling to remove the bundle class path index by Richard S. Hall · 17 years ago
- a215ac9 Removed unneeded method. by Richard S. Hall · 17 years ago
- 3355486 Applied patch (FELIX-292) to fix some issues with the installer. by Richard S. Hall · 17 years ago
- 37a0760 Fixed a typo in the config file. by Richard S. Hall · 17 years ago
- d2d8f9a Split the Felix.shutdownInternal() method in two to fix some issues Felix by Richard S. Hall · 17 years ago
- fe87d66 Tried to improve Felix' shutdown sequence, which was confusing and perhaps by Richard S. Hall · 17 years ago
- 9cb48fc Converted DM to use the bundle plugin and added symbolic name (FELIX-272). by Richard S. Hall · 17 years ago
- a721c96 Applied patch (FELIX-300) to change iPOJO to use ASM 3. by Richard S. Hall · 17 years ago
- b6aaa90 Updated BND version. by Richard S. Hall · 17 years ago
- 2144465 Improved synchronization handling around defining classes since it appears by Richard S. Hall · 17 years ago
- 487c44d Modified the framework and main JARs to include the Service Tracker package. by Richard S. Hall · 17 years ago
- d9ff045 Tweaked the Parser.compare() method to try to squeeze out a little better by Richard S. Hall · 17 years ago
- 797bc98 Renamed the artifactId of the bundle plugin back to maven-bundle-plugin. by Richard S. Hall · 17 years ago
- a2459e4 Added .checkstyle to svn:ignore. by Richard S. Hall · 17 years ago
- 78c340e Applied patch (FELIX-292) to modify the iPOJO Callback class to return the by Richard S. Hall · 17 years ago
- 952f7c9 Applied patch (FELIX-261) to fix resource clashes between BND and Maven. by Richard S. Hall · 17 years ago
- 376e83e Refactored the iPOJO-related subproject to reside in the same trunk directory. by Richard S. Hall · 17 years ago
- d9efffe Applied patch (FELIX-291) to cache component metadata during packaging. by Richard S. Hall · 17 years ago
- 1e865a5 Delete unneeded dirs by Karl Pauls · 17 years ago
- 01a56ce Refactored the package naming for bundleplugin. by Richard S. Hall · 17 years ago
- 48b1427 Continued to svn repo refactoring, specifically moved and renamed the by Richard S. Hall · 17 years ago
- c59b31d Add the refactored eventadmin projects to the parent pom. by Karl Pauls · 17 years ago
- dee3091 Edited svn:ignore for event admin impl. by Richard S. Hall · 17 years ago
- 09b0e2a Refactor eventadmin project layouts. by Karl Pauls · 17 years ago
- 9de132a Modified how we detect when a class load is instigated by class path classes by Richard S. Hall · 17 years ago
- 39c25d5 Applied patch (FELIX-285) to improve OBR dependency resolution by searching by Richard S. Hall · 17 years ago
- 32f35ac Hard-coded the Felix version until we fix FELIX-261. by Richard S. Hall · 17 years ago
- bb0adf6 This shell script probably isn't necessary anymore, but since it is still by Richard S. Hall · 17 years ago
- 0b8ba0f Applied patch (FELIX-289) to add support for having "glue code" components by Richard S. Hall · 17 years ago
- bec8dc4 Applying patch (FELIX-290) to fix a concurrent modification exception by Richard S. Hall · 17 years ago
- 46e7a85 Applied patch (FELIX-261) to improve plugins default handling of maven by Richard S. Hall · 17 years ago
- 364d3ed Applied patch (FELIX-281) to improve handling of nulls for the hashtable. by Richard S. Hall · 17 years ago
- ea2e9e0 Applied patch (FELIX-283) to not regenerate the bundle manifest if the JAR by Richard S. Hall · 17 years ago
- c354c41 Updated to the latest version of BND. by Richard S. Hall · 17 years ago
- 783d3e7 Updated to latest version of BND. by Richard S. Hall · 17 years ago
- 238a2ad Update the todo list according to the current state by Felix Meschberger · 17 years ago
- d468b35 FELIX-279 - Concurrency Issues when enabling components by Felix Meschberger · 17 years ago
- 55aee8e FELIX-277 Improve SCR packaging to make it simpler to deploy and use by Felix Meschberger · 17 years ago
- 84957a5 Update the http.jetty bundle to the new plugin, make it compile/run against javax.servlet version 2.1, and hook it up to the parent pom. by Karl Pauls · 17 years ago
- aa4f69d FELIX-159 --------- Migrating from NEW_CONNECTION to NEW_NODE_READY by Stephane Frenot · 18 years ago
- 69e076c Incorrect property...probably not necessary at all, but we can keep it for now. by Richard S. Hall · 18 years ago
- 0e096d9 Main's pom file was sucking in the OBR service packages, so I modified it by Richard S. Hall · 18 years ago
- 48e3748 Clean-up the extension bundle functionality. This removes a previously introduced hack to get access to the cached bundle jar in order to add it the system classloader. Now, the Bundle.getEntry() method is used to get the root of an extension bundle. by Karl Pauls · 18 years ago
- 4c106c7 BigInteger is present in foundation while BigDecimal might not be -- this changes the parser to take this into account. by Karl Pauls · 18 years ago
- 90e68da Removed incubator disclaimer from all NOTICE files. by Richard S. Hall · 18 years ago
- 140cbe9 Applied patch to add packaging profiles for example bundles. by Richard S. Hall · 18 years ago
- dc858e1 move felix to tlp by Joe Schaefer · 18 years ago
- 40223f1 Applied patch (FELIX-278) to provide support for unnamed component instances. by Richard S. Hall · 18 years ago
- d292db6 Modified 'ps' so that it displays reasonable defaults if headers are missing. by Richard S. Hall · 18 years ago
- 253906d Updated the bundle plugin to use the latest BND. by Richard S. Hall · 18 years ago
- d8ee389 Updated JavaDoc documentation, because it was out of sync with the code (which is a nice way of saying it was plain wrong). by Marcel Offermans · 18 years ago
- 947440a Updated the pom file for the SCR example. by Richard S. Hall · 18 years ago
- 092d2d3 Fix a bug introduced in previous patch (FELIX-269) that was incorrectly by Richard S. Hall · 18 years ago
- 061dffd Applied patch (FELIX-276) to lock down plugin versions. by Richard S. Hall · 18 years ago
- 3c0051d Applied patch (FELIX-269) to avoid running the plugin on pom projects. by Richard S. Hall · 18 years ago
- 3e0fda3 Applied patch (FELIX-275) to update some dependencies. by Richard S. Hall · 18 years ago
- 422286a Slight bug in my last commit to fix Bundle.findEntries()... by Richard S. Hall · 18 years ago
- f46cdef Updated the Bundle.findEntries() implementation to return URLs to by Richard S. Hall · 18 years ago
- ff3b257 TEST by Stephane Frenot · 18 years ago
- 344dcff FELIX-159 by Stephane Frenot · 18 years ago
- 7ed7f17 FELIX-274 commons-email 1.0 wrapping by Felix Meschberger · 18 years ago
- f2be773 Applied patch (FELIX-227) to enable callbacks for properties and service by Richard S. Hall · 18 years ago
- 22cb763 Applied patch (FELIX-273) to correctly dispose created component by Richard S. Hall · 18 years ago
- f58d361 FELIX-271 Factory Configuration may get corrupted by Felix Meschberger · 18 years ago
- 92885b1 Mixed part of patch (FELIX-270)...I needed to do an "svn add". by Richard S. Hall · 18 years ago
- 8c011c6 Applied patch (FELIX-270) to add the composite component "provider" by Richard S. Hall · 18 years ago
- cb91912 Modified code for locating the system.properties file to match how by Richard S. Hall · 18 years ago
- 8054f54 Fixed a long undiscovered issue in the launcher where it was not by Richard S. Hall · 18 years ago
- 295f6dc Added declaration of packages: by Stefano Lenzi · 18 years ago
- fdb360f Rename the artifact to match the directory name by Felix Meschberger · 18 years ago
- 7b769dc Replace ISO-88591-1 character by proper Java Unicode Escape to prevent compilation issues on non-ISO-8859-1 platforms by Felix Meschberger · 18 years ago
- e7daaff Add configadmin and metatype modules to the packaging-bundle profile by Felix Meschberger · 18 years ago
- cb7c1e7 FELIX-20 Implement Metatype Service (Initial Checkin) by Felix Meschberger · 18 years ago
- 642b48e Fix wrong license headers by Felix Meschberger · 18 years ago
- add2b4a FELIX-11 Implement Configuration Admin (Initial Checkin) by Felix Meschberger · 18 years ago
- 5b521ff Applied a refactored patch of FELIX-218 since the original patch was by Richard S. Hall · 18 years ago
- 6cf6f0b Applied patch (FELIX-199) to add a recursive goal to generate OSGi by Richard S. Hall · 18 years ago
- b4a8628 Modified method invocation that was changed as a result of patch FELIX-266. by Richard S. Hall · 18 years ago
- f46b9e8 Applied patch (FELIX-266) to add support to iPOJO for composite services. by Richard S. Hall · 18 years ago
- ebe2099 Applied patch (FELIX-268) to move SCR from osgi-bundle to bundle by Richard S. Hall · 18 years ago
- 1eaa365 I was taking an old bundle version by Stephane Frenot · 18 years ago
- a76c196 FELIX-264 Update pom to use new bundle plugin (add plugin version) by Felix Meschberger · 18 years ago
- 8f1542f FELIX-258 Update pom to use new bundle plugin by Felix Meschberger · 18 years ago
- e33af56 Renamed dependencymanager directory to use its short name. by Richard S. Hall · 18 years ago
- 2730552 Modified the pom file for main to not include the config.properties file. by Richard S. Hall · 18 years ago