[2.0] DDC-412 - Fixed YAML Driver not allowing multiple lifecycle callbacks per event. Backwards-incompatible change
This commit is contained in:
parent
2cfe338889
commit
fcb12eea6c
@ -23,8 +23,8 @@ per event. The Old syntax ways:
|
||||
|
||||
[yaml]
|
||||
lifecycleCallbacks:
|
||||
prePersist doStuffOnPrePersist
|
||||
postPersist: doStuffOnPostPersist
|
||||
doStuffOnPrePersist: prePersist
|
||||
doStuffOnPostPersist: postPersist
|
||||
|
||||
The new syntax is:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user