From 92093e02cbc26f18b030b2d2d4f681b8387c2e6a Mon Sep 17 00:00:00 2001 From: Juan Hernandez Date: Mon, 16 Apr 2012 19:29:45 +0200 Subject: [PATCH] Add CDI integration module (#812978) https://bugzilla.redhat.com/812978 Now that the cdi-api is available the CDI integration module can be easily added. --- ....3.2.Final-remove-currently-unbuilt-modules.patch | 12 +++--------- resteasy.spec | 10 +++++++--- 2 files changed, 10 insertions(+), 12 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 069139f..844cc9e 100644 --- a/resteasy-2.3.2.Final-remove-currently-unbuilt-modules.patch +++ b/resteasy-2.3.2.Final-remove-currently-unbuilt-modules.patch @@ -1,14 +1,8 @@ -commit 907551f6df11c589490242579077fdd65b50ca3f -Author: Juan Hernandez -Date: Tue Mar 13 19:05:09 2012 +0100 - - Remove currently unbuilt modules - diff --git a/pom.xml b/pom.xml -index 455d6ee..7d34f57 100644 +index 455d6ee..965d294 100644 --- a/pom.xml +++ b/pom.xml -@@ -86,22 +86,9 @@ +@@ -86,22 +86,10 @@ resteasy-test-data resteasy-jaxrs providers @@ -23,7 +17,7 @@ index 455d6ee..7d34f57 100644 - async-http-tomcat - resteasy-spring resteasy-jsapi -- resteasy-cdi + resteasy-cdi - war-tests - examples - async-http-servlet-3.0 diff --git a/resteasy.spec b/resteasy.spec index 577c471..a0dd935 100644 --- a/resteasy.spec +++ b/resteasy.spec @@ -3,7 +3,7 @@ Name: resteasy Version: 2.3.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Framework for RESTful Web services and Java applications Group: Development/Libraries License: ASL 2.0 and CDDL @@ -71,7 +71,7 @@ BuildRequires: tomcat-el-2.2-api BuildRequires: tomcat-servlet-3.0-api #BuildRequires: tomcat6 #BuildRequires: tomcat6-lib -#BuildRequires: weld-cdi-api +BuildRequires: cdi-api BuildRequires: xerces-j2 #BuildRequires: findbugs-maven-plugin @@ -112,6 +112,7 @@ Requires: bouncycastle-mail # C: Requires: cglib +Requires: cdi-api # D: Requires: dnsjava @@ -211,6 +212,7 @@ resteasy-bom resteasy-bom resteasy-guice resteasy-guice resteasy-jaxrs resteasy-jaxrs resteasy-jsapi resteasy-jsapi +resteasy-cdi resteasy-cdi tjws tjws . @@ -224,7 +226,6 @@ tjws tjws # providers/multipart resteasy-multipart-provider # providers/resteasy-hibernatevalidator-provider resteasy-hibernatevalidator-provider # resteasy-cache/resteasy-cache-core resteasy-cache-core -# resteasy-cdi resteasy-cdi # resteasy-links resteasy-links # resteasy-spring resteasy-spring # resteasy-crypto resteasy-crypto @@ -245,5 +246,8 @@ cp -rp target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name} %doc License.html %changelog +* Mon Apr 12 2012 Juan Hernandez 2.3.2-2 +- Build CDI integration module (bug #812978) + * Thu Mar 6 2012 Ade Lee 2.3.2-1 - Initial packaging