- 2ca9a63 Make LDAP parsing more lenient for trailing whitespace in filter string. by Richard S. Hall · 15 years ago
- af67fa1 Modify FilterImpl to handle null dictionary/service reference objects. by Richard S. Hall · 15 years ago
- c2a0eb5 Add ops4j snapshot repo for pax-logging until 1.4.0 is released by Guillaume Nodet · 15 years ago
- 4204eb7 Fix stateful actions as they were currently reused instead of recreated by Guillaume Nodet · 15 years ago
- 7482288 Fix karaf assemblies by Guillaume Nodet · 15 years ago
- c5a41a7 FELIX-1243: change the default http port to 8181 for karaf by Guillaume Nodet · 15 years ago
- a67831f Upgrade to released version of sshd by Guillaume Nodet · 15 years ago
- 653747c Fix spring / spring-dm features, use pax-web instead of felix http service for web console by Guillaume Nodet · 15 years ago
- b8439c6 Use blueprint for gshell-obr by Guillaume Nodet · 15 years ago
- 0bd970d Exclude spring handlers from gshell-core by Guillaume Nodet · 15 years ago
- 508a4e1 Upgrade to latest blueprint spec by Guillaume Nodet · 15 years ago
- 6b2a912 Fix the addRepository method and clean code a bit by Guillaume Nodet · 15 years ago
- 3af41a3 Do not include the compendium jar as each service should export its own spec by Guillaume Nodet · 15 years ago
- fe33416 Upgrade to felix snapshot (for blueprint dependency on osgi 4.2) by Guillaume Nodet · 15 years ago
- e04a571 Fix JAAS namespace handler by Guillaume Nodet · 15 years ago
- 9844a16 Use blueprint for web console by Guillaume Nodet · 15 years ago
- 8822ca1 Disable integration tests / demos for blueprint branch by Guillaume Nodet · 15 years ago
- 21c0ff6 Fix column header in osgi/list by Guillaume Nodet · 15 years ago
- fcf2d34 Switch from spring-dm to blueprint by Guillaume Nodet · 15 years ago
- 11fea11 Need to implement getEntries() in ExtensionManager, since system bundle by Richard S. Hall · 15 years ago
- c0627c1 FELIX-1199 - Karaf: closing IO stream, removal of minor file descriptor leak. by Chris Custine · 15 years ago
- 60830bd FELIX-1192 - KARAF: Locking error in DefaultJDBCLock, also contains an eventual OutOfMemory error on locked processes. by Chris Custine · 15 years ago
- 012e223 FELIX-1172 - Rebrand Karaf locking mechanism. by Chris Custine · 15 years ago
- d1ad55c Changed protected members to package private and removed some unneeded code. by Richard S. Hall · 15 years ago
- 3363610 Implement support for service exceptions for service factory handling. (FELIX-1250) by Richard S. Hall · 15 years ago
- 9d2d7cf Modify Bundle.findEntries() to also search fragment content. (FELIX-1249) by Richard S. Hall · 15 years ago
- a872d4c Removed extraneous whitespace after/before parenthesis. by Richard S. Hall · 15 years ago
- e862f7d Apply patch (FELIX-1235) to handle misconfigured watch directory. by Richard S. Hall · 15 years ago
- 6e65373 Apply patch (FELIX-1228) to allow spaces in file names. by Richard S. Hall · 15 years ago
- 49399d1 Modified when the framework fires BundleEvent.UNRESOLVED events. (FELIX-1247) by Richard S. Hall · 15 years ago
- bd01520 Array index out of bounds exception occurred when creating protection by Richard S. Hall · 15 years ago
- ca59b5a Simplified PackageAdmin.getBundle() implementation. (FELIX-1246) by Richard S. Hall · 15 years ago
- 89cf3ca Implemented ServiceEvent.MODIFIED_ENDMATCH. (FELIX-1244) by Richard S. Hall · 15 years ago
- d4625f8 Fix a memory leak when stopping and restarting felix by using weakreferences inside the bundle protection domain. (FELIX-1170) by Karl Pauls · 15 years ago
- c35bff3 URLHandlers are broken on harmony and J9. The reason is that they don't expect somebody to call toExternalForm from inside a URLHandlers. That causes a NPE and subsequently, we don't start-up. This fixes the issue for harmony and hopefully for J9 as well. (FELIX-893) by Karl Pauls · 15 years ago
- c3f669d Update to felix-parent 1.2.0 and use EasyMock instead of JMock by Gert Vanthienen · 15 years ago
- f53fd02 FELIX-925 Allow activate and deactivate methods to have different signatures by Felix Meschberger · 15 years ago
- 4c5d815 FELIX-1200: Move features-maven-plugin into Karaf by Gert Vanthienen · 15 years ago
- 90aee23 Add a gitignore file for Karaf by Guillaume Nodet · 15 years ago
- ef61836 Fire STOPPING and STOPPED events if a bundle fails to activate, by Richard S. Hall · 15 years ago
- f4c69d9 Slight modification to only call Class.forName() when an array by Richard S. Hall · 15 years ago
- 7536044 FELIX-1229 : Cache parameter map for annotations and fix activation methods if annotations are used. by Carsten Ziegeler · 15 years ago
- 0c91782 Fix imports by Felix Meschberger · 15 years ago
- 24aff2d FELIX-925 Use names of the activate and deactivate methods from the descriptor by Felix Meschberger · 15 years ago
- 77914b7 FELIX-1223 Refactor Configuration support by Felix Meschberger · 15 years ago
- 2044187 FELIX-1239 Do not make the AbstractComponentManager.getServiceReference method synchronized by Felix Meschberger · 15 years ago
- a1eca2e FELIX-1229 : Fix some bugs introduced with implemented the new features. by Carsten Ziegeler · 15 years ago
- 962b367 FELIX-924 configuration policy configurable by Felix Meschberger · 15 years ago
- bd5967c FELIX-1188 ---------- Applied a correcting patch when stopping rmiconnections. by Stephane Frenot · 15 years ago
- 08759e3 FELIX-1229 : Correct handling method visibility and warnings by Carsten Ziegeler · 15 years ago
- 1955fd2 FELIX-1238 Applying patch by Filippo Diotalevi adding missing returns statements. by Felix Meschberger · 15 years ago
- 6ecce8e FELIX-1229 : Correct handling of errors and warnings by Carsten Ziegeler · 15 years ago
- ae81673 Implement include/exclude directives for activation policy. (FELIX-749) by Richard S. Hall · 15 years ago
- 09b2bd2 FELIX-1229 : Support new annotations by Carsten Ziegeler · 15 years ago
- ababf83 Remove hard-coded service package version. (FELIX-1236) by Richard S. Hall · 15 years ago
- c61d008 FELIX-1229 : Add new annotations for activate and deactivate; add enumerations for policy and strategy by Carsten Ziegeler · 15 years ago
- 2c546e9 FELIX-1229 : Deactivate has more possibilites than activate; update versions as this are new major features. by Carsten Ziegeler · 15 years ago
- 6d73334 Applied patch (FELIX-1203) to check for uninstalled bundle. by Richard S. Hall · 15 years ago
- 444fd2b FELIX-1229 : Add support for new bind and unbind signatures by Carsten Ziegeler · 15 years ago
- 91f0c77 Applied patch (FELIX-1216) to avoid class cast exception by Richard S. Hall · 15 years ago
- 2ed38ef Applied patch (FELIX-1208) to update tests to new version of EasyMock. by Richard S. Hall · 15 years ago
- caf12e1 FELIX-1229 : Add support for new activate and deactivate signatures and custom method name by Carsten Ziegeler · 15 years ago
- b1f0a6a FELIX-1229 : Use constants for xml attributes and read configuration policy. by Carsten Ziegeler · 15 years ago
- d45af24 Use Class.forName() for class load delegation since it handles by Richard S. Hall · 15 years ago
- 1d70639 FELIX-1229 : Support DS 1.0 and 1.1; only use new namespace if new features are used; rewrite error/warning handling. by Carsten Ziegeler · 15 years ago
- 0911eee FELIX-1230 - Use MetaTypeService to get all object class definitions for by Felix Meschberger · 15 years ago
- db0f6a1 FELIX-1227 various descriptor fixes (see issue for details) by Felix Meschberger · 15 years ago
- b149537 Refer to latest parent pom by Felix Meschberger · 15 years ago
- 250600a FELIX-1226 For building the pid and factoryPid lists, the pid attribute by Felix Meschberger · 15 years ago
- 5bff0b7 FELIX-1225 The pid attribute is needed and may not omitted (it will by Felix Meschberger · 15 years ago
- eef8013 FELIX-1225 : Set factoryPid attribute of Designate element if component is a factory. by Carsten Ziegeler · 15 years ago
- 5eb5236 FELIX-1224 Use providing bundle of component to find MetaTypeInformation by Felix Meschberger · 15 years ago
- fbd735b Initial commit of OSGi Shell contribution. (FELIX-946) by Richard S. Hall · 15 years ago
- 263de42 More corner cases for activation policy. (FELIX-749) by Richard S. Hall · 15 years ago
- eb1f5fc Remove debug output by Carsten Ziegeler · 15 years ago
- bedb729 FELIX-1217: Second step: add multifile plugin to upload several bundles in one go by Carsten Ziegeler · 15 years ago
- 60b9b35 FELIX-1217: First step: remove start and start level input fields from list header, add new panel for install/update and add new refresh button by Carsten Ziegeler · 15 years ago
- a3f88fa FELIX-1206: config/propappend patch by Guillaume Nodet · 15 years ago
- afcbf45 Add metatype to the webconsole feature so that configurations are correctly displayed by Guillaume Nodet · 15 years ago
- 3b8d8c1 Fix ssh action default help by Guillaume Nodet · 15 years ago
- 479a131 FELIX-1215: provide hyperlinks when referring to bundles by Guillaume Nodet · 15 years ago
- 1011642 More modifications for activation policies. (FELIX-749) by Richard S. Hall · 15 years ago
- 224acdb Modified example to work with Felix 1.8.0 release. by Richard S. Hall · 15 years ago
- 9c0e495 Modified example to work with Felix 1.8.0 release. by Richard S. Hall · 15 years ago
- 448b9fb The default configuration file now refers to the correct property by Richard S. Hall · 15 years ago
- 1227de8 Merging of fragment import package and required bundle declarations by Richard S. Hall · 15 years ago
- fc11b57 FELIX-1213 Reactivate component with static reference if a new service by Felix Meschberger · 15 years ago
- e921985 Add two config files by Guillaume Nodet · 15 years ago
- 40fe42d FELIX-1212: Possible infinite loop when a remote ssh connection is closed by Guillaume Nodet · 15 years ago
- 6242dee Renamed a variable. (FELIX-749) by Richard S. Hall · 15 years ago
- 01c3255 Deferred activation should happen immediately if the bundle has already by Richard S. Hall · 15 years ago
- 27919e7 Ensure org.osgi.service.http package is required and not optional (thanks Sahoo for pointing out) by Felix Meschberger · 15 years ago
- 15da867 Updated exported package versions for new R4.2 API. (FELIX-1205) by Richard S. Hall · 15 years ago
- 5f565a7 Added some new methods needed by the R4.2 API. (FELIX-1205) by Richard S. Hall · 15 years ago
- a6566ed Updated pom to include new R4.2 packages in bundle. (FELIX-1205) by Richard S. Hall · 15 years ago
- cb22cd8 These are no longer needed, since we updated to the R4.2 API. (FELIX-1205) by Richard S. Hall · 15 years ago
- 9a56137 Updated to the latest R4.2 interfaces. by Richard S. Hall · 15 years ago
- edf7d1a FELIX-1024: Fix the karaf client/server to allow direct execution of commands by Guillaume Nodet · 15 years ago
- c274bc9 Initial work on activation policies. (FELIX-749) by Richard S. Hall · 15 years ago
- 65809db Added final patch for service registry hooks. (FELIX-905,FELIX-906) by Richard S. Hall · 15 years ago