You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.006 s <<< FAILURE! - in org.springframework.data.mongodb.core.EntityOperationsUnitTests
[ERROR] org.springframework.data.mongodb.core.EntityOperationsUnitTests.shouldReportInvalidMetaField Time elapsed: 0.005 s <<< FAILURE!
java.lang.AssertionError:
Expecting actual throwable to be an instance of:
org.springframework.data.mapping.MappingException
but was:
java.lang.reflect.InaccessibleObjectException: Unable to make private java.time.Instant(long,int) accessible: module java.base does not "opens java.time" to unnamed module @4bc42a8c
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354)
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
at java.base/java.lang.reflect.Constructor.checkCanSetAccessible(Constructor.java:188)
...(96 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed)
at org.springframework.data.mongodb.core.EntityOperationsUnitTests.shouldReportInvalidMetaField(EntityOperationsUnitTests.java:47)
See also spring-projects/spring-data-commons#2423
The text was updated successfully, but these errors were encountered: