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
- Host: GitHub
- URL: https://github.com/blackducksoftware/blackduck-cxf-utilities
- Owner: blackducksoftware
- License: lgpl-2.1
- Created: 2015-10-19T15:55:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T20:58:19.000Z (over 10 years ago)
- Last Synced: 2024-08-21T01:03:25.138Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 167 KB
- Stars: 1
- Watchers: 19
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)