Skip to content

Releases: resteasy/resteasy-junit-extension

1.0.0.Beta1

09 Jun 23:28
1.0.0.Beta1
5ae0da7
Compare
Choose a tag to compare

What's Changed

  • Bump org.wildfly.arquillian:wildfly-arquillian-bom from 5.1.0.Beta4 to 5.1.0.Beta6 by @dependabot in #18
  • Bump org.junit:junit-bom from 5.11.0 to 5.11.1 by @dependabot in #16
  • Bump org.junit:junit-bom from 5.11.1 to 5.11.2 by @dependabot in #19
  • Bump org.jboss.logmanager:jboss-logmanager from 3.0.6.Final to 3.1.0.Final by @dependabot in #23
  • Bump org.wildfly.plugins:wildfly-maven-plugin from 5.0.1.Final to 5.1.1.Final by @dependabot in #27
  • Bump org.jboss.logmanager:jboss-logmanager from 3.1.0.Final to 3.1.1.Final by @dependabot in #24
  • Bump org.jboss.resteasy:resteasy-bom from 6.2.10.Final to 6.2.11.Final by @dependabot in #21
  • Bump org.junit:junit-bom from 5.11.2 to 5.11.4 by @dependabot in #25
  • Bump org.jboss.arquillian:arquillian-bom from 1.9.1.Final to 1.9.2.Final by @dependabot in #29
  • Bump org.wildfly.arquillian:wildfly-arquillian-bom from 5.1.0.Beta6 to 5.1.0.Beta9 by @dependabot in #30
  • Bump org.jboss.logmanager:jboss-logmanager from 3.1.1.Final to 3.1.2.Final by @dependabot in #33
  • Bump org.jboss.arquillian:arquillian-bom from 1.9.2.Final to 1.9.3.Final by @dependabot in #31
  • Bump org.wildfly.plugins:wildfly-maven-plugin from 5.1.1.Final to 5.1.2.Final by @dependabot in #32
  • Bump org.junit:junit-bom from 5.11.4 to 5.12.1 by @dependabot in #37
  • Bump org.wildfly.arquillian:wildfly-arquillian-bom from 5.1.0.Beta9 to 5.1.0.Beta10 by @dependabot in #36
  • Bump org.jboss.resteasy:resteasy-bom from 6.2.11.Final to 6.2.12.Final by @dependabot in #35
  • Bump org.jboss.arquillian:arquillian-bom from 1.9.3.Final to 1.9.4.Final by @dependabot in #38
  • Bump org.wildfly.arquillian:wildfly-arquillian-bom from 5.1.0.Beta10 to 5.1.0.Beta11 by @dependabot in #39
  • Bump org.wildfly.plugins:wildfly-maven-plugin from 5.1.2.Final to 5.1.3.Final by @dependabot in #41
  • Bump org.junit:junit-bom from 5.12.1 to 5.12.2 by @dependabot in #42
  • Bump org.jboss.arquillian:arquillian-bom from 1.9.4.Final to 1.9.5.Final by @dependabot in #44
  • Bump org.junit:junit-bom from 5.12.2 to 5.13.1 by @dependabot in #45
  • Implementations of CloseableResource should also implement AutoClosab… by @jamezp in #46
  • Migrate to using the jboss-parent and update the deploy process to us… by @jamezp in #47

Full Changelog: 1.0.0.Alpha2...1.0.0.Beta1

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>