Skip to content

Docs bug? #2358

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

Closed
xenoterracide opened this issue Aug 18, 2021 · 1 comment
Closed

Docs bug? #2358

xenoterracide opened this issue Aug 18, 2021 · 1 comment
Labels
for: external-project For an external project and not something we can fix

Comments

@xenoterracide
Copy link

xenoterracide commented Aug 18, 2021

I think this might be a bug, though possible I just can't find it, sorry if that's true reference docs. I think this section of documentation comes from Spring Data Commons, in which case a resync needs to be done, it isn't in there anymore (duplicating documentation like this is unwise, IMHO).

There is also a convenience base class, AbstractAuditable, which you can extend to avoid the need to manually implement the interface methods. Doing so increases the coupling of your domain classes to Spring Data, which might be something you want to avoid. Usually, the annotation-based way of defining auditing metadata is preferred as it is less invasive and more flexible.

@michael-simons
Copy link
Collaborator

Thanks, I have created a PR with Commons… The class of exists only in Spring Data JPA.

@michael-simons michael-simons added for: external-project For an external project and not something we can fix and removed status: waiting-for-triage An issue we've not yet triaged labels Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: external-project For an external project and not something we can fix
Projects
None yet
Development

No branches or pull requests

3 participants