We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Oliver Drotbohm opened DATACMNS-1270 and commented
The return type of AuditorAware.getCurrentAuditor() has changed to Optional<T> in Spring Data 2.0
AuditorAware.getCurrentAuditor()
Optional<T>
Reference URL: https://docs.spring.io/spring-data/jpa/docs/current/reference/html/index.html#auditing.auditor-aware
The text was updated successfully, but these errors were encountered:
fixed via #321
Sorry, something went wrong.
odrotbohm
No branches or pull requests
Oliver Drotbohm opened DATACMNS-1270 and commented
The return type of
AuditorAware.getCurrentAuditor()
has changed toOptional<T>
in Spring Data 2.0Reference URL: https://docs.spring.io/spring-data/jpa/docs/current/reference/html/index.html#auditing.auditor-aware
The text was updated successfully, but these errors were encountered: