Skip to content
Success

Changes

Summary

  1. #376: JsonProviderTest fails if run after other Junits in a test suite (commit: fda87c3) (details)
  2. simplify the provider lookup, add logging (commit: df40e20) (details)
  3. cpright (commit: 0cbe372) (details)
  4. fix exception message (commit: f278212) (details)
  5. fix javadoc (commit: fc14a6e) (details)
  6. update build plugins (commit: 83493a3) (details)
  7. remove obsolete tck runner belonging to the implementation project(s) (commit: 1b1f531) (details)
  8. make the build jdk18 friendly (no comp warnings) (commit: 04b4354) (details)
Commit fda87c3933ab0dc6402b2453a691457df1e66554 by Lukas Jungmann
#376: JsonProviderTest fails if run after other Junits in a test suite

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
(commit: fda87c3)
The file was modified tck/tck-tests/src/main/java/ee/jakarta/tck/jsonp/api/provider/JsonProviderTest.java (diff)
Commit df40e20a4ffb815dd50557402bb62c0844a9085a by Lukas Jungmann
simplify the provider lookup, add logging

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
(commit: df40e20)
The file was modified api/src/main/java/module-info.java (diff)
The file was modified api/src/main/java/jakarta/json/spi/JsonProvider.java (diff)
Commit 0cbe3723caf3e8135f1f8d3ffd7349d5ba36a9c0 by Lukas Jungmann
cpright

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
(commit: 0cbe372)
The file was modified api/src/main/java/module-info.java (diff)
Commit f278212fc376798aa933746592904c789bf576cb by Lukas Jungmann
fix exception message

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
(commit: f278212)
The file was modified api/src/main/java/jakarta/json/spi/JsonProvider.java (diff)
Commit fc14a6e8f821997038ad57d25dc15559baa4fd65 by Lukas Jungmann
fix javadoc

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
(commit: fc14a6e)
The file was modified api/src/main/java/jakarta/json/spi/JsonProvider.java (diff)
Commit 83493a354619f00e5c8cfecbc3b7e333aa4cafd9 by Lukas Jungmann
update build plugins

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
(commit: 83493a3)
The file was modified api/pom.xml (diff)
Commit 1b1f53188e24e34e6514ec8011fd5217e69b80cf by Lukas Jungmann
remove obsolete tck runner belonging to the implementation project(s)

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
(commit: 1b1f531)
The file was removedimpl-tck/tck-tests/pom.xml
The file was removedimpl-tck/pom.xml
The file was removedimpl-tck/tck-tests-pluggability/pom.xml
Commit 04b4354e7fe1776ec69968720240f8a2ed174784 by Lukas Jungmann
make the build jdk18 friendly (no comp warnings)

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
(commit: 04b4354)
The file was modified api/src/main/java/jakarta/json/EmptyObject.java (diff)
The file was modified api/src/main/java/jakarta/json/EmptyArray.java (diff)
The file was modified api/src/main/java/jakarta/json/stream/JsonParsingException.java (diff)