Upgrading project to java jdk 17 #126
GitHub Actions / Test Report
failed
Oct 22, 2023 in 0s
73 tests run, 0 skipped, 3 failed.
Annotations
github-actions / Test Report
OrderShipmentRepositoryTest.testFindAllOrderShipmentSuccess
Unable to make field private final int java.time.LocalDate.year accessible: module java.base does not "opens java.time" to unnamed module @3aa9e816
Raw output
java.lang.reflect.InaccessibleObjectException: Unable to make field private final int java.time.LocalDate.year accessible: module java.base does not "opens java.time" to unnamed module @3aa9e816
github-actions / Test Report
OrderShipmentRepositoryTest.testSaveOrderShipmentSuccess
Unable to make field private final int java.time.LocalDate.year accessible: module java.base does not "opens java.time" to unnamed module @3aa9e816
Raw output
java.lang.reflect.InaccessibleObjectException: Unable to make field private final int java.time.LocalDate.year accessible: module java.base does not "opens java.time" to unnamed module @3aa9e816
github-actions / Test Report
OrderShipmentRepositoryTest.testFindOrderShipmentSuccess
Unable to make field private final int java.time.LocalDate.year accessible: module java.base does not "opens java.time" to unnamed module @3aa9e816
Raw output
java.lang.reflect.InaccessibleObjectException: Unable to make field private final int java.time.LocalDate.year accessible: module java.base does not "opens java.time" to unnamed module @3aa9e816
Loading