RESTEasy Async Http Servlet 3.0


License

License

Categories

Categories

JBoss Container Application Servers RESTEasy Program Interface REST Frameworks
GroupId

GroupId

org.jboss.resteasy
ArtifactId

ArtifactId

async-http-servlet-3.0
Last Version

Last Version

3.1.0.Beta2
Release Date

Release Date

Type

Type

jar
Description

Description

RESTEasy Async Http Servlet 3.0
Project Organization

Project Organization

JBoss by Red Hat

Download async-http-servlet-3.0

How to add to project

<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/async-http-servlet-3.0/ -->
<dependency>
    <groupId>org.jboss.resteasy</groupId>
    <artifactId>async-http-servlet-3.0</artifactId>
    <version>3.1.0.Beta2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/async-http-servlet-3.0/
implementation 'org.jboss.resteasy:async-http-servlet-3.0:3.1.0.Beta2'
// https://jarcasting.com/artifacts/org.jboss.resteasy/async-http-servlet-3.0/
implementation ("org.jboss.resteasy:async-http-servlet-3.0:3.1.0.Beta2")
'org.jboss.resteasy:async-http-servlet-3.0:jar:3.1.0.Beta2'
<dependency org="org.jboss.resteasy" name="async-http-servlet-3.0" rev="3.1.0.Beta2">
  <artifact name="async-http-servlet-3.0" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='async-http-servlet-3.0', version='3.1.0.Beta2')
)
libraryDependencies += "org.jboss.resteasy" % "async-http-servlet-3.0" % "3.1.0.Beta2"
[org.jboss.resteasy/async-http-servlet-3.0 "3.1.0.Beta2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jboss.logging : jboss-logging jar 3.3.0.Final

provided (4)

Group / Artifact Type Version
org.jboss.resteasy : resteasy-jaxrs jar 3.1.0.Beta2
org.jboss.spec.javax.servlet : jboss-servlet-api_3.1_spec jar 1.0.0.Final
org.jboss.logging : jboss-logging-annotations jar 1.2.0.Final
org.jboss.logging : jboss-logging-processor jar 1.2.0.Final

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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.github.io.

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

org.jboss.resteasy

RESTEasy

Versions

Version
3.1.0.Beta2
3.1.0.Beta1
3.0.19.Final
3.0.18.Final
3.0.17.Final
3.0.16.Final
3.0.15.Final
3.0.14.Final
3.0.13.Final
3.0.12.Final
3.0.11.Final
3.0.10.Final
3.0.9.Final
3.0.8.Final
3.0.7.Final
3.0.6.Final
3.0.5.Final
3.0.4.Final
3.0.3.Final
3.0.2.Final
3.0.1.Final
3.0.0.Final
3.0-rc-1
3.0-beta-6
3.0-beta-5
3.0-beta-4
3.0-beta-3
3.0-beta-2
3.0-beta-1
2.3.10.Final
2.3.7.Final
2.3.6.Final
2.3.5.Final
2.3.4.Final
2.3.3.Final
2.3.2.Final
2.3.1.GA
2.3.0.GA
2.3-RC1
2.3-beta-1
2.2.3.GA
2.2.2.GA
2.2.1.GA
2.2.0.GA
2.2-RC-1
2.2-beta-1
2.1.0.GA
2.1-beta-1
2.0.1.GA
2.0.0.GA
2.0-RC1
2.0-beta-4
2.0-beta-3
2.0-beta-2
2.0-beta-1
1.2.1.GA
1.2.GA
1.2.RC1
1.1.GA
1.1-RC2
1.1-RC1
1.0.2.GA
1.0.1.GA
1.0.0.GA
1.0-RC1
1.0-beta-9