corda/testing/test-utils
szymonsztuka 9b8fda0d6d
CORDA-2375 Ensure node has unique attachment contract classname/version from signed JARs (#4535)
Corda Node ensures a given contract class and version can be sourced from only one signed and trusted Attachment (JAR).
An attempt to import a signed JAR as a trusted uploader (or promote to be trusted) with a class and version already present in the other trusted Attachment will raise DuplicateContractClassException.

Minor fixes to Hibernate Attachment Query parser (original query to select attachment without signers would always return no attachments)
2019-01-10 14:13:00 +00:00
..
src CORDA-2375 Ensure node has unique attachment contract classname/version from signed JARs (#4535) 2019-01-10 14:13:00 +00:00
build.gradle move back into test-utils 2019-01-04 17:58:43 +00:00