• RESTEasy 3.6.0.Final and 4.0.0.Beta4

    You might have recently read about the very interesting new features being developed these days in RESTEasy... great, the time has come to deliver them in a couple of releases! Last week, RESTEasy 3.6.0.Final and 4.0...
    Profile Photo
    last modified by asoldano
  • New: Asynchronous container filters

    JAX-RS 2.0 shipped with support for filtering requests and responses, which enabled a lot of great use-cases for delegating duplicated code away from resources and into filters that would do the same processing for ev...
    Profile Photo
    last modified by fromage
  • RESTEASY002142: Multiple resource methods match request

    Using WildFly12. I have a jar file which contains an interface definition of a rest interface, but the implementation of which is abstract. I have another class in another jar which implements the same rest interface,...
    Profile Photo
    last modified by tstiemerling
  • A brief introduction to the RESTEasy Tracing Feature

    Tracing feature is a way for the users of the RESTEasy to understand what's going on internally in the container when a request is processed. It's different from the pure logging system or profiling feature, which pro...
    Profile Photo
    last modified by weinanli
  • Asynchronous, reactive, rxjava and beyond!

    JAX-RS 1.0: The blocking origins  Originally, JAX-RS code use to be blocking and straightforward, like this resource for example:   @Path("/hello") public class HelloResource {     @Path("cl...
    Profile Photo
    last modified by fromage
  • New DRY-er annotations for parameters

    You know DRY (Don't Repeat Yourself) and you wish every feature would be reviewed according to this criteria? I've always found it annoying to repeat the name of the parameter variable in my JAX-RS resources:  ...
    Profile Photo
    last modified by fromage
  • RESTEasy Spring Boot starter has moved

    Back in August last year, Fabio Carvalho from PayPal has blogged here on how to use RESTEasy in a Spring Boot application, relying on a Spring Boot starter project that he basically developed. What happened in the fol...
    Profile Photo
    last modified by asoldano
  • Transactional support for JAX RS based applications

    Overview Specification of how to model transactions as RESTful resources   This wiki article will discuss two approaches to providing transactional guarantees for updating resources modeled using the REST paradi...
    Profile Photo
    last modified by mmusgrov
  • Time for a couple of bug fix releases

    Two months after last round of releases, here we are again with two RESTEasy bug fix versions, 4.0.0.Beta3 and 3.5.1.Final. After we completed the implementation of JAX-RS 2.1 and shipped it few months ago within Wil...
    Profile Photo
    last modified by asoldano
  • RESTEasy 3.5.0.Final and 4.0.0.Beta2

    Three months after previous announcement, here we are with another step towards RESTEasy 4! Among the achievements in 4.0.0.Beta2 version we have: completed JAX-RS 2.1 (JSR 370) implementation Microprofile REST Clie...
    Profile Photo
    last modified by asoldano
  • RESTEasy 4.0.0.Beta1, JAX-RS 2.1 and more

    Back at the end of July I mentioned that the team would have focussed on JSR-370... and here I am few months later, happy to announce that the first Beta release of RESTEasy 4 has been tagged over the weekend and it f...
    Profile Photo
    last modified by asoldano
  • How to use RESTEasy in a Spring Boot application

    Spring Boot   Spring Boot is Spring "convention-over-configuration" solution for creating stand-alone, production-grade Spring-based Applications, usually contained in a single and executable jar. It is also an ...
    Profile Photo
    last modified by fabiocarvalho
  • Summer releases and now on JAX-RS 2.1!

    RESTEasy 3.1.4.Final and 3.0.24.Final have been released during last weekend. They're both maintenance releases, including a bunch of bug fixes. Please have a look at the release notes for details. Now it's really ti...
    Profile Photo
    last modified by asoldano
  • RESTEasy 3.1.2.Final and 3.0.22.Final are out

    Yesterday we pushed a new couple of releases (3.1.2.Final and 3.0.22.Final) out of the door, so have a look at the release notes and try them :-) The new versions are mainly bug fix ones. Something interesting is tha...
    Profile Photo
    last modified by asoldano
  • RESTEasy 3.1.1.Final is out

    Here we are a couple of months later with the first bug fix release of RESTEasy 3.1.x series. Oh, well, the release actually includes a bunch of enhancements and component upgrades too, so be sure to check the release...
    Profile Photo
    last modified by asoldano
  • RESTEasy 3.1.0.Final is out

    Just in time before everybody goes and take some rest for Christmas... here we are with the long-awaited final release of our rest project ;-) Seriously, RESTEasy 3.1.0.Final is out; we've gone through ~20 additional...
    Profile Photo
    last modified by asoldano
  • Yet another RESTEasy 3.1.0 candidate release...

    Last month I was writing about RESTEasy 3.1.0.CR2 and telling you we would have gone Final soon... actually we had to work on a major refactoring on the project that led to creating another candidate release. It turne...
    Profile Photo
    last modified by asoldano
  • RESTEasy 3.1.0.CR2 is out

    Just few days after CR1, here we are again with another candidate release version of RESTEasy 3.1.0. A couple of regressions (actually compared to 3.1.0.Beta1) have been spotted and fixed and we've gone through a bunc...
    Profile Photo
    last modified by asoldano
  • RESTEasy 3.1.0.CR1 is out

    Just a note to tell you that the first CR version of RESTEasy 3.1 has been tagged last Friday. The artifacts are available on the Maven repository. It's still a good time to have a look at and try the new 3.1, any fe...
    Profile Photo
    last modified by asoldano
  • On the road to RESTEasy 3.1.0 release...

    As you might have noticed on github, the team has been quite active on master during last months; after almost twenty 3.0.x bug fix releases, we're eventually working on a new minor, 3.1.0. Among the most relevant ch...
    Profile Photo
    last modified by asoldano