Croway opened a new pull request, #22579:
URL: https://github.com/apache/camel/pull/22579
## Summary
- Add `camel-arangodb` section to the 4.19 upgrade guide documenting two
breaking changes from the ArangoDB Java driver 7.24+ upgrade:
- Host/port must now be explicitly configured (driver no longer defaults
to `localhost:8529`)
- `FIND_DOCUMENT_BY_KEY` no longer accepts `String.class` as result type
(Jackson 2.21 no longer coerces JSON objects to String)
## Context
Found while testing the `camel-spring-boot-examples` arangodb example
against Camel 4.19.0. The ArangoDB driver 7.24 added a `"No host has been
set!"` validation that did not exist in 7.23. Camel 4.17.0 was the first
version to use driver 7.24.2.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]