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 544f461 Updated CHANGELOG.md
544f461 is described below
commit 544f461ddac4eaea3ad48f0e116984ef624d2efd
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 3 05:33:53 2021 +0000
Updated CHANGELOG.md
---
CHANGELOG.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f61c765..c79c321 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,9 +6,12 @@
**Closed issues:**
+- Register all @JsonView array elements for reflection
[\#2708](https://github.com/apache/camel-quarkus/issues/2708)
+- demonstrate how to configure quarkus-jackson extension's own ObjectMapper
instance and reuse it in our jackson test
[\#2706](https://github.com/apache/camel-quarkus/issues/2706)
- Expand Saxon test coverage with xpath saxon tests
[\#2702](https://github.com/apache/camel-quarkus/issues/2702)
- Debezium: Unresolved type during parsing: org.eclipse.jetty.util.StringUtil
[\#2695](https://github.com/apache/camel-quarkus/issues/2695)
- Problem with dashed queryParams
[\#2685](https://github.com/apache/camel-quarkus/issues/2685)
+- camel-quarkus-jacksonxml:JsonView annotations take no effect in native mode
[\#2681](https://github.com/apache/camel-quarkus/issues/2681)
- Error when using camel-quarkus-jackson in native mode:
java.lang.ClassNotFoundException:
com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule
[\#2677](https://github.com/apache/camel-quarkus/issues/2677)
- AWS2 test: org.apache.log4j.Priority required via netty, although netty
should not be in the class path at all
[\#2670](https://github.com/apache/camel-quarkus/issues/2670)
- Error when using Camel Kinesis component - java.lang.ClassNotFoundException:
org.apache.commons.logging.LogFactory
[\#2666](https://github.com/apache/camel-quarkus/issues/2666)