Log in to follow, share, and participate in this community.
Blog Post RESTEasy 3.6.0.Final and 4.0.0.Beta4
RESTEasy 3.6.0.Final and 4.0.0.Beta4You 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...
New: Asynchronous container filtersJAX-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...
Article RESTEASY002142: Multiple resource methods match request
RESTEASY002142: Multiple resource methods match requestUsing 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,...
Blog Post A brief introduction to the RESTEasy Tracing Feature
A brief introduction to the RESTEasy Tracing FeatureTracing 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...
Blog Post Asynchronous, reactive, rxjava and beyond!
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...
New DRY-er annotations for parametersYou 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: ...
RESTEasy Spring Boot starter has movedBack 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...
Article Transactional support for JAX RS based applications
Transactional support for JAX RS based applicationsOverview 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...
Time for a couple of bug fix releasesTwo 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...
RESTEasy 3.5.0.Final and 4.0.0.Beta2Three 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...
Blog Post RESTEasy 4.0.0.Beta1, JAX-RS 2.1 and more
RESTEasy 4.0.0.Beta1, JAX-RS 2.1 and moreBack 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...
Blog Post How to use RESTEasy in a Spring Boot application
How to use RESTEasy in a Spring Boot applicationSpring 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 ...
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...
Blog Post RESTEasy 3.1.2.Final and 3.0.22.Final are out
RESTEasy 3.1.2.Final and 3.0.22.Final are outYesterday 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...
RESTEasy 3.1.1.Final is outHere 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...
RESTEasy 3.1.0.Final is outJust 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...
Blog Post Yet another RESTEasy 3.1.0 candidate release...
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...
RESTEasy 3.1.0.CR2 is outJust 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...
RESTEasy 3.1.0.CR1 is outJust 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...
Blog Post On the road to RESTEasy 3.1.0 release...
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...