This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch task-42
in repository https://gitbox.apache.org/repos/asf/camel.git
omit ce61ffce6330 CAMEL-23112 - Drop Support for JDK 17
add 371bab83de93 Add .claude to .gitignore (#21697)
add 29375d7373f4 chore(deps): Bump actions/dependency-review-action from
4.8.3 to 4.9.0 (#21700)
add 2242d7742068 feat(observability): default logging metrics on shutdown
add 50b25183d4d4 CAMEL-23112 - Drop Support for JDK 17
add ce62c6d58825 CAMEL-23112: Remove multi-release JAR workarounds for JDK
21
add dd8b2b642e86 CAMEL-23112: Remove JDK 17 option from camel-jbang
--java-version
add 8effdef9ae6e Regen
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ce61ffce6330)
\
N -- N -- N refs/heads/task-42 (8effdef9ae6e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/depsreview.yaml | 2 +-
.gitignore | 1 +
.../jbang/camel-jbang-configuration-metadata.json | 2 +-
.../src/main/docs/observability-services.adoc | 12 +-
.../resources/observability-services.properties | 2 +
core/camel-support/pom.xml | 49 -----
.../camel/support/DefaultThreadPoolFactory.java | 154 ++++++++++-----
.../camel/support/DefaultThreadPoolFactory.java | 208 ---------------------
core/camel-util/pom.xml | 47 -----
.../camel/util/concurrent/CamelThreadFactory.java | 43 ++++-
.../apache/camel/util/concurrent/ThreadType.java | 20 +-
.../camel/util/concurrent/CamelThreadFactory.java | 91 ---------
.../apache/camel/util/concurrent/ThreadType.java | 42 -----
.../modules/ROOT/pages/camel-jbang.adoc | 2 +-
.../camel-jbang-configuration-metadata.json | 2 +-
.../dsl/jbang/core/common/CamelJBangConstants.java | 4 +-
.../dsl/jbang/core/commands/ExportMainJibTest.java | 8 +-
.../camel-jbang-main/dist/CamelJBang.java | 2 +-
.../src/main/jbang/main/CamelJBang.java | 2 +-
.../jbang/core/commands/mcp/MigrationTools.java | 47 +++--
20 files changed, 227 insertions(+), 513 deletions(-)
delete mode 100644
core/camel-support/src/main/java21/org/apache/camel/support/DefaultThreadPoolFactory.java
delete mode 100644
core/camel-util/src/main/java21/org/apache/camel/util/concurrent/CamelThreadFactory.java
delete mode 100644
core/camel-util/src/main/java21/org/apache/camel/util/concurrent/ThreadType.java