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 ebf279667c Updated CHANGELOG.md
ebf279667c is described below
commit ebf279667c3eaf5755c5b104ccab7f184898622c
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 31 03:17:59 2023 +0000
Updated CHANGELOG.md
---
CHANGELOG.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d368dbb23..50ac762e10 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,20 +11,31 @@
**Closed issues:**
- camel-quarkus-activemq can not set jms some properties in native mode
[\#4454](https://github.com/apache/camel-quarkus/issues/4454)
+- Allow to disable build time compilation of jOOR expressions
[\#4452](https://github.com/apache/camel-quarkus/issues/4452)
- 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)
+- Aws2-sqs: Test with real account fails.
[\#4389](https://github.com/apache/camel-quarkus/issues/4389)
- Intermittent failure of MasterOpenShiftTest
[\#4387](https://github.com/apache/camel-quarkus/issues/4387)
+- Integrate beans with qualifier io.smallrye.common.annotation.Identifier
[\#4374](https://github.com/apache/camel-quarkus/issues/4374)
- Dependabot to upgrade quarkiverse versions
[\#4128](https://github.com/apache/camel-quarkus/issues/4128)
- Have separate saaj extension in Quarkiverse CXF
[\#4122](https://github.com/apache/camel-quarkus/issues/4122)
- Test `aws-secrets-manager` extension with Localstack
[\#3741](https://github.com/apache/camel-quarkus/issues/3741)
- Sql derby - test exernal db if possible, remove workaround because of
quarkus issue \#21639
[\#3327](https://github.com/apache/camel-quarkus/issues/3327)
+- Sql tests with external oracle database fail
[\#3256](https://github.com/apache/camel-quarkus/issues/3256)
- jOOR language native support
[\#2083](https://github.com/apache/camel-quarkus/issues/2083)
+- OGNL language native support
[\#1748](https://github.com/apache/camel-quarkus/issues/1748)
**Merged pull requests:**
+- Fixup SQL extension documentation and native testing with alternate JDBC
drivers [\#4460](https://github.com/apache/camel-quarkus/pull/4460)
([jamesnetherton](https://github.com/jamesnetherton))
+- Verify that the specific log message we're interested in is not present for
RouteBuilderWarningWithoutProducedBuilderTest
[\#4456](https://github.com/apache/camel-quarkus/pull/4456)
([jamesnetherton](https://github.com/jamesnetherton))
- Fix \#4454 to set jms properties with ActiveMQ connections in native b…
[\#4455](https://github.com/apache/camel-quarkus/pull/4455)
([zhfeng](https://github.com/zhfeng))
+- Ref \#4452: Allow to disable build time compilation of jOOR expressions
[\#4453](https://github.com/apache/camel-quarkus/pull/4453)
([essobedo](https://github.com/essobedo))
+- Ref \#1748: OGNL language native support
[\#4451](https://github.com/apache/camel-quarkus/pull/4451)
([essobedo](https://github.com/essobedo))
+- Aws2-sqs: Test with real account fails. \#4389
[\#4450](https://github.com/apache/camel-quarkus/pull/4450)
([JiriOndrusek](https://github.com/JiriOndrusek))
+- Support registry lookups by name for beans annotated with
io.smallrye.common.annotation.Identifier
[\#4449](https://github.com/apache/camel-quarkus/pull/4449)
([jamesnetherton](https://github.com/jamesnetherton))
- 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))