You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/04/25 19:45:05 UTC

[camel] branch camel-3.20.x updated (c0ddda930a3 -> 42691a8eabf)

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

davsclaus pushed a change to branch camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from c0ddda930a3 CAMEL-19293: set dn only once (#9914)
     new f1468a4968e Update quarkus releases in catalog
     new 42691a8eabf Update quarkus releases in catalog

The 2 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:
 .../camel/catalog/releases/camel-quarkus-releases.json      | 13 ++++++++++---
 .../java/org/apache/camel/catalog/CamelCatalogTest.java     |  2 +-
 2 files changed, 11 insertions(+), 4 deletions(-)


[camel] 02/02: Update quarkus releases in catalog

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 42691a8eabf739c3abffbaaeab3937bfa55b2219
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Apr 25 21:43:54 2023 +0200

    Update quarkus releases in catalog
---
 .../src/test/java/org/apache/camel/catalog/CamelCatalogTest.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalog/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java b/catalog/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java
index 4d425a8363f..192b82a4ab0 100644
--- a/catalog/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java
+++ b/catalog/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java
@@ -1618,7 +1618,7 @@ public class CamelCatalogTest {
         Assertions.assertNotNull(rel);
         Assertions.assertEquals("2.13.2", rel.getVersion());
         Assertions.assertEquals("2022-12-16", rel.getDate());
-        Assertions.assertEquals("2023-03-26", rel.getEol());
+        Assertions.assertEquals("2023-07-06", rel.getEol());
         Assertions.assertEquals("lts", rel.getKind());
         Assertions.assertEquals("11", rel.getJdk());
     }


[camel] 01/02: Update quarkus releases in catalog

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit f1468a4968e3439aac2d9e292c2b90b899a4f639
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Apr 25 21:42:59 2023 +0200

    Update quarkus releases in catalog
---
 .../camel/catalog/releases/camel-quarkus-releases.json      | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/releases/camel-quarkus-releases.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/releases/camel-quarkus-releases.json
index 56c3fd0a67d..32b82cf9052 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/releases/camel-quarkus-releases.json
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/releases/camel-quarkus-releases.json
@@ -57,21 +57,28 @@
     {
         "version": "2.13.0",
         "date": "2022-09-26",
-        "eol": "2023-03-26",
+        "eol": "2023-07-06",
         "kind": "lts",
         "jdk": "11"
     },
     {
         "version": "2.13.1",
         "date": "2022-11-07",
-        "eol": "2023-03-26",
+        "eol": "2023-07-06",
         "kind": "lts",
         "jdk": "11"
     },
     {
         "version": "2.13.2",
         "date": "2022-12-16",
-        "eol": "2023-03-26",
+        "eol": "2023-07-06",
+        "kind": "lts",
+        "jdk": "11"
+    },
+    {
+        "version": "2.13.3",
+        "date": "2023-04-17",
+        "eol": "2023-07-06",
         "kind": "lts",
         "jdk": "11"
     },