1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 22 days ago. based on code collected 22 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding discovery code to Source Distro. More... over 15 years ago
Updating the single bundle pom to export javax.jws.* and javax.xml.bind.annotation.* More... over 15 years ago
Updating cxf version to 2.2.4 More... over 15 years ago
Small reformat. More... over 15 years ago
Fix for CXF-2337. New unit tests included. More... over 15 years ago
Updated references to Compendium jar used by Felix. More... over 15 years ago
Enhanced the Greeter Demo to include an API that takes a data object. The new GreeterService API is as follows: public interface GreeterService { Map<GreetingPhrase, String> greetMe(String name); GreetingPhrase [] greetMe(GreeterData name) throws GreeterException; } More... over 15 years ago
Support for registering providers from DS More... over 15 years ago
Support for setting jaxrs providers using declarative properties More... over 15 years ago
Improving JAXRS integration so that custom JAXRS providers can be registered More... over 15 years ago
Allow the use of all default properties with Discovery. The way information in Discovery is interpreted is enhanced. * When service.exported.configs is not found, org.apache.cxf.ws is assumed * When service.exported.configs contains org.apache.cxf.ws and org.apache.cxf.ws.address is not set, the value of osgi.remote.endpoint.location is assumed. More... over 15 years ago
CXF-2288 : applying a patch on behalf of Josh Holtzman More... over 15 years ago
Updated to CXF 2.2.3 (from 2.2.3-SNAPSHOT) Migrated demos to use new standardized properties. More... over 15 years ago
Fix for CXF-2385. New unit tests included also. More... over 15 years ago
Setting remote.configs.supported and remote.intents.supported properties on Distribution Provider Service, as required by spec. More... over 15 years ago
Update pom for Nexus staging More... over 15 years ago
Additional unit tests for the Service Decorator. More... over 15 years ago
New mechanism that allows externally adding properties to existing services for remoting. The additional properties should be in an XML file a bundle in the OSGI-INF/remote-service directory. They can be in any bundle, so they can be separate to the service(s) they apply to. More... over 15 years ago
Support for annotation-free jaxrs services (will remove demo comments and add system test asap) More... over 15 years ago
Initial JAX-RS integration (todo: fix issues with multibundle client proxy creation plus model checks) More... over 15 years ago
Setting the service.imported.configs property on the consumer side. More... over 15 years ago
Attempt to fix the build. Adding in Apache Incubator repository. More... over 15 years ago
Further property updates. More... over 15 years ago
Added support for the new Remote Services properties as they are currently in the draft Remote Services spec. The following changes have been made: (old) -> (new) osgi.remote.interfaces -> service.exported.interfaces osgi.remote.configuration.type=pojo -> service.exported.configs=org.apach.cxf.ws osgi.remote.configuration.pojo.address -> org.apach.cxf.ws.address osgi.remote.configuration.pojo.httpservice.context -> org.apach.cxf.ws.httpservice.context osgi.remote.requires.intents -> service.exported.intents and service.exported.intents.extra osgi.deployment.intents -> service.intents osgi.remote -> service.imported More... over 15 years ago
Adding jsr311 specs dependency, update cxf.version to 2.3-SNAPSHOT (can be downgraded to 2.2.2 fixes if needed) More... over 15 years ago
Made distributed discovery independent of local discovery. More... over 15 years ago
Tweaks to discovery multi bundle distro configuration files. More... over 15 years ago
Initial bits of a multi-bundle distribution of Discovery. More... over 15 years ago
Further tweaks to the Discovery implementation. More... over 15 years ago
Initial bits for a convenience singlebundle distribution for Discovery. More... over 15 years ago