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 15:15:43
推送於2025-04-17 07:29:31
最后一次提交
發布數293
最新版本名稱v7.0.0.Beta1 (發布於 2025-03-10 08:56:10)
第一版名稱RESTEASY_JAXRS_BETA1 (發布於 )
用户参与
星數1.1k
關注者數79
派生數893
提交數6.5k
已啟用問題?
問題數0
打開的問題數0
拉請求數3498
打開的拉請求數14
關閉的拉請求數869
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?