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
java.lang.ExceptionInInitializerError
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
at org.eclipse.jkube.generator.javaexec.JavaExecGeneratorTest.customize_whenInvoked_shouldNotAddBuildTimestampToBuildDateLabel(JavaExecGeneratorTest.java:157)
Caused by: java.lang.NullPointerException: localDateTime
at java.base/java.time.ZonedDateTime.ofLocal(ZonedDateTime.java:369)
at java.base/java.time.ZonedDateTime.of(ZonedDateTime.java:342)
... 2 more
It's the Java distro not the version.
My local environment fails too.
Anyway, it's better to have a way to specifically set the build date. This (#2410) is a much proper way to configure the build plus helps testing stuff without the need for special mocks.
Description
https://ci.eclipse.org/jkube/job/ReleasePipelines/job/ReleaseSnapshots/107/consoleFull
Relates to: #2398 / #2393
The text was updated successfully, but these errors were encountered: