-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed
Description
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.
adanski, Muji86, ask4gilles and heruan
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement