Skip to content

Changes

Summary

  1. Better support inheritance in Resource Methods (commit: 2445c46) (details)
  2. Add check for deps not in bom.pom (#5291) (commit: d60da24) (details)
Commit 2445c46611d82bbccc28fe9087b1818a90ba8f9e by 15908245+jansupol
Better support inheritance in Resource Methods

Signed-off-by: jansupol <jan.supol@oracle.com>
(commit: 2445c46)
The file was modified core-common/src/main/java/org/glassfish/jersey/internal/util/ReflectionHelper.java (diff)
The file was modified core-server/src/main/java/org/glassfish/jersey/server/model/internal/AbstractJavaResourceMethodDispatcher.java (diff)
The file was addedcore-server/src/test/java/org/glassfish/jersey/server/model/ResourceMethodDispatcherInheritanceTest.java
Commit d60da249fdd06a5059472c6d9c1d8a757588e710 by noreply
Add check for deps not in bom.pom (#5291)

Signed-off-by: jansupol <jan.supol@oracle.com>
(commit: d60da24)
The file was modified tests/release-test/src/test/java/org/glassfish/jersey/test/artifacts/DownloadBomPomDependencies.java (diff)
The file was addedtests/release-test/src/test/resources/non-bom-pom-deps.xml
The file was modified tests/release-test/pom.xml (diff)
The file was modified tests/release-test/src/test/resources/release-test-pom.xml (diff)