- 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
- 35d800e Applied a modified version of the patch from FELIX-218 to support BND by Richard S. Hall · 18 years ago
- f1d1542 [FELIX-158] Add Bundle.getBundleContext() method by Felix Meschberger · 18 years ago
- c90e316 FELIX-258 Support Configuration Admin configuration by Felix Meschberger · 18 years ago
- 430f335 Applied patch (FELIX-263) to fix a build issue with Maven 2.0.5. by Richard S. Hall · 18 years ago
- 7becaf5 To avoid potential bugs with arbitrary attributes named "version", I by Richard S. Hall · 18 years ago
- 406386d Applied patch to resolve FELIX-260 (Make parent pom extend Apache pom for Apache wide policies). by Michael E. Rodriguez · 18 years ago
- 2953ae7 Fixed some synchronization issues when accesses properties. by Richard S. Hall · 18 years ago
- e50a1f5 Applied patch (FELIX-254) to add support for property values in by Richard S. Hall · 18 years ago
- 555347f Applied patch (FELIX-252) to fix the version number. by Richard S. Hall · 18 years ago
- 0cfee79 Applied patches (FELIX-251) to add more support for reflecting on the POJOs. by Richard S. Hall · 18 years ago
- db1c254 Applied patch (FELIX-250) to add support for setting Felix configuration by Richard S. Hall · 18 years ago
- 11cce88 Applied patch (FELIX-243) to add support for service factories to SCR. by Richard S. Hall · 18 years ago
- def1c24 Applied patch (FELIX-242) to correctly initialized member fields to by Richard S. Hall · 18 years ago
- 7cc0ed9 Enabled log4j in Felix Commons' parent POM to resolve FELIX-230 (Create an OSGi bundle for log4j). Module now builds thanks to resolved FELIX-256 (Bundle-Version error). by Michael E. Rodriguez · 18 years ago
- c64bd16 Fixed a bug raised by FELIX-256 where maven version numbers were not by Richard S. Hall · 18 years ago
- 571e10a server is again on line by Francesco Furfari · 18 years ago
- 36f6304 Added log4j to Felix Commons as part of FELIX-230 (Create an OSGi bundle for log4j). Module is commented-out in parent POM until Bundle-Version error is resolved. by Michael E. Rodriguez · 18 years ago
- 057e983 Added jmxtools to Felix Commons as part of FELIX-237 (Create an OSGi bundle for jmxtools). Module is commented-out in parent POM because the wrapped dependency is not available in the maven2 repository. by Michael E. Rodriguez · 18 years ago
- 76c36a9 Added jms to Felix Commons as part of FELIX-236 (Create an OSGi bundle for jms). Module is commented-out in parent POM because the wrapped dependency is not available in the maven2 repository. by Michael E. Rodriguez · 18 years ago
- fae49f3 Added jta to Felix Commons as part of FELIX-226 (jta wrapping). Module is commented-out in parent POM because the wrapped dependency is not available in the maven2 repository. by Michael E. Rodriguez · 18 years ago
- 05ed867 Added hsqldb to Felix Commons as part of FELIX-245 (hsqldb wrapped as OSGi bundle). Module is commented-out in parent POM until Bundle-Version error is resolved. by Michael E. Rodriguez · 18 years ago
- 483d4aa Added servlet-api to Felix Commons to resolve FELIX-233 (Create an OSGi bundle for servlet-api). by Michael E. Rodriguez · 18 years ago
- 69df15c Added hibernate to Felix Commons to resolve FELIX-225 (hibernate3 wrapping). by Michael E. Rodriguez · 18 years ago
- 0a0c657 Added xml-resolver to Felix Commons to resolve FELIX-235 (Create an OSGi bundle for xml-resolver). by Michael E. Rodriguez · 18 years ago
- 8c71b91 Added xercesImpl to Felix Commons to resolve FELIX-234 (Create an OSGi bundle for xercesImpl). by Michael E. Rodriguez · 18 years ago
- ecfe645 Added mail to Felix Commons to resolve FELIX-232 (Create an OSGi bundle for mail). by Michael E. Rodriguez · 18 years ago
- c83d9e2 Added logkit to Felix Commons to resolve FELIX-231 (Create an OSGi bundle for logkit). by Michael E. Rodriguez · 18 years ago
- 74695d8 Added jstl to Felix Commons to resolve FELIX-239 (jstl wrapping as OSGI bundle). by Michael E. Rodriguez · 18 years ago
- 0ecddde Added dom4j to Felix Commons to resolve FELIX-223 (dom4j wrapping). by Michael E. Rodriguez · 18 years ago
- 73cc1b3 Added commons-logging to Felix Commons to resolve FELIX-204 (commons-logging wrapping). by Michael E. Rodriguez · 18 years ago
- 9729ed0 Added commons-jxpath to Felix Commons to resolve FELIX-246 (Create an OSGi bundle for commons-jxpath). by Michael E. Rodriguez · 18 years ago
- a25834d Added commons-attributes-compiler to Felix Commons to resolve FELIX-241 (commons-attributes-compiler wrapping as OSGi bundle). by Michael E. Rodriguez · 18 years ago
- 660ea2c Added commons-attributes-api to Felix Commons to resolve FELIX-240 (commons-attributes-api wrapping as OSGi bundle). by Michael E. Rodriguez · 18 years ago
- 1cde9fd Added avalon-framework to Felix Commons to resolve FELIX-229 (Create an OSGi bundle for avalon-framework). by Michael E. Rodriguez · 18 years ago
- f401dd3 Added aopalliance to Felix Commons to resolve FELIX-238 (aopalliance wrapping as OSGi bundle). by Michael E. Rodriguez · 18 years ago
- bf81f82 Added activation to Felix Commons to resolve FELIX-228 (Create an OSGi bundle for activation). by Michael E. Rodriguez · 18 years ago
- 25b1b83 Added ehcache to Felix Commons to resolve FELIX-224 (ehcache wrapping). by Michael E. Rodriguez · 18 years ago
- 20dfdb3 Updated existing wrapper POMs with ASL headers and new naming and versioning conventions. by Michael E. Rodriguez · 18 years ago
- 2e060cf Bumping up bnd to 116, to support Include-Resources from jar files in the class path, not just jar files in the project directory. by Michael E. Rodriguez · 18 years ago
- 2f3e830 UPnP modules temporarily disabled by Francesco Furfari · 18 years ago
- 16ccf04 Fixed two issues with Requirement when converting attributes to an LDAP by Richard S. Hall · 18 years ago
- 0b52de9 Removed commented out code. by Marcel Offermans · 18 years ago
- 6d2ee1a Applied patch (FELIX-222) to allow properties to be reconfigured and by Richard S. Hall · 18 years ago
- 3869bf1 Removed extraneous white space. by Richard S. Hall · 18 years ago
- 82c5582 Added a shutdown button to the bundle list plugin. (FELIX-249) by Richard S. Hall · 18 years ago
- 78ed6d5 Applied some changes suggested by Felix Meschberger to fix a bug that by Richard S. Hall · 18 years ago
- 3ec1284 Modified require-bundle dependency resolution/wiring to obey ordering by Richard S. Hall · 18 years ago
- 6e5ad4a Applied patch (FELIX-244) to allow external handlers to participate in by Richard S. Hall · 18 years ago
- 9efee5a Applied patch (FELIX-221) to improve handling of paths with spaces in by Richard S. Hall · 18 years ago
- bd52d95 Added support for "private" and "reexport" require-bundle dependencies. by Richard S. Hall · 18 years ago
- 04f0530 Applied patch (FELIX-220) to allow callbacks to be private/protected and by Richard S. Hall · 18 years ago
- 9d428f7 The changed made to the consistency/constraint checking portion of the by Richard S. Hall · 18 years ago
- 3683d4c OSGi R4.1 adds a new Bundle.getBundleContext() method, which I needed by Richard S. Hall · 18 years ago
- 0d76235 Updates to Felix Commons subproject: by Michael E. Rodriguez · 18 years ago
- 9d6aa60 Adding antlr, commons-collections, and jzlib to Felix Commons: by Michael E. Rodriguez · 18 years ago