gnodet commented on PR #25815:
URL: https://github.com/apache/camel/pull/25815#issuecomment-5483883404
_Claude Code on behalf of gnodet_
Addressed in the latest commit (e8b419e):
- **No-arg constructor** added to both `KeyValueIdempotentRepository` and
`KeyValueAggregationRepository` — defaults to `MemoryKeyValueRepository` lazily
on start. Migration is now a simple 1:1 class swap:
```java
// Same verbosity as the deprecated class
new KeyValueIdempotentRepository()
```
- **`@Metadata` + `@Configurer`** annotations added so both adapters are
auto-discoverable in XML/YAML DSL and tooling
- **Upgrade guide updated** with the simpler migration examples (single bean
in XML, no explicit `MemoryKeyValueRepository` needed)
--
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]