This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new e62d7a4 Upgrade Netty to version 4.1.24.FINAL e62d7a4 is described below commit e62d7a4a973f1ec4867b5ff3291117d2adc371ed Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Apr 20 09:30:11 2018 +0200 Upgrade Netty to version 4.1.24.FINAL --- components/readme.adoc | 4 +++- docs/user-manual/en/SUMMARY.md | 1 + parent/pom.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/components/readme.adoc b/components/readme.adoc index 0825da4..3d1283b 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -1066,12 +1066,14 @@ Miscellaneous Components ^^^^^^^^^^^^^^^^^^^^^^^^ // others: START -Number of Miscellaneous Components: 39 in 39 JAR artifacts (13 deprecated) +Number of Miscellaneous Components: 40 in 40 JAR artifacts (13 deprecated) [width="100%",cols="4,1,5",options="header"] |=== | Component | Available From | Description +| link:camel-as2-parent/src/main/docs/as2-parent.adoc[As2 Parent] (camel-as2-parent) | | Camel AS2 parent + | link:camel-bam/src/main/docs/bam.adoc[BAM] (camel-bam) | 1.0 | *deprecated* Business Activity Monitoring | link:camel-blueprint/src/main/docs/blueprint.adoc[Blueprint] (camel-blueprint) | 2.4 | Using Camel with OSGi Blueprint diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md index e4897b8..863a40c 100644 --- a/docs/user-manual/en/SUMMARY.md +++ b/docs/user-manual/en/SUMMARY.md @@ -398,6 +398,7 @@ <!-- others: START --> * Miscellaneous Components + * [As2 Parent](as2-parent.adoc) * [BAM](bam.adoc) * [Blueprint](blueprint.adoc) * [CDI](cdi.adoc) diff --git a/parent/pom.xml b/parent/pom.xml index e56a967..0de498d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -520,7 +520,7 @@ <nekohtml-version>1.9.22</nekohtml-version> <neoscada-version>0.4.0</neoscada-version> <netty3-version>3.10.6.Final</netty3-version> - <netty-version>4.1.23.Final</netty-version> + <netty-version>4.1.24.Final</netty-version> <netty40-version>4.0.56.Final</netty40-version> <networknt-json-schema-validator-version>0.1.19</networknt-json-schema-validator-version> <noggit-bundle-version>0.5_1</noggit-bundle-version> -- To stop receiving notification emails like this one, please contact acosent...@apache.org.