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 73875d93d8 Updated CHANGELOG.md 73875d93d8 is described below commit 73875d93d8471d398619a3bcce91b8743a344cd9 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Jan 28 03:16:44 2023 +0000 Updated CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9adc50e53..02a80ba2a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,13 @@ [Full Changelog](https://github.com/apache/camel-quarkus/compare/2.16.0...HEAD) +**Fixed bugs:** + +- Type interface is not a bean type of PRODUCER\_METHOD [\#4444](https://github.com/apache/camel-quarkus/issues/4444) + **Closed issues:** +- perf-regression: introduce version specific build options [\#4436](https://github.com/apache/camel-quarkus/issues/4436) - js-dsl: JavaScriptDslTest is failing on quarkus-platform [\#4434](https://github.com/apache/camel-quarkus/issues/4434) - Support CSimple expressions with all DSLs [\#4426](https://github.com/apache/camel-quarkus/issues/4426) - Aws2: investigate possibilty of testing defaultXCredentialProvider with local stack [\#4401](https://github.com/apache/camel-quarkus/issues/4401) @@ -18,6 +23,7 @@ **Merged pull requests:** +- perf-regression: add --use-mandrel-native-builder option \#4436 [\#4448](https://github.com/apache/camel-quarkus/pull/4448) ([aldettinger](https://github.com/aldettinger)) - Pass Object class type to BeanManager.getReferece to avoid bean resolution issues \#4444 [\#4446](https://github.com/apache/camel-quarkus/pull/4446) ([jamesnetherton](https://github.com/jamesnetherton)) - fix the master-openshift itest flakiness \#4387 [\#4445](https://github.com/apache/camel-quarkus/pull/4445) ([aldettinger](https://github.com/aldettinger)) - Ref \#2083: jOOR language native support [\#4440](https://github.com/apache/camel-quarkus/pull/4440) ([essobedo](https://github.com/essobedo))