updates to 0.1

git-svn-id: https://svn.apache.org/repos/asf/incubator/wink/site/trunk@807996 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/site/pom.xml b/site/pom.xml
index 2766141..286abb7 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -28,6 +28,13 @@
 		<version>6</version>
 	</parent>
 	<properties>
+		<!-- 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>
+		<!-- SNAPSHOT -->
 		<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>
diff --git a/site/src/site/confluence/downloads.confluence.vm b/site/src/site/confluence/downloads.confluence.vm
index 608c5e2..6a03e9a 100644
--- a/site/src/site/confluence/downloads.confluence.vm
+++ b/site/src/site/confluence/downloads.confluence.vm
@@ -1,18 +1,33 @@
 h1. Apache Wink Downloads

 

- Wink is distributed in several formats for your convenience.

-		

-h2. Release

+ Apache Wink is distributed in several formats for your convenience.

 

- The release is already here! 

- However due to a infrastructure problems we cannot copy it to a mirror.

- Meanwhile, it's possible to download it using Maven.

+ You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24 hours to reach all mirrors.

+

+ Apache Wink is distributed under the [Apache License, version 2.0|http://maven.apache.org/license.html].

+

+

+h2. Download Wink 0.1

+

+|| Name ||  Archive || MD5 || SHA-1 || Signature ||

+| ${download_0_1Name} (tar.gz) | [tar.gz|${download_0_1MirrorUrl}/${download_0_1File}.tar.gz] |  [MD5|${download_0_1DistUrl}/${download_0_1File}.tar.gz.md5] |  [SHA-1|${download_0_1DistUrl}/${download_0_1File}.tar.gz.sha1]  | [ASC|${download_0_1DistUrl}/${download_0_1File}.tar.gz.asc] |

+| ${download_0_1Name} (zip) | [zip|${download_0_1MirrorUrl}/${download_0_1File}.zip] |  [MD5|${download_0_1DistUrl}/${download_0_1File}.zip.md5] |  [SHA-1|${download_0_1DistUrl}/${download_0_1File}.zip.sha1] | [ASC|${download_0_1DistUrl}/${download_0_1File}.zip.asc] |

+| ${download_0_1Name} (Source tar.gz) | [tar.gz|${download_0_1MirrorUrl}/${download_0_1File}-src.tar.gz] |  [MD5|${download_0_1DistUrl}/${download_0_1File}-src.tar.gz.md5]  | [SHA-1|${download_0_1DistUrl}/${download_0_1File}-src.tar.gz.sha1] | [ASC|${download_0_1DistUrl}/${download_0_1File}-src.tar.gz.asc] |

+| ${download_0_1Name} (Source zip) | [zip|${download_0_1MirrorUrl}/${download_0_1File}-src.zip] |  [MD5|${download_0_1DistUrl}/${download_0_1File}-src.zip.md5] |  [SHA-1|${download_0_1DistUrl}/${download_0_1File}-src.zip.sha1] | [ASC|${download_0_1DistUrl}/${download_0_1File}-src.zip.asc] |

+| Release Notes | [${download_0_1Version}|release\_notes\_0\_1] | | | |

+

+You can also retrieve the source files from our svn repository by typing

+{code}

+svn co http://svn.apache.org/repos/asf/incubator/wink/tags/wink-0.1-incubating/

+{code}

 

 h3. Maven

 

+ We strongly encourage our users to configure a Maven repository mirror closer to their location, please read [How to Use Mirrors for Repositories|http://maven.apache.org/guides/mini/guide-mirror-settings.html].

+

 h4. Dependencies

 

- Add the following dependencies to your Maven pom.xml to include the Apache Wink Client module and the Server module.

+ Add the following dependencies to your Maven pom.xml to include the Apache Wink Client module or the Server module.

 

 h5. Client

 

@@ -20,7 +35,7 @@
 <dependency>

     <groupId>org.apache.wink</groupId>

     <artifactId>wink-client</artifactId>

-    <version>0.1-incubating</version>

+    <version>${download_0_1Version}</version>

 </dependency>

 {code}

 

@@ -30,7 +45,7 @@
 <dependency>

     <groupId>org.apache.wink</groupId>

     <artifactId>wink-server</artifactId>

-    <version>0.1-incubating</version>

+    <version>${download_0_1Version}</version>

 </dependency>

 {code}

 

@@ -38,17 +53,17 @@
 

 h2. Latest Snapshots

 		

-|| Name ||  Archive || MD5 || SHA-1 || Signature ||

-| ${downloadSnapshotName} (gz) | [GZIP|${downloadSnapshotUrl}/${downloadSnapshotFile}.gz] |  [MD5|${downloadSnapshotUrl}/${downloadSnapshotFile}.gz.md5] |  [SHA-1|${downloadSnapshotUrl}/${downloadSnapshotFile}.gz.sha1]  |  |

-| ${downloadSnapshotName} (zip) | [ZIP|${downloadSnapshotUrl}/${downloadSnapshotFile}.zip] |  [MD5|${downloadSnapshotUrl}/${downloadSnapshotFile}.zip.md5] |  [SHA-1|${downloadSnapshotUrl}/${downloadSnapshotFile}.zip.sha1] | |

-| ${downloadSnapshotName} (Source gz) | [GZIP|${downloadSnapshotUrl}/${downloadSnapshotFile}-src.gz] |  [MD5|${downloadSnapshotUrl}/${downloadSnapshotFile}-src.gz.md5]  | [SHA-1|${downloadSnapshotUrl}/${downloadSnapshotFile}-src.gz.sha1] | |

-| ${downloadSnapshotName} (Source zip) | [ZIP|${downloadSnapshotUrl}/${downloadSnapshotFile}-src.zip] |  [MD5|${downloadSnapshotUrl}/${downloadSnapshotFile}-src.zip.md5] |  [SHA-1|${downloadSnapshotUrl}/${downloadSnapshotFile}-src.zip.sha1] | |

+|| Name ||  Archive || MD5 || SHA-1 || 

+| ${downloadSnapshotName} (gz) | [gz|${downloadSnapshotUrl}/${downloadSnapshotFile}.gz] |  [MD5|${downloadSnapshotUrl}/${downloadSnapshotFile}.gz.md5] |  [SHA-1|${downloadSnapshotUrl}/${downloadSnapshotFile}.gz.sha1]  |

+| ${downloadSnapshotName} (zip) | [zip|${downloadSnapshotUrl}/${downloadSnapshotFile}.zip] |  [MD5|${downloadSnapshotUrl}/${downloadSnapshotFile}.zip.md5] |  [SHA-1|${downloadSnapshotUrl}/${downloadSnapshotFile}.zip.sha1] |

+| ${downloadSnapshotName} (Source gz) | [gz|${downloadSnapshotUrl}/${downloadSnapshotFile}-src.gz] |  [MD5|${downloadSnapshotUrl}/${downloadSnapshotFile}-src.gz.md5]  | [SHA-1|${downloadSnapshotUrl}/${downloadSnapshotFile}-src.gz.sha1] |

+| ${downloadSnapshotName} (Source zip) | [zip|${downloadSnapshotUrl}/${downloadSnapshotFile}-src.zip] |  [MD5|${downloadSnapshotUrl}/${downloadSnapshotFile}-src.zip.md5] |  [SHA-1|${downloadSnapshotUrl}/${downloadSnapshotFile}-src.zip.sha1] |

 

 h3. Maven

 

 h4. Dependencies

 

- Add the following dependencies to your Maven pom.xml to include the Apache Wink Client module and the Server module.

+ Add the following dependencies to your Maven pom.xml to include the Apache Wink Client module or the Server module.

 

 h5. Client

 

diff --git a/site/src/site/confluence/news.confluence b/site/src/site/confluence/news.confluence
index 85e5a94..647a485 100644
--- a/site/src/site/confluence/news.confluence
+++ b/site/src/site/confluence/news.confluence
@@ -1,4 +1,5 @@
-h1. News
-
-* 2009-07-01 - Wink is JAX-RS 1.0 compliant
+h1. News

+

+* 2009-08-26 - Wink 0.1 is released.

+* 2009-07-01 - Wink is JAX-RS 1.0 compliant

 * 2009-05-27 - Wink enters incubation.
\ No newline at end of file
diff --git a/site/src/site/confluence/release_notes_0_1.confluence b/site/src/site/confluence/release_notes_0_1.confluence
new file mode 100644
index 0000000..6ec5e92
--- /dev/null
+++ b/site/src/site/confluence/release_notes_0_1.confluence
@@ -0,0 +1,116 @@
+h2. Apache Wink 0.1 Release Notes

+

+h3. Overview

+ 

+This is the first 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.0 specification. 

+The project also introduces Java API for writing clients that consume HTTP-based RESTful Web Services. 

+

+h3. Complete list of issues fixed in 0.1

+    

+h4. Bug

+    * WINK-5 - WebDAV QADefect pom.xml bug with QADefect war type dependency

+    * WINK-7 - Need to apply ASL 2.0 header on all applicable files

+    * WINK-10 - unnecessary constructor validation on subresource

+    * WINK-11 - improve error message when no resource can be found

+    * WINK-13 - Wink should not validate Location header for 201

+    * WINK-14 - Change the properties names to start with "wink" instead of "symphony"

+    * WINK-15 - Cookie failures

+    * WINK-17 - OPTIONS are not handled correctly for Sub-resource methods

+    * WINK-18 - CaseInsensitiveMultivaluedMap returns incorrect values, when using keySet() api

+    * WINK-19 - variants of the ResponseBuilderImpl set CONTENT_ENCODING headers istead of ACCEPT_ENCODING

+    * WINK-20 - URIBuilder throws exception on mailto urls

+    * WINK-21 - need to remove "com.hp" hard-coded references

+    * WINK-24 - During the creation of the MethodMetadata, the search for annotation ignores interfaces

+    * WINK-26 - Update bean names in the Spring context

+    * WINK-27 - The reference to "Symphony" in all files should be replaced with "Wink"

+    * WINK-30 - User providers should always be chosen before built-in providers

+    * WINK-31 - MessageBodyReader.readFrom throws IOException is turned into WebApplicationException but might just need to propagate out?

+    * WINK-32 - Should attempt to use Data Activation Framework according to spec

+    * WINK-33 - FlushHeadersOutputStream should override OutputStream.flush() as well

+    * WINK-35 - Entity lost when using application/x-www-form-urlencoded media type and FormParam

+    * WINK-36 - WebApplicationException thrown in annotated parameter constructor not processed correctly

+    * WINK-38 - @Encoded parameter ignored on method

+    * WINK-42 - Rename init-params, classes and files to eliminate "symphony"

+    * WINK-47 - honor media type wildcards

+    * WINK-49 - Annotations is null when searchResult is empty (i.e. when on error path)

+    * WINK-53 - MessageBodyReader.isReadable methods should do straight ==

+    * WINK-55 - Source entity parameters should also be supported according to spec

+    * WINK-70 - History sample is failing

+    * WINK-71 - getContextResolver search algorithm does not expand for text/*

+    * WINK-72 - consistent behavior for mis-quoted etag header values

+    * WINK-73 - Cannot run QADefect example on Geronimo-tomcat6

+    * WINK-74 - examples\client\GoogleDocs-client doesn't run: Main-Class specified is wrong

+    * WINK-76 - X-Method-Override and X-Http-Method-Override behavior

+    * WINK-80 - change package name to org.apache.wink.*

+    * WINK-81 - regression in search for ContextProvider

+    * WINK-82 - getContextResolver sort algorithm is incorrect

+    * WINK-83 - Singletons should be injected

+    * WINK-85 - Incoming Content-Type null should be application/octet-stream

+    * WINK-87 - Need to fix integration tests for Tomcat

+    * WINK-94 - normalize UriInfo paths

+    * WINK-95 - HttpMethod annotation behaivor

+    * WINK-96 - proposal:  enhance search for matched resources by decoding URI

+    * WINK-98 - DefaultValue also applies to methods

+    * WINK-101 - Shouldn't stop application processing if the processing of a resource/provider throws an exception

+    * WINK-102 - Changes to FlushResultHandler

+    * WINK-103 - Method invoked but no HttpMethod

+    * WINK-104 - handle q=0 on Accept http header

+    * WINK-105 - tests not getting picked up due to class name

+    * WINK-106 - return path check for q=0 Accept header

+    * WINK-111 - Write JAXB output using OutputStream instead of Writer for Atom model

+    * WINK-116 - The OpenSearch description in the QADefect example has an additional "defects" in it's path

+    * WINK-119 - Root Resources at "/" with Subresource Locators/Methods does not work

+    * WINK-123 - Error reading an Atom feed

+    * WINK-124 - Don't use empty string for override header check

+    * WINK-126 - Missing or incorrect SVN properties in https://svn.apache.org/repos/asf/incubator/wink/tags/wink-0.1-incubating/

+    * WINK-127 - Test failure with Wink 0.1 tag

+    * WINK-130 - Add LICENSE and NOTICE to root dir

+    * WINK-131 - remove JAXB source jars from source distribution

+    * WINK-132 - include licenses for all distributed dependencies

+    * WINK-133 - Wink 01. release - incorrect public kyes file (KEYS) location

+    * WINK-134 - DynamicResource methods should match @Path annotation

+    * WINK-136 - Add 3-rd parties licenses to LICENSE file

+    * WINK-138 - 0.1 Release Issues

+

+h4. Improvement

+    * WINK-6 - Use SLF4J instead of JCL for logging facade

+    * WINK-12 - Update name in pom.xml files to be more readable and show hierarchy

+    * WINK-28 - Use published org.json dependencies instead of duplicating sources

+    * WINK-37 - detection of null params to avoid NPE

+    * WINK-39 - Wink client -  add support for Apache Http Client

+    * WINK-41 - ASF Legal headers validation during Wink build process

+    * WINK-43 - Configure maven-license-plugin to run only during WInk release 

+    * WINK-50 - Add standalone jetty for running test packages individually

+    * WINK-52 - Do not report every WebApplicationException to the log as an error

+    * WINK-57 - Rename OFFactory to LifecycleManager

+    * WINK-58 - A few source files contain illegal UTF-8 characters that the compile warns about

+    * WINK-62 - Provide a suggested Eclipse code formatter

+    * WINK-63 - dos2unix all source files / source reformat before 0.1 release

+    * WINK-65 - Keep the default build test output quiet

+    * WINK-66 - Do not build source jars during default build

+    * WINK-75 - Change com.google.code.maven-license-plugin legal plugin to not be inherited

+    * WINK-77 - Drop unneeded bits from pom.xml files

+    * WINK-109 - Write JAXB output using OutputStream instead of Writer

+    * WINK-129 - Change file paths to be shorter

+

+h4. Task

+    * WINK-25 - The Symphony_SDK_2.0_Features_List.pdf and its content need to refer to Wink instead of Symphony

+    * WINK-44 - Set up the automatic build environment

+    * WINK-45 - Update the Incubator main site to include the Wink project

+    * WINK-108 - Update version in poms to use "-incubating" suffix per incubator release rules

+

+

+h4. Test

+    * WINK-16 - Drop basic framework integration tests framework

+    * WINK-23 - Change JAXBElement test for namespace attribute reordering

+    * WINK-51 - Drop JAXRS providers tests

+    * WINK-59 - Add JAX-RS Parameters Integration Tests 

+    * WINK-90 - Integration tests for targetting

+    * WINK-91 - Integration tests for validation

+

+h4. Wish

+    * WINK-64 - Update howToBuild.txt to include instructions for importing into Eclipse

+

+

diff --git a/site/src/site/confluence/roadmap.confluence b/site/src/site/confluence/roadmap.confluence
index c694e0e..952e10a 100644
--- a/site/src/site/confluence/roadmap.confluence
+++ b/site/src/site/confluence/roadmap.confluence
@@ -1,5 +1,3 @@
 h1. Roadmap

 

-* The 0.1-incubation release is planned to the end of August 2009. \\  [Issues|https://issues.apache.org/jira/browse/WINK/fixforversion/12314063] that are scheduled for this release.

-

 * 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