Viktor Kolomeyko
51ed943272
Remove SerializationFactory parameter from the places where it is not needed
...
Also minor improvements to the looping/if-branching code and documentation changes
Functionally, this change is a NOP
2017-08-17 17:53:40 +01:00
Chris Rankin
1672b4aa0a
Simple deserialisation fixes. ( #1243 )
...
* Fix typo: prefered -> preferred
* Simplify KryoVerifierSerializationScheme and resolve warning.
* Add a custom serialiser for PrivacySeed so that we can avoid invoking RNG.
2017-08-17 11:15:04 +01:00
Rick Parker
2f08425c43
Refactor KryoAMQPSerializer to go through generic APIs to access AMQP serialization ( #1225 )
2017-08-14 17:24:04 +01:00
Rick Parker
28610868c4
Remove Kryo from core module completely, including gradle dependencies ( #1161 )
2017-08-09 14:53:46 +01:00
Rick Parker
fe9db6f1f7
Remove links to Kryo from serialization "clients" ( #1079 )
2017-07-21 14:23:05 +01:00
Shams Asari
195189070a
Moved the Path extension methods that were in Utils.kt into the internal package
2017-07-17 16:01:19 +01:00
Shams Asari
7caee508ec
Refactored ErrorOr into Try, with Success and Failure data sub-classes, and moved it into core.utilities
2017-07-11 12:10:38 +01:00
Andrzej Cichocki
cefa14507a
Retire HostAndPort ( #962 )
...
* Don't attempt to parse a resolved InetSocketAddress toString
* A mock node isn't reachable via an address
2017-07-07 15:11:07 +01:00
Andrzej Cichocki
c510e67ed5
Move ShutdownHook to node-api. ( #770 )
2017-06-02 15:32:20 +01:00
Andrzej Cichocki
ca36b4676d
Unduplicate certificatesDirectory ( #740 )
2017-05-25 10:30:28 +01:00
Andrzej Cichocki
bbe4c170c2
BFT notary demo ( #725 )
...
* Rename raft-notary-demo project to notary-demo
* Refactor serialisation filtering to allow BFT SMaRt to work, it no longer relies on the jdk.serialFilter system property
* In NodeBasedTest remove whitespace in node directory names for consistency with cordform and driver
2017-05-24 12:25:06 +01:00
Andras Slemmer
48952dfc02
Add node-api, split minimal node functionality, OutOfProcessTransactionVerifierService
2017-03-27 17:42:51 +01:00