corda/gradle-plugins/cordform-common
Ross Nicoll ae2183c8a1 Reduce use of X500Name bridges (#1483)
* Change to using strings in CordformContext; X500Name is an external API dependency we're trying to avoid, X500Principal rearranges the order of the elements in a way we don't want, and trying to put CordaX500Name into Groovy in the time available is impractical. As such having pre-formatted strings used in the Cordform plugin makes most sense right now.
* Remove uses of CordaX500Name.x500
* Remove old X.500 parsing tools
* Move CordaX500Name.x500 into X500NameUtils
* Move X500NameUtils into internal
2017-09-14 11:56:14 +01:00
..
src/main/java/net/corda/cordform Reduce use of X500Name bridges (#1483) 2017-09-14 11:56:14 +01:00
build.gradle Cordform common is now a part of the gradle plugin suite (#1474) 2017-09-12 19:18:09 +01:00
README.md Cordform common is now a part of the gradle plugin suite (#1474) 2017-09-12 19:18:09 +01:00

Cordform Common

This project contains common node types that both the Corda gradle plugin suite and Corda project require in order to build Corda nodes.