Author: dkulp
Date: Mon Aug 11 12:40:27 2008
New Revision: 684889
URL: http://svn.apache.org/viewvc?rev=684889&view=rev
Log:
Add information for jsr311 update
Modified:
cxf/trunk/buildtools/src/main/resources/notice-supplements.xml
cxf/trunk/distribution/src/main/release/release_notes.txt
Modified: cxf/trunk/buildtools/src/main/resources/notice-supplements.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/buildtools/src/main/resources/notice-supplements.xml?rev=684889&r1=684888&r2=684889&view=diff
==============================================================================
--- cxf/trunk/buildtools/src/main/resources/notice-supplements.xml (original)
+++ cxf/trunk/buildtools/src/main/resources/notice-supplements.xml Mon Aug 11
12:40:27 2008
@@ -2,6 +2,24 @@
<supplementalDataModels>
<supplement>
<project>
+ <groupId>javax.ws.rs</groupId>
+ <artifactId>jsr311-api</artifactId>
+ <name>JSR 311 API</name>
+ <url>https://jsr311.dev.java.net/</url>
+ <organization>
+ <name>Sun Microsystems</name>
+ <url>http://www.sun.com/</url>
+ </organization>
+ <licenses>
+ <license>
+ <name>COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version
1.0</name>
+ <url>http://www.sun.com/cddl/cddl.html</url>
+ </license>
+ </licenses>
+ </project>
+ </supplement>
+ <supplement>
+ <project>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<name>Sun JAXB Reference Implementation Runtime</name>
Modified: cxf/trunk/distribution/src/main/release/release_notes.txt
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/release_notes.txt?rev=684889&r1=684888&r2=684889&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/release_notes.txt (original)
+++ cxf/trunk/distribution/src/main/release/release_notes.txt Mon Aug 11
12:40:27 2008
@@ -82,7 +82,15 @@
http://issues.apache.org/jira/browse/CXF
-6. Specific issues, features, and improvements fixed in this version
+6. JAX-RS/JSR-311
+
+2.1.2 upgrades the JAX-RS/JSR-311 support level to 0.8 from 0.7. This may
cause
+existing JAX-RS applications to fail. JAX-RS/JSR-311 is a work in progress
and as
+the specification changes, we'll be updating the implementation to keep track
with
+the specification.
+
+
+7. Specific issues, features, and improvements fixed in this version
Release Notes - CXF - Version 2.1.2