This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard d2b36fa2ba Fixes rest-openaapi because of CAMEL-22091
discard f534bdbdb5 PQC JVM Extensions
omit 65c80e6cae dsl-modeline is not deprecated
omit a05f900bc4 Gen files
omit c0b09d816d Removed camel-k modeline related stuff
omit ecbe00faea Gen files
omit 0b97e85b14 Fixed #7340: removed unnecessary substitution in salesforce
extension
omit b431a7b76c Gen files
omit 8dace4cf75 Generated files
omit 706ee85438 Generated files
omit b236dd03e9 Generated files and a bbetter fix of salesforce
omit abe028a24b Fix of salesforce native failure caused by upgrade of
jetty-version - not sure about the fix
omit 121f4e29b9 Upgrade quarkiverse-fury to 0.3.2
omit e84d6d70de Generated smb.adoc
omit c2c0e5c675 Fix com.cedarsoftware:java-util ThreadedLRUCacheStrategy
static scheduler field for native mode
omit a2a5d1e0ca Revert "Disabled Headersmap in native, see #7330"
omit ab78151c47 Regen files
omit 8a759d48f7 Disabled Headersmap in native, see #7330
omit d797c1bfcd Regen files
omit 43177ca441 Fix observability-services tests management port discovery
omit 29f297cbc4 Fix up dangling unused imports in platform-http extension
omit 67c116efb7 feat(observability-services): use management port
omit 099a2bb2b4 chore(platform-http): use default router name
omit cbc1c61470 regen files
omit 320c32fd1c Adapt to Camel switching to SmallRye Fault Tolerance
programmatic APIs
omit bae34ac897 Regen files + platform-http compilation error fix
omit ab05d6a365 generated files
omit 01c24693ba Fixed google-bigquery
omit a577d6e2fb Fixed google-bigquerry
omit 9de30d2e58 Regen files
omit 51c2734616 Manage org.apache.fury:fury-core in bom
omit 4f929e94f1 Regen files + fixed comp error in core
omit d1249f3e02 fixed jt400
omit 881180885c Upgrade Camel to 4.12.0
add f291e487d1 Fix #7383 to override shouldRun of CodeGenProvider (#7384)
add fb80264704 Deprecate Jolokia /q/jolokia management endpoint
new 97d4e25dae Upgrade Camel to 4.12.0
new 812d53b2ed fixed jt400
new 0bbffeafeb Regen files + fixed comp error in core
new 5d3de499da Manage org.apache.fury:fury-core in bom
new 794013ca73 Regen files
new f58c21c868 Fixed google-bigquerry
new b1087c60e7 Fixed google-bigquery
new 675d73d25a generated files
new 3790c31c0d Regen files + platform-http compilation error fix
new 4da8cacb90 Adapt to Camel switching to SmallRye Fault Tolerance
programmatic APIs
new e0d02d1d92 regen files
new c494c4bc8e chore(platform-http): use default router name
new bc12c593c6 feat(observability-services): use management port
new 8c7c138be4 Fix up dangling unused imports in platform-http extension
new c951d30d6c Fix observability-services tests management port discovery
new 73243ed9a6 Regen files
new 95868e11cf Disabled Headersmap in native, see #7330
new 1c24aaa828 Regen files
new 04b0a83ee7 Revert "Disabled Headersmap in native, see #7330"
new 9bccb0380e Fix com.cedarsoftware:java-util ThreadedLRUCacheStrategy
static scheduler field for native mode
new d27be61176 Generated smb.adoc
new dcfe1b1d4e Upgrade quarkiverse-fury to 0.3.2
new 693640c5a1 Fix of salesforce native failure caused by upgrade of
jetty-version - not sure about the fix
new 5ac97e40cb Generated files and a bbetter fix of salesforce
new 909c6dda1b Generated files
new b68ce1c9c9 Generated files
new 1ae92ace36 Gen files
new c605b51efc Fixed #7340: removed unnecessary substitution in salesforce
extension
new 979332773c Gen files
new 855a334f56 Removed camel-k modeline related stuff
new 6a9e7b3187 Gen files
new 38d4a11944 dsl-modeline is not deprecated
new 79c938d397 PQC JVM Extensions
new 3dabcd3129 Fixes rest-openaapi because of CAMEL-22091
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 (d2b36fa2ba)
\
N -- N -- N refs/heads/camel-main (3dabcd3129)
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.
The 34 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:
docs/modules/ROOT/pages/migration-guide/3.23.0.adoc | 16 ++++++++++++++++
docs/modules/ROOT/pages/migration-guide/index.adoc | 1 +
.../modules/ROOT/pages/reference/extensions/jolokia.adoc | 12 +++---------
.../quarkus/jolokia/deployment/JolokiaProcessor.java | 2 ++
.../quarkus/jolokia/JolokiaCustomContextPathTest.java | 1 +
.../apache/camel/quarkus/jolokia/JolokiaEnabledTest.java | 1 +
extensions/jolokia/runtime/src/main/doc/usage.adoc | 8 --------
.../apache/camel/quarkus/jolokia/JolokiaRecorder.java | 6 +++++-
.../quarkus/jolokia/config/JolokiaBuildTimeConfig.java | 5 ++++-
.../deployment/CamelQuarkusSwaggerCodegenProvider.java | 6 ++++++
.../jolokia/src/main/resources/application.properties | 1 +
11 files changed, 40 insertions(+), 19 deletions(-)
create mode 100644 docs/modules/ROOT/pages/migration-guide/3.23.0.adoc