You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/09/04 12:14:08 UTC

[camel] branch master updated (4e179c1 -> d6d7f38)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 4e179c1  Added Camel 2.19.0 release notes to docs
     new 30cb13f  Added Camel 2.19.1 release notes to docs
     new ab8396a  Added Camel 2.19.2 release notes to docs
     new d6d7f38  Added Camel 2.19.3 release notes to docs

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ...el-2177-release.adoc => camel-2191-release.adoc} | 21 +++++++++++----------
 ...el-2184-release.adoc => camel-2192-release.adoc} | 20 ++++++++++----------
 ...el-2184-release.adoc => camel-2193-release.adoc} | 20 ++++++++++----------
 3 files changed, 31 insertions(+), 30 deletions(-)
 copy docs/user-manual/en/release-notes/{camel-2177-release.adoc => camel-2191-release.adoc} (65%)
 copy docs/user-manual/en/release-notes/{camel-2184-release.adoc => camel-2192-release.adoc} (66%)
 copy docs/user-manual/en/release-notes/{camel-2184-release.adoc => camel-2193-release.adoc} (66%)


[camel] 01/03: Added Camel 2.19.1 release notes to docs

Posted by ac...@apache.org.
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

commit 30cb13f78164a294ae3bc132a74156390d3c9a83
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 4 14:07:09 2018 +0200

    Added Camel 2.19.1 release notes to docs
---
 .../en/release-notes/camel-2191-release.adoc       | 40 ++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/docs/user-manual/en/release-notes/camel-2191-release.adoc b/docs/user-manual/en/release-notes/camel-2191-release.adoc
new file mode 100644
index 0000000..67face1
--- /dev/null
+++ b/docs/user-manual/en/release-notes/camel-2191-release.adoc
@@ -0,0 +1,40 @@
+[[Camel2.19.1Release-Camel2.19.1Release]]
+== Camel 2.19.1 Release
+ 
+### New and Noteworthy
+
+Welcome to the 2.19.1 release which is mainly a maintenance release and
+resolved over 57 issues.
+
+
+### Known Issues
+
+* See <<Camel2.19.0Release,Camel 2.19.0 Release>>
+
+### Important changes to consider when upgrading
+
+* See <<Camel2.19.0Release,Camel 2.19.0 Release>>
+
+### Getting the Binaries using Maven 2
+
+To use this release in your maven project, the proper dependency
+configuration that you should use in your
+http://maven.apache.org/guides/introduction/introduction-to-the-pom.html[Maven
+POM] is:
+
+[source,java]
+-------------------------------------
+<dependency>
+  <groupId>org.apache.camel</groupId>
+  <artifactId>camel-core</artifactId>
+  <version>2.19.1</version>
+</dependency>
+-------------------------------------
+
+### Changelog
+
+For a more detailed view of new features and bug fixes, see the:
+
+https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12340460&projectId=12311211[Release
+notes for 2.19.1]
+


[camel] 02/03: Added Camel 2.19.2 release notes to docs

Posted by ac...@apache.org.
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

commit ab8396a9a5d0359a09179d8613d77550dd59e8eb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 4 14:08:46 2018 +0200

    Added Camel 2.19.2 release notes to docs
---
 .../en/release-notes/camel-2192-release.adoc       | 39 ++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/docs/user-manual/en/release-notes/camel-2192-release.adoc b/docs/user-manual/en/release-notes/camel-2192-release.adoc
new file mode 100644
index 0000000..7a110b7
--- /dev/null
+++ b/docs/user-manual/en/release-notes/camel-2192-release.adoc
@@ -0,0 +1,39 @@
+[[Camel2.19.2Release-Camel2.19.2Release]]
+== Camel 2.19.2 Release
+ 
+### New and Noteworthy
+
+Welcome to the 2.19.2 release which is mainly a maintenance release and
+resolved 41 issues.
+
+### Known Issues
+
+* See <<Camel2.19.0Release,Camel 2.19.0 Release>>
+
+### Important changes to consider when upgrading
+
+* See <<Camel2.19.0Release,Camel 2.19.0 Release>>
+
+### Getting the Binaries using Maven 2
+
+To use this release in your maven project, the proper dependency
+configuration that you should use in your
+http://maven.apache.org/guides/introduction/introduction-to-the-pom.html[Maven
+POM] is:
+
+[source,java]
+-------------------------------------
+<dependency>
+  <groupId>org.apache.camel</groupId>
+  <artifactId>camel-core</artifactId>
+  <version>2.19.2</version>
+</dependency>
+-------------------------------------
+
+### Changelog
+
+For a more detailed view of new features and bug fixes, see the:
+
+https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12340945&projectId=12311211[Release
+notes for 2.19.2]
+


[camel] 03/03: Added Camel 2.19.3 release notes to docs

Posted by ac...@apache.org.
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

commit d6d7f38081df7688225ed4b145b269b7309411c1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 4 14:13:46 2018 +0200

    Added Camel 2.19.3 release notes to docs
---
 .../en/release-notes/camel-2193-release.adoc       | 39 ++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/docs/user-manual/en/release-notes/camel-2193-release.adoc b/docs/user-manual/en/release-notes/camel-2193-release.adoc
new file mode 100644
index 0000000..a6366d9
--- /dev/null
+++ b/docs/user-manual/en/release-notes/camel-2193-release.adoc
@@ -0,0 +1,39 @@
+[[Camel2.19.3Release-Camel2.19.3Release]]
+== Camel 2.19.3 Release
+ 
+### New and Noteworthy
+
+Welcome to the 2.19.3 release which is a maintenance release and
+resolved 40 issues.
+
+### Known Issues
+
+* See <<Camel2.19.0Release,Camel 2.19.0 Release>>
+
+### Important changes to consider when upgrading
+
+* See <<Camel2.19.0Release,Camel 2.19.0 Release>>
+
+### Getting the Binaries using Maven 2
+
+To use this release in your maven project, the proper dependency
+configuration that you should use in your
+http://maven.apache.org/guides/introduction/introduction-to-the-pom.html[Maven
+POM] is:
+
+[source,java]
+-------------------------------------
+<dependency>
+  <groupId>org.apache.camel</groupId>
+  <artifactId>camel-core</artifactId>
+  <version>2.19.3</version>
+</dependency>
+-------------------------------------
+
+### Changelog
+
+For a more detailed view of new features and bug fixes, see the:
+
+https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12341135&projectId=12311211[Release
+notes for 2.19.3]
+