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 d09c2090ef Fixed debezium-mongodb (CAMEL-19287) + regen poms discard 3984ff892e Regenerate poms discard 0fe41470e3 Regenerate poms discard 4ce7079727 Fix of Opentelemetry test discard fbf828d3af Fixed jackson-jq-extra (CAMEL-19276) discard 612bf46570 Fix of upgrade jackson-jq discard 49731d9e0d Regen poms discard ab02d09803 Fixed Tika compilation issue discard 07d04dca49 Regen poms discard c6e8cb7da9 Regen poms discard a4fb6cf58c Regen poms discard 5234c51938 Regen poms discard f9970ae5a0 camel-java-joor-dsl - Ease the way to get all the compiled classes discard c2f34b4e30 Regen poms discard 09925d772e Ref #4745: Add context plugins for the dry mode as expected discard cb4252101c Fixed #4735 and auto-generated changes discard 0acee8a952 Fixed compilation error linked to getModelToXMLDumper() discard c33f4cec04 Fixed KameletProcessor.java compilation error discard 26be5d592e Disabled several foundation tests + fixin runtinme because of CAMEL-15105 discard 7bec72ee1c Fixed compilation failures because of CAMEL-15105 discard c8acc7e8bb Fixed getter/setter on ExtendedCamelContext - CAMEL-15105 discard e500bc4d11 [camel-main] fixed salesforce (CAMEL-18551), cxf-soap-client (updates in image) discard 96b8999354 Revert "Temporarily disable dataformat integration tests due to #4662" discard 54ff80c4f2 Generated flattened pom + add more information into cxf-soap-client assert discard 3eaba1e27c Fuxed Cxf-soap-client:missing licence in wsdl discard 100eb62865 Fixed micrometer and opentelemtry test because of CAMEL-19124, CAMEL-19193 discard 4d37bba60e Fix in cxf-soap-client discard c563a09065 Fix in http component (caused by upgrade of httpclient) discard d14c5f986a Ref #1746: Groovy language native support discard 24ea86f36f Add support of expressions referring an external resource discard fa976ff5ec Upgrade Camel to 4.0.0-M3 discard 9045d44b1a Ref #4624: Upgrade to Groovy 4.x discard d1901e753a Ref #4384: Groovy DSL - Add support of Groovy extensions add b31a132d25 Updated CHANGELOG.md add 2523530b7f Fix handling of Quarkus quartz scheduler autowiring new d70c9be29d Ref #4384: Groovy DSL - Add support of Groovy extensions new 465d162368 Ref #4624: Upgrade to Groovy 4.x new 47453db80a Upgrade Camel to 4.0.0-M3 new a9811b1248 Add support of expressions referring an external resource new 7351842017 Ref #1746: Groovy language native support new 8ac821c326 Fix in http component (caused by upgrade of httpclient) new beae6109ee Fix in cxf-soap-client new 8fcbd54931 Fixed micrometer and opentelemtry test because of CAMEL-19124, CAMEL-19193 new aaa1cd6b93 Fuxed Cxf-soap-client:missing licence in wsdl new a3e1ec9b5d Generated flattened pom + add more information into cxf-soap-client assert new 50cc64ac54 Revert "Temporarily disable dataformat integration tests due to #4662" new 283ee724f9 [camel-main] fixed salesforce (CAMEL-18551), cxf-soap-client (updates in image) new c91b8aa273 Fixed getter/setter on ExtendedCamelContext - CAMEL-15105 new be4eba86d6 Fixed compilation failures because of CAMEL-15105 new 4d0a0a372b Disabled several foundation tests + fixin runtinme because of CAMEL-15105 new db71662ba6 Fixed KameletProcessor.java compilation error new f45a507290 Fixed compilation error linked to getModelToXMLDumper() new 876233e304 Fixed #4735 and auto-generated changes new 19ea05da98 Ref #4745: Add context plugins for the dry mode as expected new 1952e8d99e Regen poms new 6f9e978611 camel-java-joor-dsl - Ease the way to get all the compiled classes new b1b6b00f02 Regen poms new 8ba3e6befb Regen poms new 11af71b115 Regen poms new f7d3dd7e70 Regen poms new 5a329a2d9c Fixed Tika compilation issue new 8371bbb6d1 Regen poms new 6c46f3bb3a Fix of upgrade jackson-jq new e97107d30a Fixed jackson-jq-extra (CAMEL-19276) new 414c0dcc0c Fix of Opentelemetry test new 1dd52b33dd Regenerate poms new bfa8dee8ca Regenerate poms new ccc2a46828 Fixed debezium-mongodb (CAMEL-19287) + regen poms 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 (d09c2090ef) \ N -- N -- N refs/heads/camel-main (ccc2a46828) 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 33 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: CHANGELOG.md | 5 ++ extensions/quartz/deployment/pom.xml | 10 +++ .../quartz/deployment/QuartzProcessor.java | 6 ++ .../QuartzNoQuarkusSchedulerAutowiredTest.java | 2 +- .../quartz/deployment/QuartzNotAutowiredTest.java | 2 +- .../QuartzQuarkusCustomSchedulerAutowiredTest.java | 2 +- ...artzQuarkusSchedulerAmbiguousAutowiredTest.java | 10 +-- .../QuartzQuarkusSchedulerAutowiredTest.java | 4 +- ...kusSchedulerAutowiredWithSchedulerBeanTest.java | 81 +++++++++++++++++ .../QuartzQuarkusSchedulerNotAutowiredTest.java | 2 +- .../component/quartz/CamelQuartzRecorder.java | 100 +++++++++++++-------- 11 files changed, 172 insertions(+), 52 deletions(-) create mode 100644 extensions/quartz/deployment/src/test/java/org/apache/camel/quarkus/component/quartz/deployment/QuartzQuarkusSchedulerAutowiredWithSchedulerBeanTest.java