Linar Abzaltdinov
Linar Abzaltdinov
Hierarchical object to flat object mappings. Can't define explicit custom mapping of nested object
Continuing #1406 I see the test [FlatteningMapper.java](https://github.com/sjaakd/mapstruct/blob/38744d9f73d5ff921acd10431e364b31d7b075da/processor/src/test/java/org/mapstruct/ap/test/targetthis/FlatteningMapper.java) , but here nested source and target have same field names and it works perfectly. But if we modify the `AccountDTO` field name...
This PR solves some problems with message ordering: 1) JdbcChatMemory fetches rows in DESC order, and MessageChatMemoryAdvisor get and add all messages in that order - from last to first....
Fixes issue #2815 This PR solves problem with message ordering: CassandraChatMemory fetches rows in DESC order (by message_timestamp), and MessageChatMemoryAdvisor get and add all messages in that order - from...
**Is your feature request related to a problem? Please describe.** I have to add 10 dependencies to support all extensions. **Describe the solution you'd like** I want to add all...