Merge pull request #162 from leadpony/fix_javadoc11

Fix build failure with JDK 11.0.2. Thanks @jansupol for checking it.
tree: a14f22d9166b91c3ed55089aeca6fd1321223356
  1. api/
  2. bundles/
  3. demos/
  4. gf/
  5. impl/
  6. jaxrs/
  7. jaxrs-1x/
  8. tests/
  9. .gitignore
  10. .travis.yml
  11. CONTRIBUTING.md
  12. copyright-exclude
  13. LICENSE.md
  14. NOTICE.md
  15. pom.xml
  16. README.md
README.md

Build Status

Jakarta JSON Processing (JSON-P)

Jakarta API for JSON Processing provides portable APIs to parse, generate, transform, and query JSON documents. The project is an evolution of JSR-374 under Jakarta EE umbrella and contains API and a compatible implementation.

Build

Use the following command:

mvn -U -C clean install -Dnon.final=true

Licensing

Links