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-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 86095ba  Added an attempt for 2.23.0 release
86095ba is described below

commit 86095bac29b88fd7559e9ddc99583d72b662d219
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Jul 5 16:26:01 2019 +0200

    Added an attempt for 2.23.0 release
---
 content/releases/release-2.23.0.md | 53 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)

diff --git a/content/releases/release-2.23.0.md 
b/content/releases/release-2.23.0.md
new file mode 100644
index 0000000..ef45b11
--- /dev/null
+++ b/content/releases/release-2.23.0.md
@@ -0,0 +1,53 @@
+---
+date: 2018-11-24
+draft: false 
+type: release-note
+version: 2.23.0
+preview: "Welcome to the Apache Camel 2.23.0 release which is a new minor 
release and resolved 262 issues
+including new features, improvements and bux fixes.
+
+* Upgraded to Spring Boot 2.1.
+* Additional component level options can now be configured via spring-boot 
auto-configuration and
+these options is included in spring-boot component metadata json file 
descriptor for tooling
+assistance.
+* Added section with all the spring boot auto configuration options for all 
the components,
+data-formats and languages to the documentation.
+* All the Camel Spring Boot starter JARs now include
+META-INF/spring-autoconfigure-metadata.properties file in their JARs to 
optimize Spring Boot
+auto-configuration
+* The Throttler now supports correlation groups based on dynamic expression so 
you can group
+messages into different throttled sets.
+* The Hystrix EIP now allows to inherit Camel's error handler so you retry the 
entire Hystrix EIP
+block again if you have enabled error handling with redeliveries.
+* SQL and ElSql consumers now support dynamic query parameters in route from. 
Notice it's limited
+to be mostly about calling beans via simple expressions.
+* The swagger-restdsl maven plugin now has supports for generating DTO model 
classes from the
+swagger specification file.
+
+The following noteworthy bugs has been fixed:
+
+* The Aggregator2 has been fixed to not propagate control headers for forcing 
completion of all
+groups, so it will not happen again if another aggregator EIP are in use later 
during routing.
+* Fixed Tracer not working if redelivery was turned on the error handler
+* The built-in type converter for XML Documents may output parsing errors to 
stdout, which has now
+been fixed to output via the logging API.
+* Fixed SFTP writing files via the charset option would not work if the 
message body was streaming
+based.
+* Fixed Zipkin root id to not be reused when routing over multiple routes to 
group them together
+into a single parent span.
+* Fixed optimised toD when using HTTP endpoints had a bug when hostname 
contains ip address with
+digits.
+* Fixed issue with RabbitMQ with request/reply over temporary queues and using 
manual acknowledge
+mode, would not acknowledge the temporary queue (which is needed to make 
request/reply possible)
+* Fixed various HTTP consumer components may not return all allowed HTTP verbs 
in Allow header for
+OPTIONS requests (such as when using rest-dsl)
+* Fixed thread-safety issue with FluentProducerTemplate"
+
+apiBreaking: "- The HttpBinding interface has new methods for setting 
fileNameExtWhiteList option.
+- The copy, copyFrom methods on org.apache.camel.Message now also copy over 
reference to the
+exchange"
+knownIssues: ""
+jiraVersionId: 12343345
+---
+
+This is a major release for 2.23.x

Reply via email to