Releases: resteasy/resteasy-vertx
Releases · resteasy/resteasy-vertx
v2.0.0.Beta1
What's Changed
- Bump version.org.bouncycastle from 1.78.1 to 1.81 by @dependabot[bot] in #7
- Add testing for Java 11 and an upstream build workflow. by @jamezp in #16
- Bump net.revelc.code.formatter:formatter-maven-plugin from 2.27.0 to 2.29.0 by @dependabot[bot] in #15
- Bump the dependencies group across 1 directory with 3 updates by @dependabot[bot] in #17
- Migrate to Eclipse Vert.x 5 by @jamezp in #18
- Update to vertx 5 API by @nicky9door in #12
- Bump io.netty:netty-bom from 4.2.4.Final to 4.2.6.Final by @dependabot[bot] in #13
- Bump org.sonatype.central:central-publishing-maven-plugin from 0.8.0 to 0.9.0 by @dependabot[bot] in #20
- Bump version.org.bouncycastle from 1.81 to 1.82 by @dependabot[bot] in #19
- Bump version.org.jboss.resteasy from 6.2.12.Final to 6.2.14.Final by @dependabot[bot] in #22
- Add Java SE 25 testing and enable more embedded server tests. by @jamezp in #23
- [26] Use the defined versions instead of properties and defined group… by @jamezp in #27
- Update POM and add release script. by @jamezp in #28
New Contributors
- @nicky9door made their first contribution in #12
Full Changelog: v1.0.1.Final...v2.0.0.Beta1
v1.0.1.Final
What's Changed
- [1] Integration the resteasy-client-vertx into this new project. by @jamezp in #5
- Bump actions/checkout from 4 to 5 in the dependencies group by @dependabot[bot] in #4
- [1] Integration the resteasy-client-vertx into this new project. by @jamezp in #6
New Contributors
- @jamezp made their first contribution in #5
- @dependabot[bot] made their first contribution in #4
Full Changelog: v1.0.0.Final...v1.0.1.Final
v1.0.0.Final
Initial release with new GAV:
<dependency>
<groupId>dev.resteasy.vertx</groupId>
<artifactId>resteasy-vertx-embedded-server</artifactId>
<version>1.0.0.Final</version>
</dependency>