Make IElementSerializer configurable through all levels
5 files changed
tree: 13904b496ba88ee7674061ab7d24876d47f4f30e
  1. auxiliary-builds/
  2. commons-jcs-core/
  3. commons-jcs-dist/
  4. commons-jcs-jcache/
  5. commons-jcs-jcache-extras/
  6. commons-jcs-jcache-openjpa/
  7. commons-jcs-sandbox/
  8. commons-jcs-tck-tests/
  9. src/
  10. xdocs/
  11. .gitignore
  12. .travis.yml
  13. BUILDING.txt
  14. checkstyle.xml
  15. CONTRIBUTING.md
  16. init-git-svn.sh
  17. jcache-fast.sh
  18. LICENSE.txt
  19. maven-eclipse-codestyle.xml
  20. NOTICE.txt
  21. pom.xml
  22. README.md
  23. RELEASE-NOTES.txt
  24. SECURITY.md
README.md

Apache Commons JCS

Apache Commons JCS is a distributed, versatile caching system.

Documentation

More information can be found on the homepage. The Javadoc can be browsed. Questions related to the usage of Apache Commons JCS should be posted to the user mailing list.

Where can I get the latest release?

You can download source and binaries from our download page.

Alternatively you can pull it from the central Maven repositories:

<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-jcs3</artifactId>
  <version>3.0</version>
</dependency>

Contributing

We accept PRs via github. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:

  • No tabs! Please use spaces for indentation.
  • Respect the code style.
  • Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
  • Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running mvn clean test.

If you plan to contribute on a regular basis, please consider filing a contributor license agreement. You can learn more about contributing via GitHub in our contribution guidelines.

License

Code is under the Apache Licence v2.

Donations

You like Apache Commons JCS? Then donate back to the ASF to support the development.

Additional Resources