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

gnodet pushed a change to branch context-value-scoped-value-support
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard 6a15a4152469 Regenerate sources for SEDA/Stub concurrentConsumers 
description update
    omit 240a9c7d989a Document concurrentConsumers conditional default for 
virtualThreadPerTask
    omit ede2fff4bb33 Extract ThreadLocalContextValue, fix concurrentConsumers 
default, fix docs
    omit 148a43621c67 Code review fixes for ContextValue PR
    omit 5eb137717f8f Fix ContextValue scoping issues with KameletProcessor and 
JDK 25 compilation
    omit 46afa97c950b Add comprehensive Virtual Threads documentation
    omit ce2814fde6bc Regen
    omit 5e70de968d73 Fix exception wrapping in AbstractCamelContextFactoryBean
    omit 9612ea82d9ff Add virtualThreadPerTask option to SEDA endpoint
    omit f6918961fcbc Refactor SedaConsumer to use template method pattern for 
extensibility
    omit 59e652d859e4 Add load tests for virtual threads performance comparison
    omit 73661960f23d Add ContextValue abstraction for ScopedValue support on 
JDK 25+
     add ee62f2bbfaee CAMEL-23112 - Drop Support for JDK 17 (#21696)
     add 974c94b47455 Add ContextValue abstraction for ScopedValue support on 
JDK 25+
     add 1879f1014534 Add load tests for virtual threads performance comparison
     add dd70f27d6acb Refactor SedaConsumer to use template method pattern for 
extensibility
     add 13130e5cacd3 Add virtualThreadPerTask option to SEDA endpoint
     add 7df261024581 Fix exception wrapping in AbstractCamelContextFactoryBean
     add f63b2553c039 Regen
     add 357839154340 Add comprehensive Virtual Threads documentation
     add d5daf3252631 Fix ContextValue scoping issues with KameletProcessor and 
JDK 25 compilation
     add 6ad9b9c51868 Code review fixes for ContextValue PR
     add 712fce923dd8 Extract ThreadLocalContextValue, fix concurrentConsumers 
default, fix docs
     add 026e0b114f56 Document concurrentConsumers conditional default for 
virtualThreadPerTask
     add 13ddebb12133 Regenerate sources for SEDA/Stub concurrentConsumers 
description update

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   (6a15a4152469)
            \
             N -- N -- N   refs/heads/context-value-scoped-value-support 
(13ddebb12133)

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/alternative-os-build-main.yml    |   2 +-
 .github/workflows/generate-sbom-main.yml           |   2 +-
 .github/workflows/pr-build-main.yml                |   5 +-
 .github/workflows/pr-manual-component-test.yml     |   2 +-
 .github/workflows/security-scan.yml                |   4 +-
 AGENTS.md                                          |   2 +-
 Jenkinsfile                                        |  33 +---
 Jenkinsfile.deploy                                 |   2 +-
 Jenkinsfile.jbangtest                              |   2 +-
 .../jbang/camel-jbang-configuration-metadata.json  |   2 +-
 core/camel-support/pom.xml                         |  49 -----
 .../camel/support/DefaultThreadPoolFactory.java    | 154 ++++++++++-----
 .../camel/support/DefaultThreadPoolFactory.java    | 208 ---------------------
 .../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 -----
 docs/main/modules/contributing/pages/building.adoc |   4 +-
 docs/main/modules/contributing/pages/index.adoc    |   2 +-
 .../modules/ROOT/pages/camel-jbang.adoc            |   2 +-
 .../camel-jbang-configuration-metadata.json        |   2 +-
 .../camel/dsl/jbang/core/commands/Export.java      |   4 +-
 .../dsl/jbang/core/common/CamelJBangConstants.java |   4 +-
 .../src/main/resources/templates/Dockerfile17.tmpl |  97 ----------
 .../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 +++--
 pom.xml                                            |   2 +-
 .../src/it/customized-v3/pom.xml                   |   6 +-
 .../src/it/expanded-v3-yaml/pom.xml                |   6 +-
 .../src/it/simple-dto-v3/pom.xml                   |   6 +-
 .../src/it/simple-v3-yaml/pom.xml                  |   6 +-
 .../src/it/simple-v3/pom.xml                       |   6 +-
 .../src/it/simple-xml-dto-v3/pom.xml               |   6 +-
 .../src/it/simple-xml-v3/pom.xml                   |   6 +-
 .../src/it/simple-yaml-dto-v3/pom.xml              |   6 +-
 .../src/it/simple-yaml-kamelet-v3/pom.xml          |   6 +-
 .../src/it/simple-yaml-v3/pom.xml                  |   6 +-
 39 files changed, 262 insertions(+), 637 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
 delete mode 100644 
dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/Dockerfile17.tmpl

Reply via email to