snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

spring-data-jpa: Support org.springframework.data.domain.Persistable.isNew() #134

Closed snowdrop-bot closed 4 years ago

snowdrop-bot commented 4 years ago

Description See https://github.com/spring-projects/spring-data-jpa/blob/2.3.1.RELEASE/src/main/asciidoc/jpa.adoc#entity-state-detection-strategies (point 2)

This is a follow-up to: https://github.com/quarkusio/quarkus/issues/10156#issuecomment-648861189

The Interface is already part of the jars that are shipped with the spring-data-jpa Quarkus extension, but the method is not yet evaluated.

PS: Point 3 ( Implementing EntityInformation) is probably "missing" as well but the Quarkus extension is not (yet?) shipping the related classes at all so this might be entirely out of scope.


https://github.com/quarkusio/quarkus/issues/10231


$upstream:10231$