Skip to content

Fix InnerSpec inner API #927

Fix InnerSpec inner API

Fix InnerSpec inner API #927

Triggered via pull request December 31, 2024 07:47
@seongahjoseongahjo
opened #1137
Status Success
Total duration 10s
Artifacts

auto-assign-action.yml

on: pull_request_target
add-reviews
3s
add-reviews
Fit to window
Zoom out
Zoom in

Annotations

96 errors and 1 warning
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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.
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.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.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.
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.
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.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.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.
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.
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.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.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.
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.
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.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.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.
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.
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.
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.
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.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.
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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.
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.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.
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.
add-reviews
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636