Nick Stolwijk

Results 6 issues of Nick Stolwijk

PR for issue https://github.com/mock-server/mockserver/issues/1354

**Describe the issue** As of version 1.71 Bouncycastle no longer publishes the `*-jdk15on` artifacts. Mockserver should move to the `*-jdk18on` version of these artifacts. (Or `-jdk15to18`, but I don't know...

Solves https://github.com/tinuzz/wp-plugin-trackserver/issues/29

### Search before asking - [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. ### Describe the bug When I use mixins with `@JsonIgnoreType` to skip specific types Jackson...

to-evaluate

Some Metrics extend AutoCloseable which causes code quality tools to flag those metrics as not being closed. ``` @Configuration public class MetricsConfiguration { private final MeterRegistry registry; public MetricsConfiguration(MeterRegistry registry)...

doc-update
usability

I am trying to build a library with OpenJDK 11 with the maven-assertj-generator plugin enabled. However, the plugin succeeds, but generates non-compiling code. Has anyone had any succes on running...