You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by lr...@apache.org on 2011/05/09 04:19:51 UTC

svn commit: r1100863 - in /incubator/wink/site/trunk: ./ src/site/confluence/ src/site/confluence/1.1.3/

Author: lresende
Date: Mon May  9 02:19:50 2011
New Revision: 1100863

URL: http://svn.apache.org/viewvc?rev=1100863&view=rev
Log:
Site Updates related to release 1.1.3

Added:
    incubator/wink/site/trunk/src/site/confluence/1.1.3/
    incubator/wink/site/trunk/src/site/confluence/1.1.3/release_notes.confluence
Modified:
    incubator/wink/site/trunk/pom.xml
    incubator/wink/site/trunk/src/site/confluence/downloads.confluence.vm
    incubator/wink/site/trunk/src/site/confluence/news.confluence
    incubator/wink/site/trunk/src/site/confluence/roadmap.confluence

Modified: incubator/wink/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/site/trunk/pom.xml?rev=1100863&r1=1100862&r2=1100863&view=diff
==============================================================================
--- incubator/wink/site/trunk/pom.xml (original)
+++ incubator/wink/site/trunk/pom.xml Mon May  9 02:19:50 2011
@@ -25,10 +25,18 @@
 	<parent>
 		<groupId>org.apache</groupId>
 		<artifactId>apache</artifactId>
-		<version>6</version>
+		<version>8</version>
 	</parent>
 
     <properties>
+        <!-- Wink 1.1.3 -->
+       	<download_1_1_3Version>1.1.3-incubating</download_1_1_3Version>
+       	<download_1_1_3Name>Wink-${download_1_1_3Version}</download_1_1_3Name>
+       	<download_1_1_3MirrorUrl>http://www.apache.org/dyn/closer.cgi/incubator/wink/${download_1_1_3Version}</download_1_1_3MirrorUrl>
+       	<download_1_1_3DistUrl>http://www.apache.org/dist/incubator/wink/${download_1_1_3Version}</download_1_1_3DistUrl>
+       	<download_1_1_3File>apache-wink-${download_1_1_3Version}</download_1_1_3File>
+       	<download_1_1_3TagUrl>http://svn.apache.org/repos/asf/incubator/wink/tags/wink-${download_1_1_3Version}</download_1_1_3TagUrl>
+
         <!-- Wink 1.1.2 -->
        	<download_1_1_2Version>1.1.2-incubating</download_1_1_2Version>
        	<download_1_1_2Name>Wink-${download_1_1_2Version}</download_1_1_2Name>
@@ -61,21 +69,21 @@
        	<download_1_0File>apache-wink-${download_1_0Version}</download_1_0File>
        	<download_1_0TagUrl>http://svn.apache.org/repos/asf/incubator/wink/tags/wink-${download_1_0Version}</download_1_0TagUrl>
 
-	<!-- Wink 0.1 -->
-	<download_0_1Version>0.1-incubating</download_0_1Version>
-	<download_0_1Name>Wink-${download_0_1Version}</download_0_1Name>
-	<download_0_1MirrorUrl>http://www.apache.org/dyn/closer.cgi/incubator/wink/${download_0_1Version}</download_0_1MirrorUrl>
-	<download_0_1DistUrl>http://www.apache.org/dist/incubator/wink/${download_0_1Version}</download_0_1DistUrl>
-	<download_0_1File>apache-wink-${download_0_1Version}</download_0_1File>
+		<!-- Wink 0.1 -->
+        <download_0_1Version>0.1-incubating</download_0_1Version>
+        <download_0_1Name>Wink-${download_0_1Version}</download_0_1Name>
+        <download_0_1MirrorUrl>http://www.apache.org/dyn/closer.cgi/incubator/wink/${download_0_1Version}</download_0_1MirrorUrl>
+        <download_0_1DistUrl>http://www.apache.org/dist/incubator/wink/${download_0_1Version}</download_0_1DistUrl>
+        <download_0_1File>apache-wink-${download_0_1Version}</download_0_1File>
        	<download_0_1TagUrl>http://svn.apache.org/repos/asf/incubator/wink/tags/wink-${download_0_1Version}</download_0_1TagUrl>
 
