Resteasy

REST and JAXRS

Github stars Tracking Chart

RESTEasy

Build Status

RESTEasy is a JBoss.org project aimed at providing productivity frameworks for developing client and server RESTful applications and services in Java. It is mainly a JAX-RS implementation but you'll find some other experimental code in the repository.

The project page can be found at https://resteasy.jboss.org.

JAX-RS

RESTEasy is a JBoss project that provides various frameworks to help you build RESTful Web Services and RESTful Java applications. It is a portable implementation of the JAX-RS specification. The full name of JAX-RS is Jakarta RESTful Web Services that provides a Java API for RESTful Web Services over the HTTP protocol. Please note that the specification is now under the Eclipse EE4J Project. You can read the entire specification at Jakarta RESTful Web Services.

Getting started with RESTEasy

Documentation

To read the documentation you can read it online.

Issues

Issues are kept in JIRA.

Build

Currently RESTEasy can be built with JDK 1.8 and 11.

If you want to purely build the project without running the tests, you need to pull down a clone of the RESTEasy repository and run:

$ mvn install -Dmaven.test.skip=true

If you want to build the project with testings run, you may need to specify a profile to use, and may need to configure the Wildfly version you want to run the tests with. Here is an example:

$ export SERVER_VERSION=17.0.0.Final
$ mvn -B -Pjboss-repository -fae -Dserver.version=$SERVER_VERSION install

You may want to check our Travis CI configuration to see our testing configuration matrix as build example.

And the example of full build processes can be checked here.

Contribute

You are most welcome to contribute to RESTEasy!

Read the Contribution guidelines

Main metrics

Overview
Name With Ownerresteasy/resteasy
Primary LanguageJava
Program languageHTML (Language Count: 5)
Platform
License:Apache License 2.0
所有者活动
Created At2011-12-09 15:15:43
Pushed At2025-04-17 07:29:31
Last Commit At
Release Count293
Last Release Namev7.0.0.Beta1 (Posted on 2025-03-10 08:56:10)
First Release NameRESTEASY_JAXRS_BETA1 (Posted on )
用户参与
Stargazers Count1.1k
Watchers Count79
Fork Count893
Commits Count6.5k
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count3498
Pull Requests Open Count14
Pull Requests Close Count869
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private