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 c0e3b92018 Updated CHANGELOG.md
c0e3b92018 is described below
commit c0e3b92018145d9390a2d4789ebd39adee3562f4
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 14 03:27:10 2023 +0000
Updated CHANGELOG.md
---
CHANGELOG.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0155df1480..911d83deec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -37,12 +37,14 @@
- chore: Add git diff when there are uncommitted changes
[\#5076](https://github.com/apache/camel-quarkus/pull/5076)
([essobedo](https://github.com/essobedo))
- Register additional JDK classes for serialization required by Nitrite
[\#5075](https://github.com/apache/camel-quarkus/pull/5075)
([jamesnetherton](https://github.com/jamesnetherton))
- Use NativeImageFeatureBuildItem instead of deprecated AutomaticFeature
annotation [\#5074](https://github.com/apache/camel-quarkus/pull/5074)
([jamesnetherton](https://github.com/jamesnetherton))
+- \[ \#3087\] Divide HTTP tests into separate modules
[\#5073](https://github.com/apache/camel-quarkus/pull/5073)
([avano](https://github.com/avano))
- Fix \#5068 to add a pooling test with quarkus-qpid-jms
[\#5069](https://github.com/apache/camel-quarkus/pull/5069)
([zhfeng](https://github.com/zhfeng))
- Ref \#5056: Replace the deprecated RecorderContext\#classProxy
[\#5066](https://github.com/apache/camel-quarkus/pull/5066)
([essobedo](https://github.com/essobedo))
- Restrict downloading of com.atlassian dependencies to packages.atlassian.com
[\#5065](https://github.com/apache/camel-quarkus/pull/5065)
([jamesnetherton](https://github.com/jamesnetherton))
- Bump os-maven-plugin from 1.7.0 to 1.7.1
[\#5064](https://github.com/apache/camel-quarkus/pull/5064)
([dependabot[bot]](https://github.com/apps/dependabot))
- Bump htmlunit-driver from 4.9.1 to 4.10.0
[\#5063](https://github.com/apache/camel-quarkus/pull/5063)
([dependabot[bot]](https://github.com/apps/dependabot))
- Set the official snapshot repositories
[\#5062](https://github.com/apache/camel-quarkus/pull/5062)
([essobedo](https://github.com/essobedo))
+- Build Camel on the nightly build instead of relying on the SNAPSHOT repo
[\#5061](https://github.com/apache/camel-quarkus/pull/5061)
([jamesnetherton](https://github.com/jamesnetherton))
- Improve native support of camel-quarkus-debug
[\#5060](https://github.com/apache/camel-quarkus/pull/5060)
([essobedo](https://github.com/essobedo))
- Bump quarkus-micrometer-registry-jmx from 3.0.2 to 3.1.2
[\#5055](https://github.com/apache/camel-quarkus/pull/5055)
([dependabot[bot]](https://github.com/apps/dependabot))
- Bump quarkus-amazon-services-bom from 2.3.3 to 2.4.0
[\#5054](https://github.com/apache/camel-quarkus/pull/5054)
([dependabot[bot]](https://github.com/apps/dependabot))
@@ -56,6 +58,7 @@
- Re-enable google-bigquery and add a work around
[\#5041](https://github.com/apache/camel-quarkus/pull/5041)
([zhfeng](https://github.com/zhfeng))
- Generated sources regen for SBOM
[\#5040](https://github.com/apache/camel-quarkus/pull/5040)
([github-actions[bot]](https://github.com/apps/github-actions))
- Bump quarkus-qpid-jms-bom from 2.2.0 to 2.3.0
[\#5039](https://github.com/apache/camel-quarkus/pull/5039)
([dependabot[bot]](https://github.com/apps/dependabot))
+- Replace org.graalvm.nativeimage:svm with org.graalvm.sdk:graal-sdk which has
a status of public API
[\#5038](https://github.com/apache/camel-quarkus/pull/5038)
([ppalaga](https://github.com/ppalaga))
- Add native support for camel-quarkus-management
[\#5037](https://github.com/apache/camel-quarkus/pull/5037)
([jamesnetherton](https://github.com/jamesnetherton))
- Upgrade Camel to 4.0.0-RC1
[\#5036](https://github.com/apache/camel-quarkus/pull/5036)
([JiriOndrusek](https://github.com/JiriOndrusek))
- Re-enable google-pubsub and google-storage and add a workaround
[\#5033](https://github.com/apache/camel-quarkus/pull/5033)
([zhfeng](https://github.com/zhfeng))
@@ -1744,6 +1747,7 @@
- Publish docs for the last stable release
[\#3191](https://github.com/apache/camel-quarkus/issues/3191)
- JsonParseException not caught when using OpenAPI generated REST DSL
[\#3155](https://github.com/apache/camel-quarkus/issues/3155)
- RestClient: NullPointerException: Cannot read field "skipPattern" because
"this.tracingConfig" is null
[\#3142](https://github.com/apache/camel-quarkus/issues/3142)
+- Split HTTP test [\#3087](https://github.com/apache/camel-quarkus/issues/3087)
- Upgrade Quarkus Groovy to 3.2
[\#5044](https://github.com/apache/camel-quarkus/issues/5044)
- Micrometer: It is not necessary to produce JMXRegistry for the test
[\#5030](https://github.com/apache/camel-quarkus/issues/5030)
- Micrometer: Custom registry coverage is missing
[\#5018](https://github.com/apache/camel-quarkus/issues/5018)