Tilman Holube

Results 9 comments of Tilman Holube

The tests are failing, because some of the introduced plugin options are not available with all JDK vendors. Is there a way to disable tests with some JDKs? I have...

I have the same error. However while creating a minimal example, I found the problem. The reproduction can be found https://github.com/Til7701/springdoc-openapi-2.8.7-error-demo I seems to be caused by a default value...

Upon further analysis this seen to not be restricted to enums, but affect all data types.

I was able to fix the issue by registering the `Jdk8Module` with the `ObjectMapper` like this `Json31.mapper().registerModule(new Jdk8Module());`. This is not directly a swagger-core issue. Since 2.8.7 org.springdoc:springdoc-openapi-starter-webmvc-ui passes a...

Interesting. If you register the module directly using my suggestion, it works. Even with 2.2.30 In your demo, you are using a `Jackson2ObjectMapperBuilderCustomizer` which does not seem to work.

How exactly are you running your project? If you are using JLink, there is a known bug (https://bugs.openjdk.org/browse/JDK-8347915) that was fixed in JDK 25. You do not have to use...

Ok, this is the same issue as I linked above. I thought it was just JLink, but also happens when running with the `--module-path` arg. The same error message is...

I would like to do it. I do not have any experience maintaining actively used projects, but I would like to try.

Great idea. Dependabot could also keep the GitHub Actions up to date. What does Renovate provide, that dependabot does not?