-
Notifications
You must be signed in to change notification settings - Fork 353
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we move the common parts of the hints to a dedicated class and pull them in via imports
.
Thinking about the types from commons like IsNewAwareAuditingHandler
, LazyInitTargetSource
and the proxy configuration.
Would help us with the other data modules.
That's my plan with the next modules, which I want to tackle today. |
Ok so I will wait for those changes before merging. |
With the additional commits we also support Auditing for Elasticsearch. And they include the refactoring to exract common hints to a single place. |
This PR now adds Auditing support for all Spring Data samples. |
d378945
to
483133a
Compare
@schauder could you please add license headers to the newly introduced files. |
For all new files and touched files without a header. For touched files with header, the date range is now extended to 2021.
@christophstrobl done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closes #860
Closes #882