Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 411 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 411 Bytes

javers-issue-managed-type

for case javers/javers#601

To simulate a working boot, make sure org.javers.mongo.javersmongoproblem.domain.AbstractPermission doesn't implement Serializable

To simulate a fail boot a "get changes" request, add implements Serializable to org.javers.mongo.javersmongoproblem.domain.AbstractPermission

Run with :

./gradlew clean bootRun