-	<!-- SNAPSHOT -->
-	<!-- NOT generally linked from a project's home page
-	<snapshotVersion>0.2-incubating-SNAPSHOT</snapshotVersion>
-	<downloadSnapshotName>Wink-${snapshotVersion}</downloadSnapshotName>
-	<downloadSnapshotUrl>https://repository.apache.org/content/repositories/snapshots/org/apache/wink/apache-wink/${snapshotVersion}</downloadSnapshotUrl>
-	<downloadSnapshotFile>apache-wink-${snapshotVersion}</downloadSnapshotFile>
--->
+        <!-- SNAPSHOT -->
+        <!-- NOT generally linked from a project's home page
+        <snapshotVersion>0.2-incubating-SNAPSHOT</snapshotVersion>
+        <downloadSnapshotName>Wink-${snapshotVersion}</downloadSnapshotName>
+        <downloadSnapshotUrl>https://repository.apache.org/content/repositories/snapshots/org/apache/wink/apache-wink/${snapshotVersion}</downloadSnapshotUrl>
+        <downloadSnapshotFile>apache-wink-${snapshotVersion}</downloadSnapshotFile>
+        -->
 	</properties>
 	<scm>
 		<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wink/trunk</connection>
@@ -352,6 +360,14 @@
 			</roles>
 		</developer>
 		<developer>
+			<id>lresende</id>
+			<name>Luciano Resende</name>
+			<organization>Shutterfly</organization>
+			<roles>
+				<role>committer</role>
+			</roles>
+		</developer>
+		<developer>
 			<id>martins</id>
 			<name>Martin Snitkovsky</name>
 			<organization>HP</organization>
@@ -375,7 +391,15 @@
 				<role>committer</role>
 			</roles>
 		</developer>
-        	<developer>
+		<developer>
+			<id>rfeng</id>
+			<name>Raymond Feng</name>
+			<organization>Shutterfly</organization>
+			<roles>
+				<role>committer</role>
+			</roles>
+		</developer>		
+		<developer>
 			<id>rott</id>
 			<name>Mike Rheinheimer</name>
 			<organization>IBM</organization>

Added: incubator/wink/site/trunk/src/site/confluence/1.1.3/release_notes.confluence
URL: http://svn.apache.org/viewvc/incubator/wink/site/trunk/src/site/confluence/1.1.3/release_notes.confluence?rev=1100863&view=auto
==============================================================================
--- incubator/wink/site/trunk/src/site/confluence/1.1.3/release_notes.confluence (added)
+++ incubator/wink/site/trunk/src/site/confluence/1.1.3/release_notes.confluence Mon May  9 02:19:50 2011
@@ -0,0 +1,48 @@
+h2. Apache Wink 1.1.3 Release Notes
+
+h3. Overview
+ 
+This is the fifth official release of Apache Wink project.
+Apache Wink is a framework that helps you to produce and consume RESTful Web Services. 
+Apache Wink is TCK compliant implementation of the JAX-RS v1.1 specification. 
+The project also introduces Java API for writing clients that consume HTTP-based RESTful Web Services. 
+
+h3. Complete list of issues fixed in 1.1.3
+
+h4. Bug
+    * WINK-286 - GET methods fail to serve requests without Content-Type if the class/interface has @Consumes
+    * WINK-292 - Add proxy authentification support for the RestClient
+    * WINK-307 - Fix obscure error message during Service Doc generation
+    * WINK-311 - Resource Locator's @PathParam resolution is not correct.
+    * WINK-312 - GenericsUtils.isAssignable() cannot handle primitive types
+    * WINK-316 - AdminServlet doesn't process QueryParams properly
+    * WINK-317 - HttpHeadersImpl.getCookies() only ever returns the first cookie in the Cookie header
+    * WINK-320 - The JSON4J tests are failing due to not being able to find test resources
+    * WINK-332 - JAXBXmlProvider blocks JAXB implementation from successfully parsing XML when no concrete type can be found.
+    * WINK-339 - org.apache.wink.test.mock.MockHttpServletRequestWrapper doesn't handle getContentType() and parameter related methods
+
+h4. Improvement
+    * WINK-287 - Support web beans / (J)CDI / JSR-299
+    * WINK-294 - Some plugins missing versions
+    * WINK-295 - Upgrade to SLF4J 1.6.0
+    * WINK-296 - DEBUG -> TRACE logging reform
+    * WINK-297 - serviceability improvement; externalize strings, confirm formatting
+    * WINK-299 - Make Jackson the default JSON provider for Wink
+    * WINK-304 - serviceability improvement, output information upon application registration, errors
+    * WINK-305 - allow configuration file for SSL
+    * WINK-310 - Annotations inherited by a resource class should determine parameter type from the subclass, not the superclass
+    * WINK-315 - Improve the tolerance of malformed media types
+    * WINK-319 - Simplify addition of Request/Response handlers
+    * WINK-325 - Allow AtomCommonAttributes#otherAttributes and AtomCommonAttributesSimpleContent#otherAttributes to be lazy initialized.
+
+h4. New Feature
+    * WINK-313 - WADL support
+    * WINK-318 - Wink JSON model
+    * WINK-321 - Support @XmlJavaTypeAdapter and @XmlElement on method params
+    * WINK-322 - Add JSR250 life cycle management support
+    * WINK-326 - AsyncHttpClient module
+    * WINK-336 - Add a wink provider for Google Protocol Buffer
+    * WINK-337 - Add a wink provider for Apache Thrift
+
+h4.Test
+    * WINK-298 - enhance DTD expansion tests

