An open API service indexing awesome lists of open source software.

https://github.com/blackducksoftware/blackduck-cxf-utilities

Unsupported Implementation: Set of logging utilities which integrate with Apache CXF
https://github.com/blackducksoftware/blackduck-cxf-utilities

Last synced: 7 months ago
JSON representation

Unsupported Implementation: Set of logging utilities which integrate with Apache CXF

Awesome Lists containing this project

README

          

# Black Duck Software CXF Utilities

**The Black Duck Software CXF Utilities library is no longer active - CXF now provides similar in-built functionality, which should be preferred over this library**

See [CXF Debugging and Logging](http://cxf.apache.org/docs/debugging-and-logging.html)

The Black Duck Software CXF Utilities provide facilities for logging CXF message content

## Building
The SDK libraries use [Gradle](https://gradle.org/) for build operations (specifically, the Gradle wrapper, invoked via `gradlew`)

### Importing into an IDE
Instead of using Gradle's plug-ins to generate IDE-specific files, it is assumed that the IDE's Gradle plug-in will be used.

For example, [Eclipse's Gradle Plug-in](https://marketplace.eclipse.org/content/gradle-ide-pack) can be used to import the projects into an Eclipse environment

## Contributions
Contributions are pull request based. Contributors should fork the repository and create pull requests based on the `master` branch

* These libraries are based on Java 6 - all changes should be compatible with this language version
* Changes to APIs must be backwards compatible
* Changes in pull requests should be documented
* If any significant features are added, add tests where possible

## Branches
The repository contains a `master` branch which contains tags for each release and any changes contributed. Releases will be based on what has been merged into the `master` branch

## Release Pattern
**The Black Duck Software CXF Utilities library is no longer active - CXF now provides similar in-built functionality, which should be preferred over this library**

See [CXF Debugging and Logging](http://cxf.apache.org/docs/debugging-and-logging.html)