Michael Nielson

Results 4 issues of Michael Nielson

My builds fail on import idl from classpath resources intermittently. When they do fail I have to kill the gradle daemon to fix the build. **To Reproduce** I have a...

bug

The $ref in the Avro documentation is misleading: https://www.asyncapi.com/docs/specifications/2.0.0/#message-object-example Specifically: ``` "$ref": "path/to/user-create.avsc#/UserCreate" ``` An Avro schema doesn't have this kind of structure, instead the UserCreate record would be represented...

🐞 Bug
stale

Hold down a key within the text input or text area, the key should repeat. On FF it does not. I did not try on any other browser.

bug

The current priority of ServerTracingFilter is set at `Priorities.HEADER_DECORATOR`. I don't think that is right for this library. I'm expecting this library to initialize tracing for a request and that...