This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 2bf7a73c24 Upgrade Quarkus to 3.21.0.CR1 add f6cd59fbf1 Bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 add 5419dfe1bb Add changelog for 3.19.0 add ebc083c1ef Set a default Jolokia agent description add 318f9eb615 Enable Jolokia Camel restrictor allowed MBean domains to be configurable new 4be789ef4e Upgrade Quarkus to 3.21.0.CR1 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 (2bf7a73c24) \ N -- N -- N refs/heads/quarkus-main (4be789ef4e) 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 1 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: .github/workflows/generate-sbom-main.yml | 2 +- CHANGELOG.md | 61 ++++++++++++++++++++++ .../ROOT/pages/reference/extensions/jolokia.adoc | 22 ++++++-- .../jolokia/deployment/JolokiaProcessor.java | 5 +- .../jolokia/runtime/src/main/doc/usage.adoc | 13 ++++- .../camel/quarkus/jolokia/JolokiaRecorder.java | 6 ++- .../jolokia/config/JolokiaBuildTimeConfig.java | 8 +++ .../jolokia/restrictor/CamelJolokiaRestrictor.java | 10 +++- ...ava => JolokiaCustomRestrictorDomainsTest.java} | 33 ++++++++---- .../quarkus/component/jolokia/it/JolokiaTest.java | 31 +++++++++++ 10 files changed, 172 insertions(+), 19 deletions(-) copy integration-tests-jvm/jolokia/src/test/java/org/apache/camel/quarkus/component/jolokia/it/{JolokiaDiscoveryDisabledTest.java => JolokiaCustomRestrictorDomainsTest.java} (59%)