• 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. ...
    Profile Photo
    last modified by asoldano
  • RESTEasy 4.4.0.Final: moving to Jakarta artifacts and much more

    Just 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 ...
    Profile Photo
    last modified by asoldano
  • 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, ...
    Profile Photo
    last modified by asoldano
  • RESTEasy Spring Boot Starter 4.1.1.Final released

    In 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
    Profile Photo
    last modified by weinanli
  • RESTEasy 4.3.0.Final and 3.9.0.Final released

    Two 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...
    Profile Photo
    last modified by ron_sigal
  • RESTEasy Spring Boot Starter 4.1.0.Final and 3.2.0.Final released

    The 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...
    Profile Photo
    last modified by weinanli
  • RESTEasy 4.2.0.Final: performance enhancements and new features

    I'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...
    Profile Photo
    last modified by asoldano
  • RESTEasy Spring Boot Starter 4.0.0.Final released

    RESTEasy 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 ·...
    Profile Photo
    last modified by weinanli
  • 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, ...
    Profile Photo
    last modified by asoldano
  • RESTEasy 3.8.0.Final and MicroProfile 3

    Last 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...
    Profile Photo
    last modified by asoldano
  • RESTEasy Spring Boot Starter 3.1.0.Final released

    RESTEasy 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...
    Profile Photo
    last modified by weinanli
  • 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...
    Profile Photo
    created by asoldano
  • RESTEasy 4 is coming soon

    Earlier 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...
    Profile Photo
    created by asoldano
  • The UndertowJaxrsSpringServer

    The 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. &#...
    Profile Photo
    last modified by weinanli
  • Jettison has been removed on master branch

    We 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...
    Profile Photo
    last modified by weinanli
  • 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 ·...
    Profile Photo
    last modified by weinanli
  • RESTEasy Tracing Feature Now Supports JSON formatted information

    Previously, the RESTEasy tracing feature just support the pre-formatted, text-based information like this:   $ curl -i http://localhost:8081/foo | head ... X-RESTEasy-Tracing-000: START    &#...
    Profile Photo
    last modified by weinanli
  • RESTEasy release week

    It'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...
    Profile Photo
    last modified by asoldano
  • RESTEasy Spring Boot starter 2.0.0.Final

    A 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...
    Profile Photo
    last modified by asoldano
  • Asynchronous injection in RESTEasy

    Now 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...
    Profile Photo
    created by fromage