[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]
|
[yaml]
|
||||||
lifecycleCallbacks:
|
lifecycleCallbacks:
|
||||||
prePersist doStuffOnPrePersist
|
doStuffOnPrePersist: prePersist
|
||||||
postPersist: doStuffOnPostPersist
|
doStuffOnPostPersist: postPersist
|
||||||
|
|
||||||
The new syntax is:
|
The new syntax is:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user