- 3d69979 Prepare 1.4.0 release by Karl Pauls · 16 years ago
- c4c541d Prepare 1.4.0 release by Karl Pauls · 16 years ago
- 2a9beef [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
- cd5257e [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.2.1 by Karl Pauls · 16 years ago
- 7cfbed3 Prepare 1.2.1 release by Karl Pauls · 16 years ago
- 61ac34b Make overriding the built-in url handlers the default and only way. My last commit did remove the performance problems and it looks like this will become spec so we might as well already implement it (FELIX-756). by Karl Pauls · 16 years ago
- 6afaa7b * Fix issue Felix-803: by Clement Escoffier · 16 years ago
- 6c906db Fix a small issue where relative urls would not be resolved when override is enabled. Furthermore, improve the performance of the stream handler proxy a bit. by Karl Pauls · 16 years ago
- 2cd1798 Applied patch (FELIX-799) to implement ServiceReference.compareTo() method. by Richard S. Hall · 16 years ago
- e291ee5 CSS Updates to event console. by Carsten Ziegeler · 16 years ago
- b76d9db FELIX-802 Fix display of JVM information - only extract from system properties by Felix Meschberger · 16 years ago
- 1c0c784 Minor changes to comments. (FELIX-753) by Richard S. Hall · 16 years ago
- 58740f1 Improved some comments and other minor edits. (FELIX-753) by Richard S. Hall · 16 years ago
- 3bd1ca7 Switch URLHandlers to the old behavior of not overriding built-in handlers by default. Overriding can be enabled using a felix.service.urlhandlers.override=true system property. Furthermore, fix a bug that made URLHandlersBundleStreamHandler.openConnection(URL) fail when extending Felix. (FELIX-756, FELIX-800) by Karl Pauls · 16 years ago
- 36d6796 Fix issue Felix-801 by Clement Escoffier · 16 years ago
- 180ba92 Decreases the log level of some messages (WARNING => INFO, INFO => DEBUG) reducing the number of useless traces. by Clement Escoffier · 16 years ago
- 578aa96 Fixed a possible NPE. by Richard S. Hall · 16 years ago
- 43a1308 Make some members in the ldap operators final to hopefully fix toString() visibility issues. (FELIX-765) by Karl Pauls · 16 years ago
- 4ee838a Remove System.out debug message. by Karl Pauls · 16 years ago
- 15cf8c6 In certain cases it might be desirable to override built-in URLStreamHandlers with services provided by bundles. We will first see whether there is a service for the protocol and if so use that one else, we try to lookup a built-in one as we do now. This includes the possibility to add locations to the default locations. What changes is that we first look at the services. (FELIX-756) by Karl Pauls · 16 years ago
- 431f0b2 Fixed spec compliance issues around getting a service reference from an by Richard S. Hall · 16 years ago
- 647595b Fix issue Felix-797. by Clement Escoffier · 16 years ago
- ac80a6e Export the helper package of junit4osgi. by Clement Escoffier · 16 years ago
- 96aff26 Fix issue Felix-796. by Clement Escoffier · 16 years ago
- 131630d Fix issue Felix-795. by Clement Escoffier · 16 years ago
- 0f77a57 FELIX-790 - Start support for condensed event reporting. by Carsten Ziegeler · 16 years ago
- 94ccb53 FELIX-790 - Clean up code a little bit. by Carsten Ziegeler · 16 years ago
- 2f4f040 FELIX-790 - Updating license informatio for jquery. by Carsten Ziegeler · 16 years ago
- 7876ef9 FELIX-790 - Improve event list and start column sorting. by Carsten Ziegeler · 16 years ago
- bf43e66 Fixed potential NPE when comparing resources. (FELIX-789) by Richard S. Hall · 16 years ago
- 5b2f204 Removed the default repository URL from OBR, so now it must be configured by Richard S. Hall · 16 years ago
- 11a35f1 Print message if there are no matching bundles. (FELIX-785) by Richard S. Hall · 16 years ago
- aae612a Fix the Felix-794 issue by Clement Escoffier · 16 years ago
- b417a85 Add tests on the invocation of super contructors with the bundle context in parameter. by Clement Escoffier · 16 years ago
- 3ba52de FELIX-793 get PackageAdmin before installing/update bundles and only by Felix Meschberger · 16 years ago
- fd17578 FELIX-790 -Add button to clear the list by Carsten Ziegeler · 16 years ago
- d4c4661 Remove unused function. by Carsten Ziegeler · 16 years ago
- 91b8b04 FELIX-790 - Display received date. by Carsten Ziegeler · 16 years ago
- 46fb24e FELIX-790 - Display events in reverse order. by Carsten Ziegeler · 16 years ago
- 204d15c Fix issue Felix-788 Allows passing the bundle context to a super constructor. by Clement Escoffier · 16 years ago
- 0052cd8 FELIX-790 - Synchronize event list by Carsten Ziegeler · 16 years ago
- 6749935 Use correct bundle header by Felix Meschberger · 16 years ago
- 87a8a21 Fix a display issue where data should be displayed in red but instead html code by Felix Meschberger · 16 years ago
- 7ba2bfe FELIX-790 - Use separate columns for property key and value by Carsten Ziegeler · 16 years ago
- e5788b6 Modified the OBR shell command to hide multiple versions of available by Richard S. Hall · 16 years ago
- d524ac9 FELIX-790 - Add initial support to display OSGi events. by Carsten Ziegeler · 16 years ago
- 001d6d2 Change the name of the SystemBundle interface to be Framework as a result by Richard S. Hall · 16 years ago
- a951408 Fix issue Felix-787. by Clement Escoffier · 16 years ago
- b5b04b9 Remove dependencies on Java 5. The junit4osgi framework is now compatible with J2ME Foundation Profile 1.1 by Clement Escoffier · 16 years ago
- db12afb Modification of the NOTICE file: by Clement Escoffier · 16 years ago
- c0a68ae FELIX-707: commit modified version of Alin's patch by Stuart McCulloch · 16 years ago
- 7225a21 Don't try to install extension bundles as fragments because they are different. Furthermore, fail to install extension bundles if they have incomplete metadata (FELIX-770). by Karl Pauls · 16 years ago
- 8ba9316 make both, the addToStreamCache and the addToContentCache methods synchronized. Then the sychronized block in both, the createUrlStreamHandler and createContentHandler methods can be narrowed down to protect the first line (FELIX-748). by Karl Pauls · 16 years ago
- 7b68e99 FELIX-769 Service property now set with actual HTTP and HTTPS ports used. Default service property names are same as OSGi config properties for these values: by Rob Walker · 16 years ago
- 06487bd Some simple changes to framework. by Richard S. Hall · 16 years ago
- 69c0d3e Give bundles all permission if no security extension is installed (as per spec). by Karl Pauls · 16 years ago
- 028b10f We no longer need to list the system package values in the config.properties by Richard S. Hall · 16 years ago
- 8155b23 Modified framework to have default values for the system packages property, by Richard S. Hall · 16 years ago
- 0be454f Minor modifications to improve main and align it wit the new API. (FELIX-753) by Richard S. Hall · 16 years ago
- c0e2e61 Update felix to work with the latest version of the android sdk (1.0.0.-rc1). by Karl Pauls · 16 years ago
- 93e0514 Fixed the <exclusion> to be inside of <exclusions>. by Richard S. Hall · 16 years ago
- b0c09df Modified the framework's dependency on compendium to exclude the servlet by Richard S. Hall · 16 years ago
- 5142162 FELIX-781 Oops Thread.getId() is Java 5 API, not to be used here by Felix Meschberger · 16 years ago
- 095156f FELIX-781 Add basic thread information to configuration status page by Felix Meschberger · 16 years ago
- a6bc96a FELIX-757 : Rename "Available" to "Total", code clean up by Carsten Ziegeler · 16 years ago
- 0f40374 FELIX-780 fix indexing issue in Compononent printer (Thanks Arjun for reporting) by Felix Meschberger · 16 years ago
- 1032b7c Implemented remaining PackageAdmin methods from R4. (FELIX-35) by Richard S. Hall · 16 years ago
- ca964d7 Modified resolver to correctly mark fragment modules as resolved. (FELIX-777) by Richard S. Hall · 16 years ago
- 1e33c07 Minor code changes. by Richard S. Hall · 16 years ago
- d0fd653 Add missing import statement. (FELIX-776) by Richard S. Hall · 16 years ago
- 20310c4 Modified the resolver to longer consider uninstalled fragments and hosts by Richard S. Hall · 16 years ago
- 26bc9db Modified the resolver to sort candidates when resolving require-bundle by Richard S. Hall · 16 years ago
- 7dfd532 FELIX-757 : Add bundle status message by Carsten Ziegeler · 16 years ago
- 5f193ed FELIX-774 : Add a hidden input field for checkboxes to handle the unchecked case. by Carsten Ziegeler · 16 years ago
- 501de52 Removed a Java 5 method to restore 1.4 compatibility by Marcel Offermans · 16 years ago
- f6a9342 FELIX-407 - small change to include debug output of lastModified timestamps to assist in debugging cache handling for resources by Rob Walker · 16 years ago
- a9aa21d Modified ExportedPackage.getImportingBundles() to include bundles by Richard S. Hall · 16 years ago
- 818e692 Prepares for next development iteration (1.1.0-SNAPSHOT) by Clement Escoffier · 16 years ago
- 6e6565d Re-add the licence header in the pom file by Clement Escoffier · 16 years ago
- 6dc5996 [maven-release-plugin] prepare release org.apache.felix.ipojo.handler.whiteboard-1.0.0 by Clement Escoffier · 16 years ago
- 61ed2ab Re-add the licence header in the pom file by Clement Escoffier · 16 years ago
- 0f526b6 [maven-release-plugin] prepare release org.apache.felix.ipojo.handler.temporal-1.0.0 by Clement Escoffier · 16 years ago
- 26e4672 [maven-release-plugin] prepare release org.apache.felix.ipojo.handler.jmx-1.0.0 by Clement Escoffier · 16 years ago
- 1604f53 Re-add the licence header in the pom file by Clement Escoffier · 16 years ago
- 40f0fc5 Fix a NullPointerException in SecureAction when a SecurityManager is used by keeping pointers on the local stack. (FELIX-766) by Karl Pauls · 16 years ago
- 6c5ca5b [maven-release-plugin] prepare release org.apache.felix.ipojo.handler.extender-1.0.0 by Clement Escoffier · 16 years ago
- 3514b3a Rollback the release. The pom file does'nt have the Apache licence header. by Clement Escoffier · 16 years ago
- e1a85dc [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
- a48feac [maven-release-plugin] prepare release org.apache.felix.ipojo.handler.eventadmin-1.0.0 by Clement Escoffier · 16 years ago
- a3bf81a Re-add the licence header in the pom file by Clement Escoffier · 16 years ago
- bfdccae [maven-release-plugin] prepare release org.apache.felix.ipojo.annotations-1.0.0 by Clement Escoffier · 16 years ago
- 1382a09 Re-add the licence header in the pom file by Clement Escoffier · 16 years ago
- 9df7287 [maven-release-plugin] prepare release org.apache.felix.ipojo.arch-1.0.0 by Clement Escoffier · 16 years ago
- 1e0d110 Re-add the licence header in the pom file by Clement Escoffier · 16 years ago
- 2b45d24 [maven-release-plugin] prepare release org.apache.felix.ipojo.composite-1.0.0 by Clement Escoffier · 16 years ago
- 8aa13cb Re-add the licence header in the pom file by Clement Escoffier · 16 years ago
- b5244f7 [maven-release-plugin] prepare release org.apache.felix.ipojo-1.0.0 by Clement Escoffier · 16 years ago
- ec471f5 Rollback the release of the manipulator and maven-ipojo-plugin projects. The pom file does'nt have the Apache licence header. by Clement Escoffier · 16 years ago
- 1480a43 Prepare for next development iteration by Clement Escoffier · 16 years ago
- 2edf976 Re-add the licence header in the pom file by Clement Escoffier · 16 years ago