Thorn Golden

Results 6 issues of Thorn Golden

InstantSerializer doesn't respect any of the following standard Jackson configuration settings: `ObjectMapper#setDateFormat` `@JsonFormat(pattern)` on an `Instant` others? Instead, I have to create and manually override the default `InstantSerializer` registered by...

good first issue
hacktoberfest
json-format

Because of changes made to how `Class.getResource(String)` works in Java 9 and above, simply including the `sphinx-data` JAR does not work to load the English acoustic model, dictionary, etc. The...

Fixes https://github.com/hamcrest/JavaHamcrest/issues/325

The naming of the matcher implies it would give consistent results with `String.isBlank()`. However, it does not. The matcher uses a regex with pattern `\\s*` which will only match ASCII...

The `@PactBroker` annotation allows me to either hard-code tags, or provide them using a system property. The system property lets me specify different tags at runtime, which is great for...

Will this option ever time out if I don't have sufficient availability for the deployment? Or will my build simply run forever unless I configure a timeout separately within my...