Skip to content

Fix InnerSpec inner API (#1137) #3622

Fix InnerSpec inner API (#1137)

Fix InnerSpec inner API (#1137) #3622

Triggered via push December 31, 2024 11:27
Status Failure
Total duration 17m 34s
Artifacts 1

build.yml

on: push
Static analysis
4m 9s
Static analysis
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

103 errors and 3 warnings
JakartaValidationFixtureMonkeyTest.sampleFutureInstant: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L282
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureZonedDateTime: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L354
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureMonthDay: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L372
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureLocalDateTime: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L318
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureCalendar: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L245
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureOffsetTime: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L410
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureOffsetDateTime: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L391
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureLocalDate: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L300
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureLocalTime: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L336
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureYearMonth: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L447
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureDate: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L264
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureYear: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L428
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureInstant: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L282
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureZonedDateTime: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L354
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureMonthDay: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L372
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureLocalDateTime: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L318
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureCalendar: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L245
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureOffsetTime: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L410
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureOffsetDateTime: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L391
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureLocalDate: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L300
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureLocalTime: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L336
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureYearMonth: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L447
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureDate: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L264
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureYear: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L428
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureInstant: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L282
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureZonedDateTime: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L354
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureMonthDay: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L372
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureLocalDateTime: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L318
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureCalendar: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L245
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureOffsetTime: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L410
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureOffsetDateTime: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L391
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureLocalDate: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L300
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureLocalTime: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L336
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureYearMonth: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L447
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureDate: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L264
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureYear: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L428
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureInstant: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L282
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureZonedDateTime: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L354
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureMonthDay: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L372
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureLocalDateTime: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L318
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureCalendar: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L245
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureOffsetTime: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L410
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureOffsetDateTime: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L391
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureLocalDate: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L300
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureLocalTime: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L336
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureYearMonth: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L447
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureDate: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L264
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureYear: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L428
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureInstant: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L282
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureZonedDateTime: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L354
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureMonthDay: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L372
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureLocalDateTime: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L318
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureCalendar: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L245
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureOffsetTime: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L410
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureOffsetDateTime: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L391
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureLocalDate: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L300
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureLocalTime: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L336
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureYearMonth: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L447
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureDate: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L264
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureYear: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L428
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureInstant: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L282
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureZonedDateTime: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L354
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureMonthDay: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L372
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureLocalDateTime: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L318
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureCalendar: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L245
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureOffsetTime: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L410
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureOffsetDateTime: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L391
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureLocalDate: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L300
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureLocalTime: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L336
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureYearMonth: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L447
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureDate: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L264
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureYear: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L428
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureInstant: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L282
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureZonedDateTime: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L354
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureMonthDay: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L372
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureLocalDateTime: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L318
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureCalendar: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L245
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureOffsetTime: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L410
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureOffsetDateTime: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L391
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureLocalDate: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L300
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureLocalTime: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L336
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureYearMonth: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L447
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureDate: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L264
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JakartaValidationFixtureMonkeyTest.sampleFutureYear: fixture-monkey-jakarta-validation/src/test/java/com/navercorp/fixturemonkey/jakarta/validation/JakartaValidationFixtureMonkeyTest.java#L428
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.jakarta.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureInstant: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L282
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureZonedDateTime: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L354
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureMonthDay: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L372
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureLocalDateTime: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L318
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureCalendar: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L245
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureOffsetTime: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L410
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureOffsetDateTime: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L391
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureLocalDate: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L300
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureLocalTime: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L336
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureYearMonth: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L447
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureDate: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L264
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
JavaxValidationFixtureMonkeyTest.sampleFutureYear: fixture-monkey-javax-validation/src/test/java/com/navercorp/fixturemonkey/javax/validation/JavaxValidationFixtureMonkeyTest.java#L428
java.lang.IllegalArgumentException: Given type class com.navercorp.fixturemonkey.javax.validation.spec.TimeFutureIntrospectorSpec could not be generated. Check the ArbitraryIntrospector used or the APIs used in the ArbitraryBuilder.
Testing on JDK 8
Gradle build failed: see console output for details
Testing on JDK 11
The job was canceled because "_8" failed.
Testing on JDK 11
Gradle build failed: see console output for details
Testing on JDK 21
The job was canceled because "_8" failed.
Testing on JDK 21
Gradle build failed: see console output for details
Testing on JDK 17
The job was canceled because "_8" failed.
Testing on JDK 17
Gradle build failed: see console output for details
Static analysis
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Testing on JDK 8
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "test-results". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
test-results
6 MB