Thorsten Hake

Results 10 issues of Thorsten Hake

### Describe the bug The documentation of the `id` property of an AsyncAPI spec currently recommends using a URN as an `id` (https://www.asyncapi.com/docs/specifications/v2.3.0#A2SIdString). The [RFC of URN](https://datatracker.ietf.org/doc/html/rfc8141) states that a...

🐞 Bug

We plan to use AsyncAPI as our way to document asynchronous APIs. I was wondering if there is a standardized way of communicating the guaranteed compatibility mode of produced messages....

❔ Question

Given the following schema V1: ```yaml Foo: allOf: - properties: propA: type: string - properties: propA: example: "YEEHAA" ``` is changed to the following schema V2: ```yaml Foo: properties: propA:...

First of all, thanks for your great work on openapi-diff! Markdown output does not contain information about the compatibility of a change. However, the HTML output contains the necessary compatibility...

Removing a security scheme should IMHO not be considered incompatible, as the API should still accept requests with the old security scheme applied. If this issue is accepted, I'm happy...

If the request body of an operation changes from required to optional, the change will be detected as an incompatible change. I argue that this is a false positive, because...

Currently no tag is created during the release workflow. This should be intregrated to minimize maintanance effort.

Add caching for the deducted Avro schemas to the library itself. The implementation of the cache must be thread-safe. A possible JVM-dependent way would be to use `ClassValue` as it...

enhancement

### Proposal The EqualToXml matcher does not detect differences on certain XML documents if Xalan is on the classpath. The documents need to use the same namespace URI twice with...

bug

On startup, we receive the following warn message because this library is not compiled with the "-parameters" flag: ``` 2023-06-20T15:07:57,295 WARN logger=LocalVariableTableParameterNameDiscoverer message='Using deprecated '-debug' fallback for parameter name resolution....