This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new 3b15dba Updated CHANGELOG.md 3b15dba is described below commit 3b15dbaa5430b1581857d14dee3047d421b68841 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Fri Apr 1 03:34:52 2022 +0000 Updated CHANGELOG.md --- CHANGELOG.md | 86 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 45 insertions(+), 41 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27944f4..ca41d7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,47 +2,7 @@ ## [Unreleased](https://github.com/apache/camel-quarkus/tree/HEAD) -[Full Changelog](https://github.com/apache/camel-quarkus/compare/2.8.0-M1...HEAD) - -**Fixed bugs:** - -- Azure Storage blob - test failure [\#3655](https://github.com/apache/camel-quarkus/issues/3655) -- camel-quarkus-openapi-java marking all properties as type object in native mode [\#3606](https://github.com/apache/camel-quarkus/issues/3606) -- Consul native integration test failure [\#3509](https://github.com/apache/camel-quarkus/issues/3509) - -**Closed issues:** - -- paho: FilePersistence is not tested [\#3680](https://github.com/apache/camel-quarkus/issues/3680) -- Improve MicroProfile Fault Tolerance extension test coverage [\#3677](https://github.com/apache/camel-quarkus/issues/3677) -- paho: NullPointerException when MqqtException occurs during reconnect attempt in native mode [\#3671](https://github.com/apache/camel-quarkus/issues/3671) -- Improve Infinispan extension test coverage [\#3658](https://github.com/apache/camel-quarkus/issues/3658) -- Add more details about `@QuarkusIntegrationTest` in Testing guide [\#3650](https://github.com/apache/camel-quarkus/issues/3650) -- Use com.github.java-json-tools:\* instead of com.github.fge:\* [\#3632](https://github.com/apache/camel-quarkus/issues/3632) -- file: FileTest is flaky [\#3627](https://github.com/apache/camel-quarkus/issues/3627) -- cassandraql: itests failing on quarkus-platform [\#3621](https://github.com/apache/camel-quarkus/issues/3621) -- camel-quarkus-test-list should not include ipfs removed extension [\#3618](https://github.com/apache/camel-quarkus/issues/3618) -- Error building native executable with camel-quarkus-activemq [\#3617](https://github.com/apache/camel-quarkus/issues/3617) -- Support additional FHIR 2.x versions [\#3615](https://github.com/apache/camel-quarkus/issues/3615) -- zipfile: Complete test coverage [\#3610](https://github.com/apache/camel-quarkus/issues/3610) -- \[Camel 3.16\] rest-json example compliation error [\#3608](https://github.com/apache/camel-quarkus/issues/3608) -- Use https instead of http to reference xsds [\#3604](https://github.com/apache/camel-quarkus/issues/3604) -- Increase FHIR extension test coverage [\#3601](https://github.com/apache/camel-quarkus/issues/3601) -- \[Camel 3.16.0\] - camel-kafka uses some reflection for readiness health check [\#3592](https://github.com/apache/camel-quarkus/issues/3592) -- Improve quartz test coverage [\#3579](https://github.com/apache/camel-quarkus/issues/3579) -- Update dependency org.reflections:reflections in dependencyManagement of quarkus-camel-bom [\#3569](https://github.com/apache/camel-quarkus/issues/3569) -- Create Camel Google Secret Manager Extension [\#3566](https://github.com/apache/camel-quarkus/issues/3566) -- AWS Lambda example tests should use mock event server [\#3554](https://github.com/apache/camel-quarkus/issues/3554) -- Improve slack test coverage [\#3541](https://github.com/apache/camel-quarkus/issues/3541) -- Cannot build camel-quarkus-ipfs because repository.jboss.org is down [\#3532](https://github.com/apache/camel-quarkus/issues/3532) -- \[Quarkus 2.8.0\] Leverage Strimzi dev services container in kafka-oauth integration tests [\#3531](https://github.com/apache/camel-quarkus/issues/3531) -- `FileTest.charset` integration test fails on Windows [\#3530](https://github.com/apache/camel-quarkus/issues/3530) -- Ban javax.validation in favor of jakarta.validation [\#3504](https://github.com/apache/camel-quarkus/issues/3504) -- Camel Rest / Quarkus Swagger UI / Url Issue from Quarkus Version 2.6.x [\#3457](https://github.com/apache/camel-quarkus/issues/3457) -- Camel 3.15 - Add build step to capture route source location:line-number [\#3432](https://github.com/apache/camel-quarkus/issues/3432) -- Ban junit 4 [\#3354](https://github.com/apache/camel-quarkus/issues/3354) -- Better control what we manage in our BOM [\#3302](https://github.com/apache/camel-quarkus/issues/3302) -- camel.main.routes-include-pattern with a "\*" wildcard may end up loading a route builder twice [\#3265](https://github.com/apache/camel-quarkus/issues/3265) -- Investigate QuarkusIntegrationTest as a replacement for camel-quarkus-integration-tests-process-executor-support [\#2468](https://github.com/apache/camel-quarkus/issues/2468) +[Full Changelog](https://github.com/apache/camel-quarkus/compare/2.7.1...HEAD) **Merged pull requests:** @@ -1063,6 +1023,50 @@ - org.apache.camel.quarkus.main.CamelMainApplication should be registered for reflection [\#1454](https://github.com/apache/camel-quarkus/pull/1454) ([lburgazzoli](https://github.com/lburgazzoli)) - Document how to use mock in JVM mode tests \#1449 [\#1452](https://github.com/apache/camel-quarkus/pull/1452) ([JiriOndrusek](https://github.com/JiriOndrusek)) +## [2.7.1](https://github.com/apache/camel-quarkus/tree/2.7.1) (2022-03-31) + +[Full Changelog](https://github.com/apache/camel-quarkus/compare/2.8.0-M1...2.7.1) + +**Fixed bugs:** + +- Azure Storage blob - test failure [\#3655](https://github.com/apache/camel-quarkus/issues/3655) +- camel-quarkus-openapi-java marking all properties as type object in native mode [\#3606](https://github.com/apache/camel-quarkus/issues/3606) +- Consul native integration test failure [\#3509](https://github.com/apache/camel-quarkus/issues/3509) + +**Closed issues:** + +- paho: FilePersistence is not tested [\#3680](https://github.com/apache/camel-quarkus/issues/3680) +- Improve MicroProfile Fault Tolerance extension test coverage [\#3677](https://github.com/apache/camel-quarkus/issues/3677) +- paho: NullPointerException when MqqtException occurs during reconnect attempt in native mode [\#3671](https://github.com/apache/camel-quarkus/issues/3671) +- Improve Infinispan extension test coverage [\#3658](https://github.com/apache/camel-quarkus/issues/3658) +- Add more details about `@QuarkusIntegrationTest` in Testing guide [\#3650](https://github.com/apache/camel-quarkus/issues/3650) +- Use com.github.java-json-tools:\* instead of com.github.fge:\* [\#3632](https://github.com/apache/camel-quarkus/issues/3632) +- file: FileTest is flaky [\#3627](https://github.com/apache/camel-quarkus/issues/3627) +- cassandraql: itests failing on quarkus-platform [\#3621](https://github.com/apache/camel-quarkus/issues/3621) +- camel-quarkus-test-list should not include ipfs removed extension [\#3618](https://github.com/apache/camel-quarkus/issues/3618) +- Error building native executable with camel-quarkus-activemq [\#3617](https://github.com/apache/camel-quarkus/issues/3617) +- Support additional FHIR 2.x versions [\#3615](https://github.com/apache/camel-quarkus/issues/3615) +- zipfile: Complete test coverage [\#3610](https://github.com/apache/camel-quarkus/issues/3610) +- \[Camel 3.16\] rest-json example compliation error [\#3608](https://github.com/apache/camel-quarkus/issues/3608) +- Use https instead of http to reference xsds [\#3604](https://github.com/apache/camel-quarkus/issues/3604) +- Increase FHIR extension test coverage [\#3601](https://github.com/apache/camel-quarkus/issues/3601) +- \[Camel 3.16.0\] - camel-kafka uses some reflection for readiness health check [\#3592](https://github.com/apache/camel-quarkus/issues/3592) +- Improve quartz test coverage [\#3579](https://github.com/apache/camel-quarkus/issues/3579) +- Update dependency org.reflections:reflections in dependencyManagement of quarkus-camel-bom [\#3569](https://github.com/apache/camel-quarkus/issues/3569) +- Create Camel Google Secret Manager Extension [\#3566](https://github.com/apache/camel-quarkus/issues/3566) +- AWS Lambda example tests should use mock event server [\#3554](https://github.com/apache/camel-quarkus/issues/3554) +- Improve slack test coverage [\#3541](https://github.com/apache/camel-quarkus/issues/3541) +- Cannot build camel-quarkus-ipfs because repository.jboss.org is down [\#3532](https://github.com/apache/camel-quarkus/issues/3532) +- \[Quarkus 2.8.0\] Leverage Strimzi dev services container in kafka-oauth integration tests [\#3531](https://github.com/apache/camel-quarkus/issues/3531) +- `FileTest.charset` integration test fails on Windows [\#3530](https://github.com/apache/camel-quarkus/issues/3530) +- Ban javax.validation in favor of jakarta.validation [\#3504](https://github.com/apache/camel-quarkus/issues/3504) +- Camel Rest / Quarkus Swagger UI / Url Issue from Quarkus Version 2.6.x [\#3457](https://github.com/apache/camel-quarkus/issues/3457) +- Camel 3.15 - Add build step to capture route source location:line-number [\#3432](https://github.com/apache/camel-quarkus/issues/3432) +- Ban junit 4 [\#3354](https://github.com/apache/camel-quarkus/issues/3354) +- Better control what we manage in our BOM [\#3302](https://github.com/apache/camel-quarkus/issues/3302) +- camel.main.routes-include-pattern with a "\*" wildcard may end up loading a route builder twice [\#3265](https://github.com/apache/camel-quarkus/issues/3265) +- Investigate QuarkusIntegrationTest as a replacement for camel-quarkus-integration-tests-process-executor-support [\#2468](https://github.com/apache/camel-quarkus/issues/2468) + ## [2.8.0-M1](https://github.com/apache/camel-quarkus/tree/2.8.0-M1) (2022-03-08) [Full Changelog](https://github.com/apache/camel-quarkus/compare/2.7.0...2.8.0-M1)