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:44:46 UTC

[camel] branch camel-3.x updated (7d94f0df567 -> 64655abd9ac)

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

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


    from 7d94f0df567 doc: Add default camel metrics to microprofile metrics component (#9923)
     new 7eddf2cac99 Update quarkus releases in catalog
     new 64655abd9ac 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] 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.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 7eddf2cac991c42cd8730511dd471d2edaa41de2
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"
     },


[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.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 64655abd9ac5271861f6e2397d153c54c4a6ac7c
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());
     }