zeromock icon indicating copy to clipboard operation
zeromock copied to clipboard

Mock Http Server with zero dependencies

Results 12 zeromock issues
Sort by recently updated
recently updated
newest added

see https://www.rfc-editor.org/rfc/rfc7807

Bumps org.sonarqube from 4.4.1.3373 to 5.0.0.4638. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.sonarqube&package-manager=gradle&previous-version=4.4.1.3373&new-version=5.0.0.4638)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
java

- Spring MVC - Spring Webflux - Micronaut - what ever...

It would be a nice to have functionality.

enhancement

And take advantage of all the features of Armeria framework. https://line.github.io/armeria/

enhancement

Bumps org.slf4j:slf4j-api from 2.0.15 to 2.0.16. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.slf4j:slf4j-api&package-manager=gradle&previous-version=2.0.15&new-version=2.0.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

It seems that when using junit5 extension with parallel execution enabled, since the `MockHttpServer` is shared between different threads in the same test, sometime leads to issues.