Merge pull request #30 from peculater/TAMAYA-410-camel-core-cve

TAMAYA-410 bump camel-core version past CVE-2019-0188
tree: dd313700fc0c5c6b3c2895b49f28c2fdf3a32aa8
  1. apache-commons/
  2. buildtools/
  3. camel/
  4. configjsr/
  5. configured-sysprops/
  6. documentation/
  7. jodatime/
  8. kubernetes/
  9. management/
  10. metamodel/
  11. propertysources/
  12. remote/
  13. server/
  14. ui/
  15. uom/
  16. usagetracker/
  17. validation/
  18. vertx/
  19. .gitignore
  20. .travis.yml
  21. DISCLAIMER
  22. LICENSE
  23. NOTICE
  24. pom.xml
  25. README.md
README.md

Apache Tamaya (incubating) Sandbox

This is the sandbox of Apache Tamaya. The sandbox contains additional modules (extensions) of Apache Tamaya (incubating) which are not mature enough to be part of Apache Tamaya itself or the official extensions of Apache Tamaya.

Rules for sandbox modules

  • All modules must be independent of each other.
  • A module can be promoted by the PMC of Tamaya to be part of the official Tamaya extensions package if it is mature enough.
  • A sandbox module should have it's own build chain in Tamaya's Jenkins view

Building Apache Tamaya Sandbox

The Apache Tamaya project is built with Maven 3 and Java 8, so you need JDK >=1.8 and a reasonable version of maven installed on your computer.

Then you can build Tamaya Sandbox via:

$ export MAVEN_OPTS="-Xmx512m -XX:PermGenSpace=200m"
$ mvn

Travis / CI

Apart from integration into ASF CI there's a travis build:

Build Status

Sonarcloud integration:

Quality Gate Status