Andrzej Cichocki
c8672d373f
CORDA-973 Compression support for serialization ( #2473 )
...
* Serialization magic is now 7 bytes
* Introduce encoding property and whitelist
2018-02-23 13:07:51 +00:00
Shams Asari
2af0feee04
Various cleanup of the network map code ( #2604 )
2018-02-23 09:13:00 +00:00
Michele Sollecito
e91b74962b
[CORDA-1098]: Fixed Artemis filters for flows draining mode. ( #2613 )
2018-02-22 20:45:56 +00:00
Andras Slemmer
67f9266b24
Merge pull request #2597 from corda/aslemmer-CORDA-1043
...
CORDA-1043
2018-02-22 14:56:20 +00:00
Joel Dudley
904f706e10
[CORDA-1035] Flow test API docs
2018-02-22 14:38:02 +00:00
Joel Dudley
c94b606cf0
Fixes a typo in the node deployment docs.
2018-02-22 14:15:25 +00:00
Michele Sollecito
5db4882668
[CORDA-1089]: Ensure graceful error message is shown on node startup if RPC settings are invalid. ( #2595 )
2018-02-22 09:47:56 +00:00
igor nitto
731cb1b67e
Remove unused occurrences of 'exportJMXto' ( #2588 )
2018-02-21 19:05:55 +00:00
Andras Slemmer
51704cd7a4
Merge pull request #2591 from corda/aslemmer-fix-mocknetwork-networkparams
...
Pass network params to InternalMockNetwork
2018-02-21 18:00:02 +00:00
Andras Slemmer
31c278d460
Update API
2018-02-21 16:03:00 +00:00
Andras Slemmer
66cbe8c56d
CORDA-1043
2018-02-21 15:56:29 +00:00
Mike Hearn
ffd726d592
Docs: discuss zone constraints, flow drains and more upgrade related topics ( #2585 )
...
Docs: discuss zone constraints, flow drains and more upgrade related topics.
2018-02-21 15:33:28 +01:00
Michele Sollecito
9ddd47ea39
[CORDA-1059]: Fix Driver hanging on duplicate node names. ( #2590 )
2018-02-21 11:28:51 +00:00
Andras Slemmer
1592c18770
Pass network params to InternalMockNetwork
2018-02-21 11:28:29 +00:00
Andras Slemmer
4e13523d64
Merge pull request #2583 from corda/aslemmer-remove-log-line
...
Remove spurious logline
2018-02-21 09:50:51 +00:00
Mike Hearn
2cf2fdbc06
Address review comments
2018-02-20 18:45:38 +01:00
Mike Hearn
55a33acc32
Address review comments
2018-02-20 18:45:38 +01:00
Mike Hearn
7548c6c901
Docs: some work on the network map docs.
2018-02-20 18:45:38 +01:00
Andras Slemmer
68c2dd16d9
Remove spurious logline
2018-02-20 17:09:48 +00:00
Katelyn Baker
a223fdb8d3
DOCS - Separate parameter names in exceptions in a clear fashion ( #2577 )
2018-02-20 16:38:47 +00:00
Viktor Kolomeyko
18f81ba973
Eliminate references to Java target "1.6"
...
Also for "client/rpc" explicitly specify "jvmTarget" (similar to what "experimental/behave" does) to avoid ambiguity.
Without this change the following compilation error been observed in IntelliJ:
Z:\corda\experimental\behave\src\main\kotlin\net\corda\behave\node\Node.kt
Error:(163, 44) Kotlin: Cannot inline bytecode built with JVM target 1.8 into bytecode that is being built with JVM target 1.6. Please specify proper '-jvm-target' option
2018-02-20 14:05:55 +00:00
Shams Asari
979aef1308
Removed DriverParameters.initialiseSerialization ( #2572 )
2018-02-20 12:57:59 +00:00
Shams Asari
ad959c7af1
Changed the wither methods in DriverParameters and NodeParameters to begin with "with" and not "set" ( #2570 )
2018-02-19 18:11:20 +00:00
Andras Slemmer
dc268ebe63
Merge pull request #2477 from corda/aslemmer-corda/issues/2300
...
Add RPC deduplication to client and server
2018-02-19 16:25:36 +00:00
Mike Hearn
c704ff6370
Fix a build issue caused by a bad auto-import.
2018-02-19 16:58:28 +01:00
Mike Hearn
4f0c692831
Minor: reduce the size of the MockNetwork API a bit, add some better documentation
2018-02-19 16:58:28 +01:00
Andras Slemmer
32bcf0a06c
Address more comments
2018-02-19 15:16:12 +00:00
Andras Slemmer
7f1bfac8b0
Write better test for dupes
2018-02-19 14:53:28 +00:00
Joel Dudley
65681e8e9d
plugins folder renamed to cordapps
2018-02-19 14:22:20 +00:00
Shams Asari
71c94f8a9d
Reversing the introduction of GlobalProperties (by CORDA-961), and added NetworkParameters to ServicesForResolution instead. ( #2563 )
...
Also, replaced the maxTransactionSize parameter of the driver and MockNetwork with NetworkParameters.
2018-02-19 12:23:59 +00:00
Matthew Nesbit
b8fa44d721
The IRS demo has a clash between web server ports and the regulator node on port 10010. This bumps the ports up by 1 to fix the issue. ( #2562 )
2018-02-16 18:17:15 +00:00
Clinton Alexander
7e13fe6148
Updating to gradle plugins 4.0.0
2018-02-16 16:54:16 +00:00
Clinton Alexander
003e14ce57
Added a helpful error log when validating keystores.
2018-02-16 16:54:16 +00:00
Andrius Dagys
5b93abdc57
CORDA-1010: Send a request signature in addition to a transaction to the notary ( #2527 )
...
CORDA-1010: Notary flow - clients now send a signature over a notarisation
request in addition to the transaction. This will be logged by the notary
to be able to prove that a particular party has requested the consumption
of a particular state.
2018-02-16 16:14:06 +00:00
Matthew Nesbit
fee89c044f
Enhance the pluggability of the bridging and messaging code, so that more complex HA and out of process bridges can be written. ( #2558 )
2018-02-16 16:13:05 +00:00
Matthew Nesbit
cb7a0229a8
Fix a hang in AMQP protocol code that occurs when pausing in debugger causes protocol timeout, but wasn't driving event procesing to actuially kill the socket. ( #2557 )
2018-02-16 16:03:39 +00:00
Michele Sollecito
9711ea88c0
Fixed Demobench. ( #2548 )
2018-02-16 13:16:26 +00:00
Konstantinos Chalkias
fe7c129ae7
CORDA-1038 Update verifySignaturesExcept in api-transactions.rst ( #2546 )
2018-02-16 12:32:53 +00:00
igor nitto
458db7cb24
Cleanup build ( #2551 )
...
* Remove compile-time dependencies on jolokia-war from webserver
* Stop exporting jolokia version to all projects, it is only used by node
2018-02-16 12:17:46 +00:00
Katelyn Baker
307e2988c9
DOCS: update AMQP serialization ( #2543 )
...
* DOCS: update AMQP serialization
* Update serialization.rst
2018-02-16 12:14:31 +00:00
Anthony Keenan
c2485858f5
CORDA-1011 Add powershell script to update testing package imports ( #2528 )
...
* Add powershell script to update testing package imports
* Make sure script works with java files
* Address review comments
2018-02-16 10:22:41 +00:00
igor nitto
ed0cf91946
Start Jolokia agents if configured without modifying JVM options [CORDA-1042] ( #2541 )
...
* Jolokia agents are loaded dynamically if configured
* Renamed exportJmxTo (never used) to jmxMonitoringHttpPort and take it from config
* Updated documentation and tests
2018-02-15 17:10:07 +00:00
Shams Asari
2864ce1384
ENT-1519: Ensure NodeInfo always has at least one address by checking in the c'tor ( #2538 )
...
Further, the look up of the node's own node-info from its database has been tightened to ensure there isn't more than one.
Also fixed some brittle code which was assuming exactly one address rather than at least one.
2018-02-15 14:06:41 +00:00
Anthony Keenan
308d70c0d1
CORDA-939 One last internal exposure ( #2537 )
...
* One last internal exposure
* Fix api-current.txt
* Reformat class
2018-02-15 13:21:20 +00:00
Maksymilian Pawlak
ae63de34ad
Run H2 fix test in parallel ( #2504 )
...
* Parallel execution for reduced test time
2018-02-15 12:22:31 +00:00
Maksymilian Pawlak
fa34a16f27
IRS Docker nomenclature fix ( #2531 )
...
* We check properties, so why I named them variables?
2018-02-15 12:05:10 +00:00
Clinton Alexander
d25ab7d897
Removed remaining gradle plugins
2018-02-14 17:58:14 +00:00
Clinton
1cd028ebbe
Moved gradle plugins to another repo ( #2520 )
2018-02-14 17:39:56 +00:00
cburlinchon
311475a81c
Switch to using our own quasar fork with thread leak fix ( #2443 )
...
* Switch to using our own quasar fork with thread leak fix
* Update quasar.jar in lib
* Review changes
* Bump to 3.0.7
2018-02-14 17:32:00 +00:00
Andras Slemmer
6a4f783106
Hack around database-with-observables issue
2018-02-14 17:30:32 +00:00