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 fc71f405e8 Updated CHANGELOG.md
fc71f405e8 is described below
commit fc71f405e8757c89b6db9ac6d81787e6169dacdc
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 12 03:25:54 2023 +0000
Updated CHANGELOG.md
---
CHANGELOG.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea3ff7aed6..6a1c5314cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@
**Fixed bugs:**
+- Re-add activemq extension after it was added back in Camel 4.0.0-RC1
[\#5087](https://github.com/apache/camel-quarkus/issues/5087)
- NettyHttpJaasTestResource reads config.jaas from disk
[\#5083](https://github.com/apache/camel-quarkus/issues/5083)
- Nitrite native integration test could not serialize \[\[3941604762136\]NO₂\]
[\#5070](https://github.com/apache/camel-quarkus/issues/5070)
- Expression extractor fails when there are properties to set
[\#5067](https://github.com/apache/camel-quarkus/issues/5067)
@@ -24,6 +25,7 @@
**Merged pull requests:**
+- Re-add activemq extension after it was added back in Camel 4.0.0-RC1
[\#5089](https://github.com/apache/camel-quarkus/pull/5089)
([ppalaga](https://github.com/ppalaga))
- Generated sources regen for SBOM
[\#5085](https://github.com/apache/camel-quarkus/pull/5085)
([github-actions[bot]](https://github.com/apps/github-actions))
- NettyHttpJaasTestResource reads config.jaas from disk
[\#5084](https://github.com/apache/camel-quarkus/pull/5084)
([ppalaga](https://github.com/ppalaga))
- Ref \#5067: Make expression extractor supports properties
[\#5079](https://github.com/apache/camel-quarkus/pull/5079)
([essobedo](https://github.com/essobedo))