package org.springframework.data.jpa.domain.support does not exist #22019
Locked
ajaykushwaha1
started this conversation in
Community
Replies: 2 comments 4 replies
-
I don't think we have direct support for this. If AuditingEntityListener is a pure JPA compliant listener you should be able to just add its dependency just not guaranteed that will work in native mode. |
Beta Was this translation helpful? Give feedback.
1 reply
-
We already have #22020 for this... |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am migrating my project from spring-boot to quarkus and using the below dependency for spring-data-jpa.
groupId: io.quarkus
artifactId: quarkus-spring-data-jpa
version: 2.5.0.Final
I have to use AuditingEntityListener for auditing purpose. But I am getting compilation error : package org.springframework.data.jpa.domain.support does not exist. Can any one help on this?
I am using below import for AuditingEntityListener,
org.springframework.data.jpa.domain.support.AuditingEntityListener
Beta Was this translation helpful? Give feedback.
All reactions