September 23, 2019
billburke
java, quarkus, REST, RESTEasy, vert.x
The latest release of Quarkus has unified Vert.x Web, Servlet (Undertow), and JAX-RS (Resteasy) under one I/O abstraction. Specifically, Servlet and JAX-RS were written on top of Vert.x.
What this means for you is that if you are using Vert.x, Servlet, and/or JAX-RS in one application they will all share the same io and worker thread pools. Scarce resources are now reused. Because everything is unified under Vert.x, there’s a lot of future optimizations and features that we can bring to Resteasy and the JAX-RS coding model. More info on this coming soon!
Like this:
Like Loading...
September 17, 2014
billburke
java, javaee, JAX-RS, REST, RESTEasy
I really want to thank Ron Sigal, Weinan Li, and the rest of the Resteasy community for having my back the last 5 months while I was focused on other things. Thanks for your hard work and patience. 3.0.9.Final is a maintenance release. There are a few minor migration notes you should read before you upgrade, but most applications shouldn’t be affected. We’ll try and do another maintenance release in like 6-8 weeks. Check out resteasy.jboss.org for download links, jira release notes, and documentation.
Like this:
Like Loading...
August 20, 2014
billburke
java, javaee, JAX-RS, Keycloak, oauth, openid connect, opensource, REST, RESTEasy, security, SSO
Many bugs fixes and cleanup. Not much for features although we did add a ton of tooltips to the admin console. We’re getting very close to a final release and are still on schedule to release 2nd week on September.
See keycloak.org for links to download and documentation.
Like this:
Like Loading...
March 31, 2014
billburke
java, javaee, JAX-RS, jboss, RESTEasy
Ron fixed a few bugs in validation. Netty improvements. A few other bug fixes here and there.
As usual, follow links from jboss.org/resteasy to download and view documentation and release notes.
Like this:
Like Loading...
February 27, 2014
billburke
RESTEasy
John Ament, a long time lurker on resteasy-dev list has put together a lightweight combination of Undertow + Resteasy + Weld called Hammock. We’ve gotten in some PRs from him to help make this a reality, hope to get more. I’m hoping somebody puts together this combination with Netty too and contributes it.
Like this:
Like Loading...
December 12, 2013
billburke
java, javaee, JAX-RS, RESTEasy
Resteasy 3.0.6.Final has been released today. This is a maintenance release. Netty 4 JAX-RS 2.0 Async APIs actually work now! As usual, check out http://jboss.org/resteasy for how to download the distro and view documentation.
Like this:
Like Loading...
September 5, 2013
billburke
java, JAX-RS, RESTEasy
Resteasy 3.0.4.Final has been released today. Besides some bug fixes, this ended up being a major feature release specifically:
- Netty 4 integration thanks to Kristoffer Sjoegren
- Undertow integration
- JOSE JSON Web Encryption (JWE) Support
- A new Servlet 3.0 ServerContainerInitializer for Resteasy. This allows you to take advantage of JAX-RS integration within a standalone Servlet 3.0 environment. This means you can work solely with Application classes, use automatic scanning, and not have to write anything in your web.xml files for Tomcat and Jetty deployments!.
- I also published the new revised examples for my up-and-coming Restful Java With JAX-RS 2.0 book revision.
As usual, check out http://jboss.org/resteasy for how to download the distro and view documentation.
Like this:
Like Loading...
August 7, 2013
billburke
java, javaee, JAX-RS, RESTEasy
Follow the links at http://jboss.org/resteasy to download and view release notes. The was just a maintenance release fixing a few minor bugs in async and cookie parsing.
Like this:
Like Loading...
July 17, 2013
billburke
java, JAX-RS, RESTEasy
Mostly a small maintenance release. I did add a forward() method to HttpRequest. If you tried to forward() using a RequestDispatcher, Resteasy would still try and send a response. The HttpRequest.forward() method makes sure this happens and gives you an abstraction too. Special thanks to Alexey Ogarkov for adding java.net.URL support for JAX-RS 2.0 client framework too.
See http://jboss.org/resteasy for where to download and view release notes.
Like this:
Like Loading...
June 19, 2013
billburke
RESTEasy
I had a blocker bug. If you were deploying to Tomcat or Jetty and using scanning, one of the built in providers would have been scanned when it should not have. It was just a matter of removing @Provider from this class. New release is up, you know where to look…
Like this:
Like Loading...
Older Entries