Jochen Schalanda

Results 313 comments of Jochen Schalanda

@chengjk Thanks for reporting this! Could you please provide an OpenAPI spec which is triggering this error?

@P-Shivkumar I'm unable to reproduce your issue with this minimal POM: ```xml 4.0.0 test example 0.0.0-SNAPSHOT org.openapitools.openapidiff openapi-diff-maven 2.0.1 ${project.basedir}/petstore_v2_1.yaml ${project.basedir}/petstore_v2_2.yaml true true ``` I suspect that there's something in...

@anush0247 Again, I'm unable to reproduce the issue: https://github.com/OpenAPITools/openapi-diff/issues/408#issuecomment-1249320131 Could you post a minimal example project which reproduces the issue?

> Is there a pointer to what specific changes are needed to support s390x? You could also contribute a PR to add that support. Unfortunately I neither have experience with...

> @joschi have you tried Github Codespaces? which one do you prefer? I have played around with GitHub codespaces a little bit. In the end it's similar (almost identical) to...

This looks like an issue in the upstream project (https://github.com/joschi/java-metadata) and should be fixed there.

@timpur I think the changes regarding the `alpine` infix wouldn't be necessary anymore once the release data was updated again. The safeguard with filtering only for `jdk` and `jre` makes...

There was an issue in the upstream project providing the release metadata (https://github.com/joschi/java-metadata/issues/23). The issue should be fixed since https://github.com/halcyon/asdf-java/commit/7e886b44a83c39d970b3243a1bb64cf49d335a97.

@dkowis Which of the supported OpenJDK distributions (AdoptOpenJDK, Amazon Corretto, Zulu Community) and in which variant (OpenJ9, large heap) would you expect to be used when using `asdf install java...