* Upgrade the doorman to persist the stored network map entries + serving
* fixup after rebase
* address PR issues
* address PR issues
* return 400 bad request instead of unauthorized
* [CORDA-442] let Driver run without network map
- Nodes started by driver run without a networkMapNode.
- Driver does not take a networkMapStartStrategy anymore
- a new parameter in the configuration "noNetworkMapServiceMode" allows for a node not to be a networkMapNode nor to connect to one.
- Driver now waits for each node to write its own NodeInfo file to disk and then copies it into each other node.
- When driver starts a node N, it waits for every node to be have N nodes in their network map.
Note: the code to copy around the NodeInfo files was already in DemoBench, the NodeInfoFilesCopier class was just moved from DemoBench into core (I'm very open to core not being the best place, please advise)
* upgrade corda dependancy to v1.0.0
* fixup after corda upgrade
* fix CordaX500Name problem for root cert and intermediate cert
* fixup after rebase
* fix dependencies problem
* add back dev repo
* merge of open source master since the previous merge (changes between Sep 26, 2017 - Oct 16, 2017)
* New differences between O/S and Enterprise branches:
- top level build.gradle references enterprise repository:
` publish { .. repository { repoKey = 'enterprise-dev'`
- README.md links to enterprise build status:
href="https://ci-master.corda.r3cev.com/viewType.html?buildTypeId=CordaEnterprise_Build&tab=buildTypeStatusDiv"
Move from `chooseIdentity()` to `singleIdentity()` where tests use a single identity, or to fetching by name where multiple identities are present, so we stop using the first identity as special.
* Cash selection refactoring such that 3d party DB providers are only required to implement Coin Selection SQL logic.
* Re-added debug logging statement.
* Updated to include PR review feedback from VK
* Refactoring following rebase from master.
* Fix broken JUnits following rebase.
* Use JDBC ResultSet getBlob() and added custom serializer to address concern raised by tomtau in PR.
* Fix failing JUnits.