You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/04/01 03:16:32 UTC

[camel-quarkus] branch main updated: Updated CHANGELOG.md

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 9feea1abe6 Updated CHANGELOG.md
9feea1abe6 is described below

commit 9feea1abe6d5752183c9b5ac7a2dfef23e7f3011
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Sat Apr 1 03:16:25 2023 +0000

    Updated CHANGELOG.md
---
 CHANGELOG.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f7b7aa69c..27094572cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,12 +6,14 @@
 
 **Closed issues:**
 
+- Intermittent failure in Jdbc native tests [\#4723](https://github.com/apache/camel-quarkus/issues/4723)
 - \[camel-main\] Groovy support causes CI failure [\#4712](https://github.com/apache/camel-quarkus/issues/4712)
 - Test CXF client with HTTP BASIC authentication [\#4705](https://github.com/apache/camel-quarkus/issues/4705)
 - Update wrong jvmSince and nativeSince  [\#4698](https://github.com/apache/camel-quarkus/issues/4698)
 - Remove and replace some method in ReflectiveClassBuildItem [\#4694](https://github.com/apache/camel-quarkus/issues/4694)
 - \[camel-main\] Http test "basicAuthCache" fails because of CAMEL-19184 [\#4686](https://github.com/apache/camel-quarkus/issues/4686)
 - Add back DataSonnet [\#4685](https://github.com/apache/camel-quarkus/issues/4685)
+- Add back XML Security Sign  [\#4684](https://github.com/apache/camel-quarkus/issues/4684)
 - Cxf-soap: Extend test coverage with Ssl scenario [\#4679](https://github.com/apache/camel-quarkus/issues/4679)
 - jira extension throws ClassNotFoundException: com.fasterxml.jackson.datatype.joda.JodaModule [\#4676](https://github.com/apache/camel-quarkus/issues/4676)
 - Cleanup tests belonging to removed camel components [\#4675](https://github.com/apache/camel-quarkus/issues/4675)
@@ -39,6 +41,8 @@
 
 **Merged pull requests:**
 
+- Upgrade to quarkus-cxf 2.0.0.Alpha5, Add back XML Security Sign [\#4729](https://github.com/apache/camel-quarkus/pull/4729) ([ppalaga](https://github.com/ppalaga))
+- Start JDBC polling after database initialization \#4723 [\#4728](https://github.com/apache/camel-quarkus/pull/4728) ([jamesnetherton](https://github.com/jamesnetherton))
 - Upgrade Quarkus to 3.0.0.CR1 [\#4724](https://github.com/apache/camel-quarkus/pull/4724) ([jamesnetherton](https://github.com/jamesnetherton))
 - Fix \#4710 to register reflection for FastStringBuffer and resource bundle for XMLErrorResources [\#4720](https://github.com/apache/camel-quarkus/pull/4720) ([zhfeng](https://github.com/zhfeng))
 - vertx-http: remove deprecated serviceCall eip [\#4719](https://github.com/apache/camel-quarkus/pull/4719) ([aldettinger](https://github.com/aldettinger))