From ad73dd30ee850536fe45ef88e809b5b157af06cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Kr=C3=A1l?= Date: Thu, 24 Feb 2022 14:25:50 +0100 Subject: [PATCH] Userguide updates (#321) * User guide updates * JSONP API version bump Signed-off-by: David Kral --- .github/workflows/maven.yml | 8 +- api/pom.xml | 2 +- tck-docs/JSONB3.0-ReleaseNotes.html | 2 +- .../assertions/JSONB10JavadocAssertions.html | 847 ---------------- .../assertions/JSONB10SpecAssertions.html | 910 ------------------ tck-docs/index.html | 4 +- tck-docs/userguide/pom.xml | 4 +- .../src/main/jbake/content/attributes.conf | 9 +- .../src/main/jbake/content/config.inc | 152 ++- .../src/main/jbake/content/intro.adoc | 6 +- .../userguide/src/main/jbake/content/toc.adoc | 12 +- .../src/main/jbake/content/using.adoc | 64 +- .../src/main/jbake/templates/footer.ftl | 2 +- 13 files changed, 225 insertions(+), 1797 deletions(-) delete mode 100644 tck-docs/assertions/JSONB10JavadocAssertions.html delete mode 100644 tck-docs/assertions/JSONB10SpecAssertions.html diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ceb1f939..997eb1ce 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -42,10 +42,10 @@ jobs: ~/.m2 key: build-${{ env.cache-name }} - name: API compilation - run: cd api && mvn clean install + run: cd api && mvn clean install -Pstaging - name: TCK test compilation - run: cd tck && mvn clean install + run: cd tck && mvn clean install -Pstaging - name: Javadoc compilation - run: cd docs && mvn clean install + run: cd docs && mvn clean install -Pstaging - name: Generating specification - run: cd spec && mvn clean install + run: cd spec && mvn clean install -Pstaging diff --git a/api/pom.xml b/api/pom.xml index 85dc6337..8094fbf0 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -90,7 +90,7 @@ false false 3.0 - 2.0.1 + 2.1.0 2.0.0 jakarta.json.bind diff --git a/tck-docs/JSONB3.0-ReleaseNotes.html b/tck-docs/JSONB3.0-ReleaseNotes.html index 87a5dc1c..ff75a4e2 100644 --- a/tck-docs/JSONB3.0-ReleaseNotes.html +++ b/tck-docs/JSONB3.0-ReleaseNotes.html @@ -17,7 +17,7 @@ --> -Jakarta JSON Binding TCK, Version 3.0 Release Notes, December 2021 +Jakarta JSON Binding TCK, Version 3.0 Release Notes, March 2022