mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
12fd451919
* ENT-6588 Restrict database operations platform flag Put the restricting of database operations in `RestrictedConnection` and `RestrictedEntityManager` behind a platform version flag. `RESTRICTED_DATABASE_OPERATIONS = 7` was added to signify this. If the version is less than 7, then the database operations will not be restricted. A warning is logged to indicate that they are using potentially dangerous methods. If the version is 7 or greater, then the database operations are restricted and throw an error if called. Co-authored-by: Dan Newton <dan.newton@r3.com> |
||
---|---|---|
.. | ||
src | ||
build.gradle |