Skip to content

Releases: resteasy/resteasy-junit-extension

1.0.0.Alpha2

11 Sep 20:45
1.0.0.Alpha2
c727539
Compare
Choose a tag to compare

What's Changed

  • Do not use internal JUnit utilities. by @jamezp in #9
  • [10] Allow the @requestpath annotation to be used when injecting URI's. by @jamezp in #11
  • [12] Allow the @RestClientConfig to be added to parameters. by @jamezp in #13
  • Bump org.jboss.resteasy:resteasy-bom from 6.2.9.Final to 6.2.10.Final by @dependabot in #14
  • Bump org.wildfly.plugins:wildfly-maven-plugin from 5.0.0.Final to 5.0.1.Final by @dependabot in #15

Full Changelog: 1.0.0.Alpha1...1.0.0.Alpha2

1.0.0.Alpha1

15 Aug 22:01
1.0.0.Alpha1
a70b180
Compare
Choose a tag to compare

Initial Release

See README for more usages.

<dependencies>
    <dependency>
        <groupId>dev.resteasy.testing.tools</groupId>
        <artifactId>junit-testing-tools</artifactId>
        <version>1.0.0.Alpha1</version>
    </dependency>
</dependencies>