Log in to follow, share, and participate in this community.
Blog Post The blog is moving!
The blog is moving!The RESTEasy project blog is moving to a new location and this is going to be the last post here. As you might have noticed, the website (currently hosted on GitHub) has just been updated to include the blog too. ...
Blog Post RESTEasy 4.4.0.Final: moving to Jakarta artifacts and much more
RESTEasy 4.4.0.Final: moving to Jakarta artifacts and much moreJust before Halloween, here is another nice release of RESTEasy! The new version comes with: a bunch of new features in the Spring Web integration area many enhancements, mainly aiming at improving performances a ...
Looking to the future...If you look at the download page, you might notice that so far 2019 has been a year rich of RESTEasy releases. We've made 11 new versions available to the community, starting a new major (4.0) and six new minor (3.7, ...
Blog Post RESTEasy Spring Boot Starter 4.1.1.Final released
RESTEasy Spring Boot Starter 4.1.1.Final releasedIn release, these dependencies are upgraded: - Spring Boot dependency is upgraded to 2.1.9.RELEASE - RESTEasy dependency is upgraded to version 4.3.1.Final
Blog Post RESTEasy 4.3.0.Final and 3.9.0.Final released
RESTEasy 4.3.0.Final and 3.9.0.Final releasedTwo new RESTEasy releases appeared recently, 4.3.0.Final and 3.9.0.Final. Both of them introduce a new feature which allows resource method parameters to be java.util.Optional<T> types, allowing a cleaner coding...
Blog Post RESTEasy Spring Boot Starter 4.1.0.Final and 3.2.0.Final released
RESTEasy Spring Boot Starter 4.1.0.Final and 3.2.0.Final releasedThe RESTEasy Spring Boot Starter 4.1.0.Final and 3.2.0.Final are released, and the major change is that these two releases adopt the newest RESTEasy releases as dependencies (RESTEasy 4.3.0.Final and 3.9.0.Final respe...
Blog Post RESTEasy 4.2.0.Final: performance enhancements and new features
RESTEasy 4.2.0.Final: performance enhancements and new featuresI'm pleased to announce that, at the end of last week, RESTEasy 4.2.0.Final has been released! It's less than two months since the previous minor has been tagged, however the community has been quite active lately (th...
Blog Post RESTEasy Spring Boot Starter 4.0.0.Final released
RESTEasy Spring Boot Starter 4.0.0.Final releasedRESTEasy Spring Boot Starter 4.0.0.Final released RESTEasy Spring Boot Starter 4.0.0.Final is released and can be fetched from Github: Release 4.0.0.Final · resteasy/resteasy-spring-boot ·...
RESTEasy 4.1.0.Final is available!Folks, as previously anticipated, RESTEasy 4.1.0.Final has been released! It brings the new MicroProfile REST Client 1.3 implementation on 4.x series too, the same provided last week with 3.8.0.Final. Besides that, ...
RESTEasy 3.8.0.Final and MicroProfile 3Last week the release of MicroProfile 3.0 was announced. It comes with few additions and updates in some of its specifications, one of them being the MP REST Client which has been upgraded to version 1.3. RESTEasy us...
Blog Post RESTEasy Spring Boot Starter 3.1.0.Final released
RESTEasy Spring Boot Starter 3.1.0.Final releasedRESTEasy Spring Boot Starter 3.1.0.Final is released and can be fetched from Github: Release 3.1.0.Final · resteasy/resteasy-spring-boot · GitHub Here is the maven dependency section to include the...
RESTEasy 4.0.0.Final is here!At the end of March I was announcing RESTEasy 4 CR1 and telling the final was coming soon. Unfortunately it has taken more than I hoped for the transition; the nice thing, however, is that was because the community (e...
RESTEasy 4 is coming soonEarlier this week a release candidate version (4.0.0.CR1) of RESTEasy has been tagged. The artifacts are built and available on the Maven Central and JBoss Nexus repositories. This is the result of many months of wor...
The UndertowJaxrsSpringServerThe UndertowJaxrsSpringServer #undertow #spring Recently I’m working on migrating resteasy-spring tests to use the Undertow container. Before these tests were using the TJWS embedded container. ...
Blog Post Jettison has been removed on master branch
Jettison has been removed on master branchWe have removed resteasy-jettison-provider from master branch, and here is the tracker bug on this change: https://issues.jboss.org/browse/RESTEASY-1316 The major affect is that the resteasy-link modul...
RESTEasy WADL Grammar Support# RESTEasy WADL Grammar Support RESTEasy has added WADL grammar support by this PR: - [RESTEASY-1695 Add GRAMMARS into RESTEasy WADL by liweinan · Pull Request #1649 · resteasy/Resteasy ·...
RESTEasy release weekIt's been a busy week... but before leaving for the week-end I owe you an update ;-) Three new releases have been completed in the last days: RESTEasy 3.6.1.Final, first maintenance release of the 3.6 series, will be...
Blog Post RESTEasy Spring Boot starter 2.0.0.Final
RESTEasy Spring Boot starter 2.0.0.FinalA couple of months ago, we announced the move of the RESTEasy Spring Boot starter to RESTEasy organization on GitHub. We also mentioned that soon a new version of the starter would have been available... and here we a...
Asynchronous injection in RESTEasyNow that we've seen RxJava support in RESTEasy, we're ready to build on more reactive applications to illustrate common reactive use-cases. Let's create an application with several types of requests, that we c...