From c853d7e66b66d062fc6fd1a83bf7d9e9a3f80e72 Mon Sep 17 00:00:00 2001 From: Juan Hernandez Date: Mon, 23 Apr 2012 14:47:09 +0200 Subject: [PATCH] Added the async HTTP servlet 3.0 module --- ...easy-2.3.2.Final-remove-currently-unbuilt-modules.patch | 6 +++--- resteasy.spec | 7 +++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/resteasy-2.3.2.Final-remove-currently-unbuilt-modules.patch b/resteasy-2.3.2.Final-remove-currently-unbuilt-modules.patch index 844cc9e..ee26922 100644 --- a/resteasy-2.3.2.Final-remove-currently-unbuilt-modules.patch +++ b/resteasy-2.3.2.Final-remove-currently-unbuilt-modules.patch @@ -1,8 +1,8 @@ diff --git a/pom.xml b/pom.xml -index 455d6ee..965d294 100644 +index 455d6ee..2ce1d2d 100644 --- a/pom.xml +++ b/pom.xml -@@ -86,22 +86,10 @@ +@@ -86,22 +86,11 @@ resteasy-test-data resteasy-jaxrs providers @@ -20,7 +20,7 @@ index 455d6ee..965d294 100644 resteasy-cdi - war-tests - examples -- async-http-servlet-3.0 + async-http-servlet-3.0 - profiling-tests diff --git a/resteasy.spec b/resteasy.spec index a0dd935..7cdd277 100644 --- a/resteasy.spec +++ b/resteasy.spec @@ -3,7 +3,7 @@ Name: resteasy Version: 2.3.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Framework for RESTful Web services and Java applications Group: Development/Libraries License: ASL 2.0 and CDDL @@ -199,6 +199,7 @@ do fi done <<'.' . jaxrs-all +async-http-servlet-3.0/async-http-servlet-3.0 async-http-servlet-3.0 jaxrs-api jaxrs-api providers providers providers/fastinfoset resteasy-fastinfoset-provider @@ -221,7 +222,6 @@ tjws tjws # async-http-jbossweb/async-http-jbossweb-jar async-http-jbossweb # async-http-tomcat/asynch-http-tomcat-jar async-http-tomcat6 -# async-http-servlet-3.0/async-http-servlet-3.0 async-http-servlet-3.0 # eagledns eagledns-fork # providers/multipart resteasy-multipart-provider # providers/resteasy-hibernatevalidator-provider resteasy-hibernatevalidator-provider @@ -246,6 +246,9 @@ cp -rp target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name} %doc License.html %changelog +* Mon Apr 23 2012 Juan Hernandez 2.3.2-3 +- Added async HTTP Servlet 3.0 module + * Mon Apr 12 2012 Juan Hernandez 2.3.2-2 - Build CDI integration module (bug #812978)