Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
tdiesler committed Aug 7, 2019
1 parent 3759c4a commit d4b40df
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 12 deletions.
42 changes: 42 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
### Changelog

#### WildFly-Camel 10.2.0

**Features**

* [#2847][2847] WildFly compatibility contract

For details see [10.2.0 features](https://github.com/wildfly-extras/wildfly-camel/issues?q=milestone%3A"10.2.0"+label%3Afeature)

**Tasks**

* [#2762][2762] Transition away from Boot2Docker
* [#2815][2815] Upgrade to camel-2.24.1
* [#2825][2825] Support for WildFly Kubernetes operator
* [#2833][2833] Upgrade Hawtio to 2.7.0
* [#2845][2845] Remove duplicate license files
* [#2851][2851] Rename guava slots to reflect actual versions
* [#2856][2856] Explicitly define version for hibernate-core

For details see [10.2.0 tasks](https://github.com/wildfly-extras/wildfly-camel/issues?q=milestone%3A"10.2.0"+label%3Atask)

**Bugs**

* [#2834][2834] Patch archive contains Galleon hashes directory
* [#2840][2840] SlackIntegrationTest fails to trigger onException handler
* [#2841][2841] ClassLoader leak in CamelUndertowHostService
* [#2853][2853] Intermittent failure of JNDIIntegrationTest

For details see [10.2.0 bugs](https://github.com/wildfly-extras/wildfly-camel/issues?q=milestone%3A"10.2.0"+label%3Abug)

[2847]: https://github.com/wildfly-extras/wildfly-camel/issues/2847
[2762]: https://github.com/wildfly-extras/wildfly-camel/issues/2762
[2815]: https://github.com/wildfly-extras/wildfly-camel/issues/2815
[2825]: https://github.com/wildfly-extras/wildfly-camel/issues/2825
[2833]: https://github.com/wildfly-extras/wildfly-camel/issues/2833
[2845]: https://github.com/wildfly-extras/wildfly-camel/issues/2845
[2851]: https://github.com/wildfly-extras/wildfly-camel/issues/2851
[2856]: https://github.com/wildfly-extras/wildfly-camel/issues/2856
[2834]: https://github.com/wildfly-extras/wildfly-camel/issues/2834
[2840]: https://github.com/wildfly-extras/wildfly-camel/issues/2840
[2841]: https://github.com/wildfly-extras/wildfly-camel/issues/2841
[2853]: https://github.com/wildfly-extras/wildfly-camel/issues/2853

#### WildFly-Camel 10.1.0

**Features**
Expand Down
16 changes: 5 additions & 11 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
Release Notes
-------------------

WildFly-Camel 10.1.0 provides Camel-2.24.0 integration with WildFly-16.0.0
WildFly-Camel 10.2.0 provides Camel-2.24.1 integration with WildFly-16.0.0

This is a minor update release that also adds a number of new components and data formats
This is a minor update release that comes with a new compatibility contract for WildFly.

Component upgrades include

* 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
* Camel-2.24.1
* Hawtio-2.7.0

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.1.0 Milestone](https://github.com/wildfly-extras/wildfly-camel/issues?q=milestone%3A10.1.0).
For details please see the [10.2.0 Milestone](https://github.com/wildfly-extras/wildfly-camel/issues?q=milestone%3A10.2.0).

Enjoy
2 changes: 1 addition & 1 deletion docs/guide/start/compatibility.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The {wildfly} compatibility matrix
[cols="2*",width="60%"]
|===
| **16.0.0.Final**
| 10.0, 10.1
| 10.0, 10.1, 10.2

| **15.0.1.Final**
| 9.1
Expand Down

0 comments on commit d4b40df

Please sign in to comment.