Skip to content

Support Hibernate 5.3.0 / JPA 2.2 (JDK8 Streams for pagination) #11725

@Blarne

Description

@Blarne

Based on functionality supporting streams JDK8 over JPA (automatic pagination) described in https://vladmihalcea.com/whats-new-in-jpa-2-2-stream-the-result-of-a-query-execution/ included JPA 2.2 with Hibernate 5.3.0.Beta1 - I recommend upgrade dependencies on Spring Boot Dependencies to:

<!-- https://mvnrepository.com/artifact/org.hibernate/hibernate-core -->
<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-core</artifactId>
    <version>5.3.0.Beta1</version>
</dependency>

<!-- https://mvnrepository.com/artifact/javax.persistence/javax.persistence-api -->
<dependency>
    <groupId>javax.persistence</groupId>
    <artifactId>javax.persistence-api</artifactId>
    <version>2.2</version>
</dependency>

I can contribute on this issue, if possible.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions