Added: qpid/site/input/releases/qpid-jms-0.9.0/index.md
URL: 
http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-jms-0.9.0/index.md?rev=1738827&view=auto
==============================================================================
--- qpid/site/input/releases/qpid-jms-0.9.0/index.md (added)
+++ qpid/site/input/releases/qpid-jms-0.9.0/index.md Tue Apr 12 16:17:39 2016
@@ -0,0 +1,68 @@
+;;
+;; Licensed to the Apache Software Foundation (ASF) under one
+;; or more contributor license agreements.  See the NOTICE file
+;; distributed with this work for additional information
+;; regarding copyright ownership.  The ASF licenses this file
+;; to you under the Apache License, Version 2.0 (the
+;; "License"); you may not use this file except in compliance
+;; with the License.  You may obtain a copy of the License at
+;; 
+;;   http://www.apache.org/licenses/LICENSE-2.0
+;; 
+;; Unless required by applicable law or agreed to in writing,
+;; software distributed under the License is distributed on an
+;; "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+;; KIND, either express or implied.  See the License for the
+;; specific language governing permissions and limitations
+;; under the License.
+;;
+
+# Qpid JMS 0.9.0
+
+Qpid JMS is a complete [Java Message Service][jms] 1.1 client built
+using the [Qpid Proton]({{site_url}}/proton/index.html) protocol engine.
+
+For a detailed list of the changes in this release, see the [release
+notes](release-notes.html).
+
+[jms]: http://en.wikipedia.org/wiki/Java_Message_Service
+
+## Download
+
+It's important to [verify the
+integrity]({{site_url}}/download.html#verify-what-you-download) of the
+files you download.
+
+| Content | Download | Verify |
+|---------|----------|--------|
+| Qpid JMS binaries | 
[apache-qpid-jms-0.9.0-bin.tar.gz](http://archive.apache.org/dist/qpid/jms/0.9.0/apache-qpid-jms-0.9.0-bin.tar.gz)
 | 
[ASC](http://archive.apache.org/dist/qpid/jms/0.9.0/apache-qpid-jms-0.9.0-bin.tar.gz.asc),
 
[MD5](http://archive.apache.org/dist/qpid/jms/0.9.0/apache-qpid-jms-0.9.0-bin.tar.gz.md5),
 
[SHA1](http://archive.apache.org/dist/qpid/jms/0.9.0/apache-qpid-jms-0.9.0-bin.tar.gz.sha1)
 |
+| Qpid JMS source code | 
[apache-qpid-jms-0.9.0-src.tar.gz](http://archive.apache.org/dist/qpid/jms/0.9.0/apache-qpid-jms-0.9.0-src.tar.gz)
 | 
[ASC](http://archive.apache.org/dist/qpid/jms/0.9.0/apache-qpid-jms-0.9.0-src.tar.gz.asc),
 
[MD5](http://archive.apache.org/dist/qpid/jms/0.9.0/apache-qpid-jms-0.9.0-src.tar.gz.md5),
 
[SHA1](http://archive.apache.org/dist/qpid/jms/0.9.0/apache-qpid-jms-0.9.0-src.tar.gz.sha1)
 |
+
+The client is also available [via Maven]({{site_url}}/maven.html).
+
+## Documentation
+
+
+<div class="two-column" markdown="1">
+
+ - [API 
reference](http://docs.oracle.com/javaee/1.4/api/javax/jms/package-summary.html)
+ - [Examples](https://github.com/apache/qpid-jms/tree/0.9.0/qpid-jms-examples)
+ - [Configuration](docs/index.html)
+ - [Building Qpid JMS](building.html)
+
+</div>
+
+
+## More information
+
+ - [All release artefacts](http://archive.apache.org/dist/qpid/jms/0.9.0)
+ - [Resolved issues in 
JIRA](https://issues.apache.org/jira/issues/?jql=project+%3D+QPIDJMS+AND+fixVersion+%3D+%270.9.0%27+AND+resolution+%3D+%27fixed%27+ORDER+BY+priority+DESC)
+ - [Source repository 
tag](https://git-wip-us.apache.org/repos/asf/qpid-jms.git/tree/refs/tags/0.9.0)
+
+<script type="text/javascript">
+  _deferredFunctions.push(function() {
+      if ("0.9.0" === "{{current_jms_release}}") {
+          _modifyCurrentReleaseLinks();
+      }
+  });
+</script>
\ No newline at end of file

Added: qpid/site/input/releases/qpid-jms-0.9.0/release-notes.md
URL: 
http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-jms-0.9.0/release-notes.md?rev=1738827&view=auto
==============================================================================
--- qpid/site/input/releases/qpid-jms-0.9.0/release-notes.md (added)
+++ qpid/site/input/releases/qpid-jms-0.9.0/release-notes.md Tue Apr 12 
16:17:39 2016
@@ -0,0 +1,56 @@
+;;
+;; Licensed to the Apache Software Foundation (ASF) under one
+;; or more contributor license agreements.  See the NOTICE file
+;; distributed with this work for additional information
+;; regarding copyright ownership.  The ASF licenses this file
+;; to you under the Apache License, Version 2.0 (the
+;; "License"); you may not use this file except in compliance
+;; with the License.  You may obtain a copy of the License at
+;; 
+;;   http://www.apache.org/licenses/LICENSE-2.0
+;; 
+;; Unless required by applicable law or agreed to in writing,
+;; software distributed under the License is distributed on an
+;; "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+;; KIND, either express or implied.  See the License for the
+;; specific language governing permissions and limitations
+;; under the License.
+;;
+
+# Qpid JMS 0.9.0 Release Notes
+
+Qpid JMS is a complete [Java Message Service][jms] 1.1 client built
+using the [Qpid Proton]({{site_url}}/proton/index.html) protocol
+engine.
+
+For more information about this release, including download links and
+documentation, see the [release overview](index.html).
+
+[jms]: http://en.wikipedia.org/wiki/Java_Message_Service
+
+
+## New features and improvements
+
+ - [QPIDJMS-150](https://issues.apache.org/jira/browse/QPIDJMS-150) - Scram 
SHA SASL support for authentication
+ - [QPIDJMS-151](https://issues.apache.org/jira/browse/QPIDJMS-151) - Update 
build settings to depend only on specific netty modules needed
+ - [QPIDJMS-152](https://issues.apache.org/jira/browse/QPIDJMS-152) - Reduce 
log noise from QueueBrowser on failed close of internal consumer
+ - [QPIDJMS-156](https://issues.apache.org/jira/browse/QPIDJMS-156) - Improve 
the logs output for some JMS resources
+ - [QPIDJMS-157](https://issues.apache.org/jira/browse/QPIDJMS-157) - Add 
support for send timeout and request timeout options
+ - [QPIDJMS-159](https://issues.apache.org/jira/browse/QPIDJMS-159) - support 
producers having their existing credit drained
+ - [QPIDJMS-161](https://issues.apache.org/jira/browse/QPIDJMS-161) - Update 
Proton to v0.12.1
+ - [QPIDJMS-162](https://issues.apache.org/jira/browse/QPIDJMS-162) - Update 
ActiveMQ dependency to 5.13.2
+ - [QPIDJMS-163](https://issues.apache.org/jira/browse/QPIDJMS-163) - support 
populating the user-id field on produced messages
+ - [QPIDJMS-166](https://issues.apache.org/jira/browse/QPIDJMS-166) - Revisit 
some of the TODOs in the code around error messages and exception types.  
+ - [QPIDJMS-168](https://issues.apache.org/jira/browse/QPIDJMS-168) - Fix 
various issues reported by FindBugs
+ - [QPIDJMS-170](https://issues.apache.org/jira/browse/QPIDJMS-170) - Simplify 
the dispatching logic in the connection
+
+## Bugs fixed
+
+ - [QPIDJMS-154](https://issues.apache.org/jira/browse/QPIDJMS-154) - Failover 
mechanism does not handle connection URLs in a predictable way
+ - [QPIDJMS-160](https://issues.apache.org/jira/browse/QPIDJMS-160) - The 
single non-daemon thread for the connection needs to be started on create.
+ - [QPIDJMS-169](https://issues.apache.org/jira/browse/QPIDJMS-169) - SASL 
Plain Mechanism should be enforcing UTF-8 encoding
+
+## Tasks
+
+ - [QPIDJMS-158](https://issues.apache.org/jira/browse/QPIDJMS-158) - Update 
slf4j to latest release v1.7.21
+ - [QPIDJMS-165](https://issues.apache.org/jira/browse/QPIDJMS-165) - document 
behaviour around TLS SNI
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to