Resteasy

REST and JAXRS

Github星跟踪图

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

主要指标

概览
名称与所有者resteasy/resteasy
主编程语言Java
编程语言HTML (语言数: 5)
平台
许可证Apache License 2.0
所有者活动
创建于2011-12-09 23:15:43
推送于2025-11-03 15:08:16
最后一次提交
发布数295
最新版本名称v6.2.14.Final (发布于 2025-09-29 00:33:26)
第一版名称RESTEASY_JAXRS_BETA1 (发布于 )
用户参与
星数1.1k
关注者数77
派生数893
提交数6.7k
已启用问题?
问题数0
打开的问题数0
拉请求数3619
打开的拉请求数14
关闭的拉请求数898
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?