-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
area/springIssues relating to the Spring integrationIssues relating to the Spring integrationtriage/wontfixThis will not be worked onThis will not be worked on
Description
Discussed in #22019
Originally posted by ajaykushwaha1 December 8, 2021
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
Metadata
Metadata
Assignees
Labels
area/springIssues relating to the Spring integrationIssues relating to the Spring integrationtriage/wontfixThis will not be worked onThis will not be worked on