Releases: hanleyt/jersey-junit
Releases · hanleyt/jersey-junit
2.2.0
2.1.0
2.0.0
Contains fixes for #8
Add URI object is added to the store before after starting the server so that random ports can be used.
Make two dependencies compileOnly instead of compile, so that they are not pulled in transitively:
- Don't export the
jersey-test-framework-provider-grizzly2
dependency to allow people to pick the type of provider more easily. For example grizzly or jetty. - Don't export the
junit-jupiter-api
version also, so people can pick their own version.
This is a breaking change as you may need to add a new dependency such as jersey-test-framework-provider-grizzly2
and junit-jupiter-api
to your build.gradle.
Upgrade jersey version to 2.28 #7
Upgrade jersey version to 2.28 #7
1.2.0
Upgrade gradle and JUnit versions and convert to gradle kotlin dsl
Add the ability to configure Jersey Client
Add the ability to configure Jersey Client from PR #1
First release!
1.0.0 Add ability to configure JerseyExtension with a supplier instead of a…