Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auditing stopped working after updating from 1.10.2 -> 1.10.3 (Boot 1.4.0 -> 1.4.1) [DATAJPA-982] #1329

Closed
spring-projects-issues opened this issue Oct 18, 2016 · 3 comments
Assignees
Labels
status: invalid An issue that we don't feel is valid

Comments

@spring-projects-issues
Copy link

Michał Niczyporuk opened DATAJPA-982 and commented

Hi,
After updating Spring Boot in my application to 1.4.1 from 1.4.0 my Spring Data JPA auditing stopped working (doesnt fill the fields with values, even handler isnt executed):
Code sample here: https://github.com/mihn/spring-data-jpa-auditing-fail (fails on 1.4.1, works fine on 1.4.0)


No further details from DATAJPA-982

@spring-projects-issues
Copy link
Author

Michał Niczyporuk commented

Ticket in springboot github

@spring-projects-issues
Copy link
Author

Oliver Drotbohm commented

Your Boot ticket looks like a duplicate of this one. Annotating the entity with @EntityListener(AuditingEntityListener.class) should allow you to work around this issue for the time being

@spring-projects-issues
Copy link
Author

Jens Schauder commented

Batch closing resolved issue without a fix version and a resolution indicating that there is nothing to release (Won't fix, Invalid ...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: invalid An issue that we don't feel is valid
Projects
None yet
Development

No branches or pull requests

2 participants