Skip to content

Latest commit

 

History

History
100 lines (82 loc) · 2.86 KB

roadmap.asciidoc

File metadata and controls

100 lines (82 loc) · 2.86 KB

Blaze-Persistence - Roadmap

As a side note, we are naming releases after Marvel comic characters since we like the Avengers :)

2.0 Enchantress

  • Jakarta Persistence 3.1+ and Java 11+ only

  • Align library integration version support with upstream support guarantees

1.6 Lockjaw [RELEASED]

  • Jakarta Persistence support

  • Annotator SPI for supporting JAXB deserialization of Entity Views

  • Hibernate 6.0 integration

  • GROUPING SETS and other summarization support

  • Entity View secondary root support

  • Chunk-Processing support

1.5 Zemo [RELEASED]

  • Allow predicates as array index expression

  • Allow arbitrary expression as array index expression

  • Support for mapping List index and Map key through separate expression in Entity Views

  • Support fetching Entity View attributes through JSON/XML functions

  • Entity View builder API

  • Entity View annotation processor for static metamodel, implementation and builder implementations

  • Quarkus integration and support for native compilation

1.4 Coulson [RELEASED]

  • Option for CTE inlining

  • LATERAL join support

  • Window function support

  • Entity view lifecycle listeners

  • Entity view integration with REST technologies

1.3 Fury [RELEASED]

  • EMBEDDING_VIEW function support

  • Use of entity collection DML for updatable entity views

  • OUTER support for subquery correlation path

1.2 Ink [RELEASED]

  • TREAT support

  • Entity view correlation

  • Entity view fetch strategies

  • Entity view partial updates

  • Spring Data Entity View Support

  • VALUES clause support

  • SQL Server & Oracle support

1.1 - Loki [RELEASED]

  • Multiple from clause support

  • Group concat function

  • Date, and Datetime diff functions

  • CTE support

  • Set operation support

  • JPA bulk operation support

  • Hibernate bulk insert support

  • Embeddable entity views

  • Entity view metamodel checker

1.0 - Yellow Claw [RELEASED]

  • Initial release with basic query functionality and entity views