Skip to content

Releases: hanleyt/jersey-junit

2.2.0

21 Jun 19:21
Compare
Choose a tag to compare

Set container port to zero to allocate available tcp port #13

2.1.0

17 Nov 18:50
Compare
Choose a tag to compare

Overridable TestContainerFactory and DeploymentContext #10

2.0.0

29 Apr 17:20
Compare
Choose a tag to compare

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:

  1. 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.
  2. 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

03 Apr 07:02
Compare
Choose a tag to compare

Upgrade jersey version to 2.28 #7

1.2.0

02 Apr 20:18
Compare
Choose a tag to compare

Upgrade gradle and JUnit versions and convert to gradle kotlin dsl

02 Apr 20:17
Compare
Choose a tag to compare

Add the ability to configure Jersey Client

19 Jan 17:58
ef4b61a
Compare
Choose a tag to compare

Add the ability to configure Jersey Client from PR #1

First release!

28 Feb 15:21
Compare
Choose a tag to compare
1.0.0

Add ability to configure JerseyExtension with a supplier instead of a…