This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push:
new d37dd73d Polished
d37dd73d is described below
commit d37dd73d22404ff696ed26a767485408624fc2ff
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri May 10 13:05:56 2024 +0200
Polished
---
content/blog/2024/05/camel46-whatsnew/index.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/content/blog/2024/05/camel46-whatsnew/index.md
b/content/blog/2024/05/camel46-whatsnew/index.md
index aeea5314..6f7c878e 100644
--- a/content/blog/2024/05/camel46-whatsnew/index.md
+++ b/content/blog/2024/05/camel46-whatsnew/index.md
@@ -89,6 +89,8 @@ The `camel-sql` component can now use variables in the SQL
queries.
The `camel-kafka` component is upgraded to Kafka 3.7 client. Added
`JMSDeserializer` to `camel-kafka` that users can use to
let Kafka handle serializing/de-serializing JMS headers correct by their
expected types (long, int, string etc.)
+The `camel-rest-openapi` - Refactored to use another json validator library
that is Jakarta EE compatible.
+
The Rest DSL `clientRequestValidation` now supports validating for allowed
values as well.
The `@PropertyInject` can inject as an array/list type where the string value
is splitted by a separator (such as a comma)
@@ -101,7 +103,6 @@ This release only brings two new components:
- `camel-google-pubsub-lite` - Send and receive messages to/from Google Cloud
Platform PubSub Lite Service.
- `camel-pinecone` - Perform operations on the Pinecone Vector Database.
-- `camel-rest-openapi` - Refactored to use another json validator library that
is Jakarta EE compatible.
## Upgrading