Commit fcb12eea authored by beberlei's avatar beberlei

[2.0] DDC-412 - Fixed YAML Driver not allowing multiple lifecycle callbacks...

[2.0] DDC-412 - Fixed YAML Driver not allowing multiple lifecycle callbacks per event. Backwards-incompatible change
parent 2cfe3388
...@@ -23,8 +23,8 @@ per event. The Old syntax ways: ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment