Aliaksandr Pinchuk
Aliaksandr Pinchuk
Hi there, any updates on this topic? Seems @cbornet provides implementation through CopyUtils. Looks good and quite helpful from my perspective. Any chance to merge it?
Seems Jacoco just turned off JDK 21 support in the current version (see PR https://github.com/jacoco/jacoco/pull/1433/files) due to an issue in Scala: https://github.com/jacoco/jacoco/issues/1431 We need to wait for a fix in...
@joschi any chance to review and merge my PR?
The issue is still reproducible.
**org.openapitools.openapidiff.core.output.JsonWriter** implementation just serializes **ChangedOpenApi** object (output from core module) to JSON as is. It's quite useless from my perspective. Potentially well-structured, lean JSON output can be useful for further...
Hello folks, mostly all incompatibility rules are collected in [BackwardIncompatibleProp](https://github.com/OpenAPITools/openapi-diff/blob/master/core/src/main/java/org/openapitools/openapidiff/core/model/BackwardIncompatibleProp.java). As you can see it has: - RESPONSE_REQUIRED_DECREASED - REQUEST_BODY_REQUIRED_INCREASED. Seems, author decided to only treat **new required props on...
BTW - REQUEST_BODY_REQUIRED_INCREASED is never used. Looks like a bug.
@nakulshukla08 there is an idea to solve this problem within the scope of [discussion](https://github.com/OpenAPITools/openapi-diff/discussions/724). But the first priority at the moment is to get [2.1.0 release](https://github.com/OpenAPITools/openapi-diff/issues?q=is%3Aissue%20state%3Aopen%20milestone%3A2.1.0) happen. Anyway, any contributions...
> I used latest which appears to be 6 weeks old - cannot get the version from the tool itself 🤷 Yeah, good catch, "--version" flag does not work. I've...
> Didn't realize that Docker latest would include beta versions - wouldn't a beta tag be better for that? I agree, it would be better. Will check the docker release...