Koen Konst

Results 17 comments of Koen Konst

This issue is present again with the upgrade from java 11 to java 17 as they introduced nanoseconds (9 decimals) to java instants. https://bugs.openjdk.java.net/browse/JDK-8242504 This means that an instant created...

We have the same issue with Chrome 94

We are currently struggling to upgrade to Java 17, Spring boot 2.5+ and Spock 2.0 because there isn't a replacement for the Wiremock stubs that we started with junit4's @Rule....

I'm running into the same issue, My test also creates a global variable with a generated ID. I need that ID in the next test. It works fine in postman...

When will this be merged? @thetric Can you release this version with jaxb 3.0 support?

@dmak Jakarta took over the development of the xml libraries that were originally developed by Sun. With that comes a new group name and the jaxb-impl has been renamed to...

> Thanks for information, @plebcity. I still have a mess why JAXB runtime is under GlassFish umbrella. My bad, the jaxb-impl also has a 4.0.1 version. So you could either...

This issue is more important now since many will be using bootBuildImage to build native images using the buildpacks.

Created pull request to fix this issue: https://github.com/spring-projects/spring-boot/pull/34511

> I totally agree with @plebcity. This issue is making me totally crazy because my images are being old and being deleted by the repository in the cleanup procedures. Can...