From 672ba8eb9fd00f5ffed769aaf003607b2bb62516 Mon Sep 17 00:00:00 2001 From: Thomas Diesler Date: Fri, 31 May 2019 14:25:14 +0200 Subject: [PATCH] Prepare release --- docs/Changelog.md | 46 +++++++++++++++++++++++++++ docs/ReleaseNotes.md | 17 ++++++---- docs/guide/components/camel-ipfs.adoc | 5 +++ docs/guide/components/index.adoc | 2 ++ docs/guide/start/compatibility.adoc | 2 +- 5 files changed, 65 insertions(+), 7 deletions(-) create mode 100644 docs/guide/components/camel-ipfs.adoc diff --git a/docs/Changelog.md b/docs/Changelog.md index c2dcdfd48b..5716e45a75 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,5 +1,49 @@ ### Changelog +#### WildFly-Camel 10.1.0 + +**Features** + +* [#2488][2488] Add support for component xchange +* [#2652][2652] Add support for component ipfs +* [#2726][2726] Add support for component nsq + +For details see [10.1.0 features](https://github.com/wildfly-extras/wildfly-camel/issues?q=milestone%3A"10.1.0"+label%3Afeature) + +**Tasks** + +* [#2788][2788] Upgrade Hawtio to 2.6.0 +* [#2796][2796] Revisit license processing during normal build +* [#2797][2797] Upgrade to camel-2.24.0 +* [#2805][2805] Add support for plain spring based camel testing +* [#2826][2826] Add info log about created/removed JMS queue + +For details see [10.1.0 tasks](https://github.com/wildfly-extras/wildfly-camel/issues?q=milestone%3A"10.1.0"+label%3Atask) + +**Bugs** + +* [#2786][2786] camel-script throws NCDFE for org/apache/camel/script/osgi/Activator +* [#2790][2790] org.apache.tika module has missing dependency for org.apache.xerces +* [#2792][2792] Thread contention in Xalan's XPath.evaluate() +* [#2821][2821] JsonProcessingException not found for micrometer component +* [#2822][2822] CXF BOM/EAP container version mismatch + +For details see [10.1.0 bugs](https://github.com/wildfly-extras/wildfly-camel/issues?q=milestone%3A"10.1.0"+label%3Abug) + +[2488]: https://github.com/wildfly-extras/wildfly-camel/issues/2488 +[2652]: https://github.com/wildfly-extras/wildfly-camel/issues/2652 +[2726]: https://github.com/wildfly-extras/wildfly-camel/issues/2726 +[2788]: https://github.com/wildfly-extras/wildfly-camel/issues/2788 +[2796]: https://github.com/wildfly-extras/wildfly-camel/issues/2796 +[2797]: https://github.com/wildfly-extras/wildfly-camel/issues/2797 +[2805]: https://github.com/wildfly-extras/wildfly-camel/issues/2805 +[2826]: https://github.com/wildfly-extras/wildfly-camel/issues/2826 +[2786]: https://github.com/wildfly-extras/wildfly-camel/issues/2786 +[2790]: https://github.com/wildfly-extras/wildfly-camel/issues/2790 +[2792]: https://github.com/wildfly-extras/wildfly-camel/issues/2792 +[2821]: https://github.com/wildfly-extras/wildfly-camel/issues/2821 +[2822]: https://github.com/wildfly-extras/wildfly-camel/issues/2822 + #### WildFly-Camel 10.0.0 **Tasks** @@ -19,6 +63,7 @@ For details see [10.0.0 tasks](https://github.com/wildfly-extras/wildfly-camel/i **Bugs** * [#2729][2729] MALWARE in maven repository stored dependency file during build +* [#2782][2782] Invalid TCCL for CXF webapp deployments For details see [10.0.0 bugs](https://github.com/wildfly-extras/wildfly-camel/issues?q=milestone%3A"10.0.0"+label%3Abug) @@ -32,6 +77,7 @@ For details see [10.0.0 bugs](https://github.com/wildfly-extras/wildfly-camel/is [2780]: https://github.com/wildfly-extras/wildfly-camel/issues/2780 [2784]: https://github.com/wildfly-extras/wildfly-camel/issues/2784 [2729]: https://github.com/wildfly-extras/wildfly-camel/issues/2729 +[2782]: https://github.com/wildfly-extras/wildfly-camel/issues/2782 #### WildFly-Camel 9.1.0 diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index baf607848b..6ce423792b 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -1,18 +1,23 @@ Release Notes ------------------- -WildFly-Camel 10.0.0 provides Camel-2.23.1 integration with WildFly-16.0.0 +WildFly-Camel 10.1.0 provides Camel-2.24.0 integration with WildFly-16.0.0 -This is a major update release that comes with a new WildFly version. +This is a minor update release that also adds a number of new components and data formats Component upgrades include -* WildFly-16.0.0 -* Galleon-3.0.1 -* Hawtio-2.5.0 +* Camel-2.24.0 +* Hawtio-2.6.0 + +Additional components in the [supported set](http://wildfly-extras.github.io/wildfly-camel/#_camel_components) are: + +* xchange +* ipfs +* nsq In addition to that, we also resolved a number of other [tasks and bugs](https://github.com/wildfly-extras/wildfly-camel/blob/master/docs/Changelog.md). -For details please see the [10.0.0 Milestone](https://github.com/wildfly-extras/wildfly-camel/issues?q=milestone%3A10.0.0). +For details please see the [10.1.0 Milestone](https://github.com/wildfly-extras/wildfly-camel/issues?q=milestone%3A10.1.0). Enjoy diff --git a/docs/guide/components/camel-ipfs.adoc b/docs/guide/components/camel-ipfs.adoc new file mode 100644 index 0000000000..79957be635 --- /dev/null +++ b/docs/guide/components/camel-ipfs.adoc @@ -0,0 +1,5 @@ +### camel-ipfs + +The https://github.com/apache/camel/blob/master/components/camel-ipfs/src/main/docs/ipfs-component.adoc[ipfs,window=_blank] +component provides access to the Interplanetary File System https://ipfs.io/[(IPFS)]. + diff --git a/docs/guide/components/index.adoc b/docs/guide/components/index.adoc index b48662c7bd..060c3c6782 100644 --- a/docs/guide/components/index.adoc +++ b/docs/guide/components/index.adoc @@ -162,6 +162,8 @@ include::camel-infinispan.adoc[] include::camel-influxdb.adoc[] +include::camel-ipfs.adoc[] + include::camel-irc.adoc[] include::camel-jasypt.adoc[] diff --git a/docs/guide/start/compatibility.adoc b/docs/guide/start/compatibility.adoc index 49d3d2a548..f5ac5bcb7f 100644 --- a/docs/guide/start/compatibility.adoc +++ b/docs/guide/start/compatibility.adoc @@ -5,7 +5,7 @@ The {wildfly} compatibility matrix [cols="2*",width="60%"] |=== | **16.0.0.Final** -| 10.0 +| 10.0, 10.1 | **15.0.1.Final** | 9.1