This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push:
new f2d852e Updated CHANGELOG.md
f2d852e is described below
commit f2d852e091fbe0bc4794693ac45f43048b259391
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 5 03:33:39 2021 +0000
Updated CHANGELOG.md
---
CHANGELOG.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 917b735..f30e7b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
[Full Changelog](https://github.com/apache/camel-quarkus/compare/1.7.0...HEAD)
+**Fixed bugs:**
+
+- Unable to use Salesforce DTOs in native mode
[\#2312](https://github.com/apache/camel-quarkus/issues/2312)
+
**Closed issues:**
- Investigate integration test usage of quarkus.ssl.native
[\#2306](https://github.com/apache/camel-quarkus/issues/2306)
@@ -19,6 +23,7 @@
**Merged pull requests:**
+- Unable to use Salesforce DTOs in native mode
[\#2315](https://github.com/apache/camel-quarkus/pull/2315)
([jamesnetherton](https://github.com/jamesnetherton))
- Upgrade Quarkus to 1.12.1.Final
[\#2313](https://github.com/apache/camel-quarkus/pull/2313)
([jamesnetherton](https://github.com/jamesnetherton))
- Adjust references to the runner JAR for the fast-jar format
[\#2311](https://github.com/apache/camel-quarkus/pull/2311)
([jamesnetherton](https://github.com/jamesnetherton))
- Paho MQTT 5 support
[\#2310](https://github.com/apache/camel-quarkus/pull/2310)
([ppalaga](https://github.com/ppalaga))