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 49ffc64f8e Updated CHANGELOG.md
49ffc64f8e is described below
commit 49ffc64f8eff2b13e94bcce29ebf9d2763eabb52
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 17 03:56:02 2022 +0000
Updated CHANGELOG.md
---
CHANGELOG.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c668d55f29..7070b42bcf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
**Fixed bugs:**
+- \[Quarkus 2.13.0\] JTA integration test fails due to undiscoverable
`DataSource` [\#4063](https://github.com/apache/camel-quarkus/issues/4063)
- Map style config property resolution does not work in native mode
[\#4011](https://github.com/apache/camel-quarkus/issues/4011)
**Closed issues:**
@@ -31,6 +32,7 @@
**Merged pull requests:**
+- Restore named DataSource autowiring for JDBC and SQL extensions
[\#4101](https://github.com/apache/camel-quarkus/pull/4101)
([jamesnetherton](https://github.com/jamesnetherton))
- Fix \#4096 to sync snakeyaml with quarkus-bom
[\#4098](https://github.com/apache/camel-quarkus/pull/4098)
([zhfeng](https://github.com/zhfeng))
- Upgrade Quarkus to 2.13.0.CR1
[\#4094](https://github.com/apache/camel-quarkus/pull/4094)
([jamesnetherton](https://github.com/jamesnetherton))
- JCache native mode
[\#4088](https://github.com/apache/camel-quarkus/pull/4088)
([javaduke](https://github.com/javaduke))