Modified: incubator/wink/site/trunk/src/site/confluence/downloads.confluence.vm
URL: http://svn.apache.org/viewvc/incubator/wink/site/trunk/src/site/confluence/downloads.confluence.vm?rev=1100863&r1=1100862&r2=1100863&view=diff
==============================================================================
--- incubator/wink/site/trunk/src/site/confluence/downloads.confluence.vm (original)
+++ incubator/wink/site/trunk/src/site/confluence/downloads.confluence.vm Mon May  9 02:19:50 2011
@@ -7,28 +7,28 @@ h1. Apache Wink Downloads
  Apache Wink is distributed under the [Apache License, version 2.0|http://maven.apache.org/license.html].
 
 
-h2. Download Wink 1.1.2
+h2. Download Wink 1.1.3
 
 || Name ||  Archive || MD5 || SHA-1 || Signature ||
-| ${download_1_1_2Name} (tar.gz) | [tar.gz|${download_1_1_2MirrorUrl}/${download_1_1_2File}.tar.gz] |  [MD5|${download_1_1_2DistUrl}/${download_1_1_2File}.tar.gz.md5] |  [SHA-1|${download_1_1_2DistUrl}/${download_1_1_2File}.tar.gz.sha1]  | [ASC|${download_1_1_2DistUrl}/${download_1_1_2File}.tar.gz.asc] |
-| ${download_1_1_2Name} (zip) | [zip|${download_1_1_2MirrorUrl}/${download_1_1_2File}.zip] |  [MD5|${download_1_1_2DistUrl}/${download_1_1_2File}.zip.md5] |  [SHA-1|${download_1_1_2DistUrl}/${download_1_1_2File}.zip.sha1] | [ASC|${download_1_1_2DistUrl}/${download_1_1_2File}.zip.asc] |
-| ${download_1_1_2Name} (Source tar.gz) | [tar.gz|${download_1_1_2MirrorUrl}/${download_1_1_2File}-src.tar.gz] |  [MD5|${download_1_1_2DistUrl}/${download_1_1_2File}-src.tar.gz.md5]  | [SHA-1|${download_1_1_2DistUrl}/${download_1_1_2File}-src.tar.gz.sha1] | [ASC|${download_1_1_2DistUrl}/${download_1_1_2File}-src.tar.gz.asc] |
-| ${download_1_1_2Name} (Source zip) | [zip|${download_1_1_2MirrorUrl}/${download_1_1_2File}-src.zip] |  [MD5|${download_1_1_2DistUrl}/${download_1_1_2File}-src.zip.md5] |  [SHA-1|${download_1_1_2DistUrl}/${download_1_1_2File}-src.zip.sha1] | [ASC|${download_1_1_2DistUrl}/${download_1_1_2File}-src.zip.asc] |
-| Release Notes | [${download_1_1_2Version}|1.1.2/release\_notes] | | | |
-| KEYS for {$download_1_1_2Name} | [KEYS|${download_1_1_2TagUrl}/KEYS] | | | |
+| ${download_1_1_3Name} (tar.gz) | [tar.gz|${download_1_1_3MirrorUrl}/${download_1_1_3File}.tar.gz] |  [MD5|${download_1_1_3DistUrl}/${download_1_1_3File}.tar.gz.md5] |  [SHA-1|${download_1_1_3DistUrl}/${download_1_1_3File}.tar.gz.sha1]  | [ASC|${download_1_1_3DistUrl}/${download_1_1_3File}.tar.gz.asc] |
+| ${download_1_1_3Name} (zip) | [zip|${download_1_1_3MirrorUrl}/${download_1_1_3File}.zip] |  [MD5|${download_1_1_3DistUrl}/${download_1_1_3File}.zip.md5] |  [SHA-1|${download_1_1_3DistUrl}/${download_1_1_3File}.zip.sha1] | [ASC|${download_1_1_3DistUrl}/${download_1_1_3File}.zip.asc] |
+| ${download_1_1_3Name} (Source tar.gz) | [tar.gz|${download_1_1_3MirrorUrl}/${download_1_1_3File}-src.tar.gz] |  [MD5|${download_1_1_3DistUrl}/${download_1_1_3File}-src.tar.gz.md5]  | [SHA-1|${download_1_1_3DistUrl}/${download_1_1_3File}-src.tar.gz.sha1] | [ASC|${download_1_1_3DistUrl}/${download_1_1_3File}-src.tar.gz.asc] |
+| ${download_1_1_3Name} (Source zip) | [zip|${download_1_1_3MirrorUrl}/${download_1_1_3File}-src.zip] |  [MD5|${download_1_1_3DistUrl}/${download_1_1_3File}-src.zip.md5] |  [SHA-1|${download_1_1_3DistUrl}/${download_1_1_3File}-src.zip.sha1] | [ASC|${download_1_1_3DistUrl}/${download_1_1_3File}-src.zip.asc] |
+| Release Notes | [${download_1_1_3Version}|1.1.3/release\_notes] | | | |
+| KEYS for {$download_1_1_3Name} | [KEYS|${download_1_1_3TagUrl}/KEYS] | | | |
 
 Instructions for checking hashes and signatures is indicated on the [Verifying Apache Software Foundation Releases|http://www.apache.org/info/verification.html] page.
 
 You can also retrieve the source files from our svn repository by typing
 {code}
-svn co ${download_1_1_2TagUrl}/
+svn co ${download_1_1_3TagUrl}/
 {code}
 
 Instructions for checking hashes and signatures is indicated on the [Verifying Apache Software Foundation Releases|http://www.apache.org/info/verification.html] page.
 
 You can also retrieve the source files from our svn repository by typing
 {code}
-svn co ${download_1_1_2TagUrl}/
+svn co ${download_1_1_3TagUrl}/
 {code}
 
 h3. Using Maven
@@ -45,7 +45,7 @@ h5. Server
 <dependency>
     <groupId>org.apache.wink</groupId>
     <artifactId>wink-server</artifactId>
-    <version>${download_1_1_2Version}</version>
+    <version>${download_1_1_3Version}</version>
 </dependency>
 {code}
 
@@ -55,12 +55,20 @@ h5. Client
 <dependency>
     <groupId>org.apache.wink</groupId>
     <artifactId>wink-client</artifactId>
-    <version>${download_1_1_2Version}</version>
+    <version>${download_1_1_3Version}</version>
 </dependency>
 {code}
 
 h2. Previous Releases
 
+h3. Wink 1.1.2
+| ${download_1_1_2Name} (tar.gz) | [tar.gz|${download_1_1_2MirrorUrl}/${download_1_1_2File}.tar.gz] |  [MD5|${download_1_1_2DistUrl}/${download_1_1_2File}.tar.gz.md5] |  [SHA-1|${download_1_1_2DistUrl}/${download_1_1_2File}.tar.gz.sha1]  | [ASC|${download_1_1_2DistUrl}/${download_1_1_2File}.tar.gz.asc] |
+| ${download_1_1_2Name} (zip) | [zip|${download_1_1_2MirrorUrl}/${download_1_1_2File}.zip] |  [MD5|${download_1_1_2DistUrl}/${download_1_1_2File}.zip.md5] |  [SHA-1|${download_1_1_2DistUrl}/${download_1_1_2File}.zip.sha1] | [ASC|${download_1_1_2DistUrl}/${download_1_1_2File}.zip.asc] |
+| ${download_1_1_2Name} (Source tar.gz) | [tar.gz|${download_1_1_2MirrorUrl}/${download_1_1_2File}-src.tar.gz] |  [MD5|${download_1_1_2DistUrl}/${download_1_1_2File}-src.tar.gz.md5]  | [SHA-1|${download_1_1_2DistUrl}/${download_1_1_2File}-src.tar.gz.sha1] | [ASC|${download_1_1_2DistUrl}/${download_1_1_2File}-src.tar.gz.asc] |
+| ${download_1_1_2Name} (Source zip) | [zip|${download_1_1_2MirrorUrl}/${download_1_1_2File}-src.zip] |  [MD5|${download_1_1_2DistUrl}/${download_1_1_2File}-src.zip.md5] |  [SHA-1|${download_1_1_2DistUrl}/${download_1_1_2File}-src.zip.sha1] | [ASC|${download_1_1_2DistUrl}/${download_1_1_2File}-src.zip.asc] |
+| Release Notes | [${download_1_1_2Version}|1.1.2/release\_notes] | | | |
+| KEYS for {$download_1_1_2Name} | [KEYS|${download_1_1_2TagUrl}/KEYS] | | | |
+
 h3. Wink 1.1.1
 
 || Name ||  Archive || MD5 || SHA-1 || Signature ||

Modified: incubator/wink/site/trunk/src/site/confluence/news.confluence
URL: http://svn.apache.org/viewvc/incubator/wink/site/trunk/src/site/confluence/news.confluence?rev=1100863&r1=1100862&r2=1100863&view=diff
==============================================================================
--- incubator/wink/site/trunk/src/site/confluence/news.confluence (original)
+++ incubator/wink/site/trunk/src/site/confluence/news.confluence Mon May  9 02:19:50 2011
@@ -1,5 +1,6 @@
 h1. News
-
+
+* 2011-05-09 - Wink-1.1.3 released.
 * 2010-11-15 - Wink 1.1.2 released.
 * 2010-07-07 - Wink 1.1.1 released.
 * 2010-05-14 - Wink 1.1 released.

Modified: incubator/wink/site/trunk/src/site/confluence/roadmap.confluence
URL: http://svn.apache.org/viewvc/incubator/wink/site/trunk/src/site/confluence/roadmap.confluence?rev=1100863&r1=1100862&r2=1100863&view=diff
==============================================================================
--- incubator/wink/site/trunk/src/site/confluence/roadmap.confluence (original)
+++ incubator/wink/site/trunk/src/site/confluence/roadmap.confluence Mon May  9 02:19:50 2011
@@ -1,3 +1,3 @@
 h1. Roadmap
 
-* The 0.2-incubation release is planned to the end of September 2009. \\  [Issues|https://issues.apache.org/jira/browse/WINK/fixforversion/12314064]  that are scheduled for this release.
\ No newline at end of file
+* The 1.2.0-incubation release is tentatively planned to summer 2011. \\  [Issues|https://issues.apache.org/jira/browse/WINK/fixforversion/12316345]  that are scheduled for this release.
\ No newline at end of file