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 6467916286 Updated CHANGELOG.md 6467916286 is described below commit 6467916286a6facb34d1756eaeff4dd5f342601c Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu May 11 03:17:00 2023 +0000 Updated CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b9b0c42f6..62469aec79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ - Stop managing woodstox directly, rather rely on quarkus-cxf-bom [\#4855](https://github.com/apache/camel-quarkus/issues/4855) - Snmp: Extend coverage of some smaller features [\#4850](https://github.com/apache/camel-quarkus/issues/4850) - Snmp: Extend coverage for supported versions [\#4843](https://github.com/apache/camel-quarkus/issues/4843) +- CI build fails to download Maven artifacts due to: ` java.net.ConnectException: Connection timed out` [\#4842](https://github.com/apache/camel-quarkus/issues/4842) - Remove org.apache.cxf:cxf-codegen plugin \(cxf-sopak extension is used instead\) [\#4839](https://github.com/apache/camel-quarkus/issues/4839) - Add tests and usage guide for LDAP extension [\#4821](https://github.com/apache/camel-quarkus/issues/4821) - Snmp: add native support [\#4820](https://github.com/apache/camel-quarkus/issues/4820) @@ -35,6 +36,9 @@ **Merged pull requests:** +- Upgrade CycloneDX Maven Plugin to version 2.7.8 [\#4883](https://github.com/apache/camel-quarkus/pull/4883) ([oscerd](https://github.com/oscerd)) +- Test CXF client with a method referencing class with runtime initialization [\#4880](https://github.com/apache/camel-quarkus/pull/4880) ([ppalaga](https://github.com/ppalaga)) +- Remove openapi-java extensions limitations doc section as apiContextdListing was removed in Camel [\#4879](https://github.com/apache/camel-quarkus/pull/4879) ([jamesnetherton](https://github.com/jamesnetherton)) - Generated sources regen for SBOM [\#4878](https://github.com/apache/camel-quarkus/pull/4878) ([github-actions[bot]](https://github.com/apps/github-actions)) - Bump quarkiverse-jackson-jq.version from 2.0.0.Alpha to 2.0.1 [\#4877](https://github.com/apache/camel-quarkus/pull/4877) ([dependabot[bot]](https://github.com/apps/dependabot)) - Improve test coverage for vertx-websocket [\#4875](https://github.com/apache/camel-quarkus/pull/4875) ([jamesnetherton](https://github.com/jamesnetherton))