mirror of
https://github.com/corda/corda.git
synced 2025-06-23 09:25:36 +00:00
CORDA-1392 Make Hibernate entities non-Serializable (#3458)
* CORDA-1392 Make Hibernate entities non-Serializable * CORDA-1392 Make Hibernate entities non-Serializable - fix api * CORDA-1392 Fix determinise * CORDA-1392 Add changelog entry * CORDA-1392 Address code review changes
This commit is contained in:
@ -6,6 +6,9 @@ release, see :doc:`upgrade-notes`.
|
||||
|
||||
Unreleased
|
||||
----------
|
||||
* The Corda JPA entities no longer implement java.io.Serializable, as this was causing persistence errors in obscure cases.
|
||||
Java serialization is disabled globally in the node, but in the unlikely event you were relying on these types being Java serializable please contact us.
|
||||
|
||||
* Remove all references to the out-of-process transaction verification.
|
||||
|
||||
* The class carpenter has a "lenient" mode where it will, during deserialisation, happily synthesis classes that implement
|
||||
|
Reference in New Issue
Block a user