Qortora · Search · Indexed page
resteasy.dev Fetched 2026-08-15T03:20:10Z
RESTEasy RESTEasy Overview Downloads Documentation Community Blog Dark RESTEasy RESTEasy is a Commonhaus project that provides various frameworks to help you build RESTful Web Services and RESTful Java applications. It is an implementation of the Jakarta RESTful Web Services, an Eclipse F…
Open original source · Full cached text
RESTEasy Overview Downloads Documentation Community Blog Dark RESTEasy RESTEasy is a Commonhaus project that provides various frameworks to help you build RESTful Web Services and RESTful Java applications. It is an implementation of the Jakarta RESTful Web Services, an Eclipse Foundation specification that provides a Java API for RESTful Web Services over the HTTP protocol. Moreover, RESTEasy also implements the MicroProfile REST Client specification API. RESTEasy can run in any Servlet container, but tighter integration with WildFly Application Server and Quarkus is also available to make the user experience nicer in those environments. Features Implements Jakarta RESTful Web Services Portable to Tomcat and many other application servers Embeddable server implementation for JUnit testing Enhanced client framework Client "Browser" cache. Supports HTTP 1.1 caching semantics, including cache revalidation Server in-memory cache. Local response cache. Automatically handles ETag generation and cache revalidation Rich set of providers for XML, JSON, YAML, Fastinfoset, Multipart, XOP, Atom, etc. JAXB marshalling into XML, JSON, Jackson, Fastinfoset, and Atom as well as wrappers for maps, arrays, lists, and sets of JAXB Objects. GZIP content-encoding Asynchronous HTTP abstractions for Jakarta Servlet Reactive support Asynchronous Job Service. Rich interceptor model. OAuth2 and Distributed SSO with WildFly Digital Signature and encryption support with S/MIME and DOSETA EJB, Guice, Spring, Spring MVC and Spring Boot integration Latest News RESTEasy 6.2.17.Final and 7.0.3.Final Releases By James R. Perkins | August 03, 2026 Today we would like to announce the release of RESTEasy 6.2.17.Final and RESTEasy 7.0.3.Final. Both releases include bug fixes, component upgrades, and some notable enhancements. A major milestone in both releases is the addition of JPMS module descriptors for RESTEasy artifacts (RESTEASY-3011). This has been a long-standing request. Rather than simply adding Automatic-Module-Name manifest entries, full module-info.java descriptors have been added to the... Read More » RESTEasy 6.2.16.Final and 7.0.2.Final Releases By James R. Perkins | April 15, 2026 Today we would like to announce the release of RESTEasy 6.2.16.Final and RESTEasy 7.0.2.Final. Both releases consist mostly of bug fixes and component upgrades. One big change to both 6.2.16.Final and 7.0.2.Final was better support for CDI. Previously, Jakarta REST resources required a public no-arg constructor, even when managed by CDI. This release relaxes that requirement, allowing CDI to fully handle resource... Read More » RESTEasy 6.2.15.Final and 7.0.1.Final Releases By James R. Perkins | December 10, 2025 Today we are excited to announce the release of RESTEasy 6.2.15.Final and RESTEasy 7.0.1.Final. Both releases consist mostly of bug fixes and component upgrades. Breaking Changes One breaking change, that will only affect users of the WildFly Channel, has also been made. The change was simply to change the Maven group id from dev.resteasy.channels to org.jboss.resteasy.channels. This was done as changes were needed for... Read More » resteasy-grpc 1.0.0.Final is available By rsigal | November 20, 2025 RESTEasy gRPC to Jakarta REST Bridge project: First Final release available The first Final releases (1.0.0.Final) of the RESTEasy gRPC to Jakarta REST Bridge project (https://github.com/resteasy/resteasy-grpc), aka resteasy-grpc, and its sibling gRPCtoJakartaREST-archetype project (1.0.1.Final) (https://github.com/resteasy/gRPCtoJakartaREST-archetype) are now available on Maven Central. For more information, see RESTEasy gRPC to Jakarta REST Bridge project: First Beta release available: https... Read More » resteasy-grpc 1.0.0.Beta1 is available By rsigal | September 30, 2025 RESTEasy gRPC to Jakarta REST Bridge project: First Beta release available The first beta releases (1.0.0.Beta1) of the RESTEasy gRPC to Jakarta REST Bridge project (https://github.com/resteasy/resteasy-grpc), aka resteasy-grpc, and its sibling gRPCtoJakartaREST-archetype project (1.0.0.Beta2) (https://github.com/resteasy/gRPCtoJakartaREST-archetype) are now available on Maven Central. A number of blogs have been written on the projects themselves[1] [2] [3] and on... Read More » RESTEasy 6.2.14.Final and 7.0.0.Final Releases By James R. Perkins | September 28, 2025 Today we are excited to announce the release of RESTEasy 6.2.14.Final and RESTEasy 7.0.0.Final. RESTEasy 7.0.0.Final has been a long time coming and likely could have been final a while ago. However, we had some housekeeping we wanted to get done first. The release of 7.0.0.Final is a major milestone. It finalizes our effort to streamline the core framework and move key integrations... Read More » RESTEasy and Red Hat's Middleware Strategy By James R. Perkins | March 19, 2025 Hello, Red Hat announced a change in its middleware strategy last month and I wanted to give the RESTEasy community information on how that affects RESTEasy. The Red Hat announcement can be found on the Red Hat blog: Evolving our middleware strategy Some key points there are: Red Hat’s Middleware and Integration Engineering and Products teams are moving to IBM in May 2025. All transitioning Red Hat technology will remain open source and continue... Read More » RESTEasy 6.2.12.Final and 7.0.0.Beta1 Releases By James R. Perkins | March 10, 2025 Today we'd like to announce the release of RESTEasy 6.2.12.Final and RESTEasy 7.0.0.Beta1. 7.0.0.Beta1 RESTEasy 7.0.0.Beta1 is a Jakarta REST 4.0 implementation. This is the first beta release, a long time coming if I'm being honest. There have been high hopes we could get more features into this release, but the time has come to start finalizing it as Jakarta... Read More » RESTEasy in a Foundation By James R. Perkins | February 19, 2025 As with other projects, like WildFly, RESTEasy has been looking at moving to a vendor-neutral software foundation. Our hope is that by doing this we can further expand our community, improve our openness and transparency, refresh our governance model, and encourage more participation by contributors not affiliated with Red Hat. As of recently we've moved some projects out of the default RESTEasy repository into their own repository. This gives us the ability to... Read More » resteasy-grpc: Handling Collections By Ron Sigal | February 14, 2025 Release 1.0.0.Alpha6 of resteasy-grpc (see also gRPC Bridge Project: User Guide) has a new facility for handling implementations of java.util.List and java.util.Set. In order to handle arbitrary implementations, idiosyncratic details of particular implementating classes are ignored and all implementations are assigned the least common nature of lists and sets. That is, an implementation of java.util.List is considered to be an ordered sequence and is translated... Read More » Overview Downloads Documentation Community Blog Apache License 2.0 Security Copyright © RESTEasy. All rights reserved. For details on our trademarks, please visit our Trademark Policy and Trademark List. Trademarks of third parties are owned by their respective holders and their mention here does not suggest any endorsement or association. Outline RESTEasy Features Latest News RESTEasy 6.2.17.Final and 7.0.3.Final Releases RESTEasy 6.2.16.Final and 7.0.2.Final Releases RESTEasy 6.2.15.Final and 7.0.1.Final Releases resteasy-grpc 1.0.0.Final is available resteasy-grpc 1.0.0.Beta1 is available RESTEasy 6.2.14.Final and 7.0.0.Final Releases RESTEasy and Red Hat's Middleware Strategy RESTEasy 6.2.12.Final and 7.0.0.Beta1 Releases RESTEasy in a Foundation Keywords RESTEasy
Presented by Qortora, a product of Qortora, LLC. Content remains the property of the original publisher. This reference page supports transparent discovery within the Qortora index.