This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch jmsp
in repository https://gitbox.apache.org/repos/asf/camel.git
omit 2b4a5eeafdd CAMEL-22364: camel-jms - Fix rare
ConcurrentModificationException in camel-jms due to destination produced is set
as header after sent, which can lead to a race condition when doing
request/reply over JMS and reply is already received and continued processing.
Thanks to Vladimir Dobos for the analysis.
add c741a5904dd chore(dsl): harmonize Dockerfile text
add 2200de5a38b feat(dsl): Camel JBang export Quarkus enhance
add e2b7d8c6ae9 CAMEL-22364: camel-jms - Fix rare
ConcurrentModificationException in camel-jms due to destination produced is set
as header after sent, which can lead to a race condition when doing
request/reply over JMS and reply is already received and continued processing.
Thanks to Vladimir Dobos for the analysis.
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 (2b4a5eeafdd)
\
N -- N -- N refs/heads/jmsp (e2b7d8c6ae9)
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:
.../camel/dsl/jbang/core/commands/Export.java | 2 +
.../dsl/jbang/core/commands/ExportQuarkus.java | 27 ++---
.../main/resources/quarkus-docker/Dockerfile.jvm | 115 ---------------------
.../resources/quarkus-docker/Dockerfile.legacy-jar | 115 ---------------------
.../resources/quarkus-docker/Dockerfile.native | 11 +-
.../quarkus-docker/Dockerfile.native-micro | 49 ---------
.../src/main/resources/templates/Dockerfile17.tmpl | 30 ++----
.../src/main/resources/templates/Dockerfile21.tmpl | 30 ++----
.../{readme.md.tmpl => readme.native.md.tmpl} | 30 +++++-
9 files changed, 70 insertions(+), 339 deletions(-)
delete mode 100644
dsl/camel-jbang/camel-jbang-core/src/main/resources/quarkus-docker/Dockerfile.jvm
delete mode 100644
dsl/camel-jbang/camel-jbang-core/src/main/resources/quarkus-docker/Dockerfile.legacy-jar
delete mode 100644
dsl/camel-jbang/camel-jbang-core/src/main/resources/quarkus-docker/Dockerfile.native-micro
copy
dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/{readme.md.tmpl
=> readme.native.md.tmpl} (52%)