@JaversAuditable async
See original GitHub issueEither create a @JaversAuditableAsync annotation or provide a parameter with a boolean for async.
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
Spring integration — JaVers Documentation
This is the easiest and recommended way to auto-audit your domain objects. @JaversAuditable, @JaversAuditableDelete, and @JaversAuditableConditionalDelete — ...
Read more >Audit your data with JaVers - Ippon Technologies
JaVers will audit all the changes made to Person objects. In case of a custom repository, the @JaversAuditable annotation needs to be added...
Read more >Developers - @JaversAuditable async - - Bountysource
Coming soon: A brand new website interface for an even better experience!
Read more >Async auditing with JaVers - java - Stack Overflow
Interesting question. First the démenti. All JaVers core modules are designed to decouple audit data from application data.
Read more >org.javers.spring.auditable.AuthorProvider Java Examples
Javers auditable aspect. * * @param javers the javers * @param authorProvider the author provider * @param commitPropertiesProvider the commit properties ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@bartoszwalacik :: As per my understanging Things to be done
For now,
@JaversAuditableAsyncwill work only with mongo, becausejavers.commitAsync()is implemented only for mongo.I sugges not use
@asyncbut simply calljavers.commitAsync(). An executor could be a component ofJaversAuditableAspectAsync, configured with some reasonable defaults.