11923 Commits

Author SHA1 Message Date
Matthew Nesbit
355ff8e7a1
Merge pull request #847 from corda/mnesbit-bridge-protect-misconfiguration
ENT-1597: Detect duplicate bridge operation and terminate JVM
2018-05-21 11:30:29 +01:00
Matthew Nesbit
1cd72f1b0f
Merge pull request #852 from corda/mnesbit-configure-bridge-async-send-ack
Set the confirmationWindowSize setting in the bridge Artemis link.
2018-05-21 11:23:07 +01:00
Matthew Nesbit
f7fb54dc8a Detect duplicate bridge operation and terminate JVM to prevent re-ordering flow messages and causing odd behaviour. 2018-05-21 10:04:25 +01:00
Rick Parker
6b26d7d1a2
ENT-1476 Upgrade enterprise to de-contended EdDSA lib version (#843) 2018-05-21 10:01:06 +01:00
Matthew Nesbit
93245ac07d Set the confirmationWindowSize setting in the bridge Artemis link. To reduce spam logging and improve performance.
Fixup doc pictures to match CRL config change
2018-05-21 09:52:04 +01:00
Matthew Nesbit
b07d5b3f26
Merge pull request #853 from corda/kat-merge-20180517
OS -> Ent merge
2018-05-21 09:48:39 +01:00
Viktor Kolomeyko
9ec7e7f4c8
ENT-1396: First stub on Node HA testing facility. (#856)
* ENT-1396: Skeleton of HA testing project

* ENT-1396: Tidy-up arguments parsing and introduce ScenarioRunner.

* ENT-1396: More changes for ScenarioRunner.

* ENT-1396: Further changes.

* ENT-1396: Further changes.

* ENT-1396: Improve logging.

* ENT-1396: Add TODO comments to indicate what is going to be done in the future.
2018-05-21 09:36:14 +01:00
Katelyn Baker
956f798a74 Fix Socks Proxy Tests 2018-05-19 12:44:03 +01:00
Stefano Franz
f381c7598b
Merge pull request #859 from roastario/fix_windows_gradle_build
fix build issue on windows
2018-05-19 10:41:00 +01:00
Stefano Franz
b2bc411321 fix build issue on windows 2018-05-18 18:08:42 +01:00
Katelyn Baker
c84bb7ebe0 More Fixes to cleanup after GitHub 2018-05-18 17:03:28 +01:00
Katelyn Baker
8925ca8954 Fix GitHub's attempt at conflict resolution 2018-05-18 15:42:42 +01:00
szymonsztuka
d33f31614c
Test doorman with selected dbs only for ENT-1447 - setup fix. (#854) 2018-05-18 15:20:03 +01:00
Katelyn Baker
3778f029df
Merge branch 'master' into kat-merge-20180517 2018-05-18 14:42:05 +01:00
Stefano Franz
79f18abe60
Merge pull request #458 from corda/stories/ENT-1152/bootstrapper
Standalone packaging using two-stage loader (experimental) [ENT-1152]
2018-05-18 14:37:35 +01:00
Michal Kit
71aeb6c339
Improving revocation reason selection (#845)
* Improving revocation reason selection

* Addressing review comments - round 2
2018-05-18 14:29:57 +01:00
Katelyn Baker
8c9773fc13 Merge build fix - add AMQP to RPC Proxy Web 2018-05-18 14:27:38 +01:00
Patrick
f8070b0811 fix test 2018-05-18 12:02:00 +01:00
Michal Kit
da6957e6d1
Fixes for the CRL feature after the first round of testing (#837)
* Fixes for the CRL feature after the first round of testing

* Addressing review comments

* Synchronising changes with OS

* Addressing review comments - round 2
2018-05-18 11:17:43 +01:00
Katelyn Baker
4ed3d779b0 merge build fix 2018-05-18 11:16:45 +01:00
Katelyn Baker
71c2566cb5 API - Update current api baseline from open/master 2018-05-18 10:10:53 +01:00
Katelyn Baker
1cfc9c6e0c Post merge cleanup for Max Mem Size 2018-05-18 09:54:56 +01:00
Katelyn Baker
d91f063cbe Define Custom NetMan AMQP Scheme
Removes dependency on node and AMQPServerSerializationscheme
2018-05-17 21:19:05 +01:00
Andrius Dagys
1c575b5364
Tool for prototyping and load testing notary implementations (#823) 2018-05-17 20:02:19 +01:00
Katelyn Baker
819200ee3e Create bridge serialization scheme to remove newly added dep on node 2018-05-17 17:17:22 +01:00
Katelyn Baker
4a05828e20 OS Merge cleanup 2018-05-17 16:50:17 +01:00
Stefano Franz
07d89c79be add dependency on node jar task to get corda-node on classpath
fix example-node.conf for current master
2018-05-17 16:35:46 +01:00
igor nitto
7d71233a35 Rebased on master (tested manually against simm-valuation-demo) 2018-05-17 16:35:46 +01:00
IgorNitto
5ea82039d7 Some initial PR comments 2018-05-17 16:35:06 +01:00
IgorNitto
d85b17c042 fixes 2018-05-17 16:35:06 +01:00
IgorNitto
18cc1bbb0c Some Gradle refactoring 2018-05-17 16:35:06 +01:00
IgorNitto
bc3facaed9 Two-stage initialization approach for packaging 2018-05-17 16:34:24 +01:00
szymonsztuka
18393f27dd
Test doorman with selected dbs only for now (SQL Server and Azure SQL) - for ENT-1447. (#833)
Test doorman with selected dbs (SQL Server and Azure SQL) only in integration test in database mode since not all databases are supported now.
2018-05-17 16:27:02 +01:00
Matthew Nesbit
2b39e63a3f Wire up the maxMessageSize work in the bridge. 2018-05-17 15:51:42 +01:00
Katelyn Baker
a9ff1ac262 OS MERGE
Looks like Max Message size causes all sorts of issues in the bridge,
some fixes to some issues but this needs a lot more work
2018-05-17 15:21:37 +01:00
Katelyn Baker
74c5cffd38 Merge remote-tracking branch 'open/master' into kat-merge-20180517 2018-05-17 15:04:51 +01:00
Katelyn Baker
bbc80429be
Merge pull request #3072 from corda/kat/feature/amqp-rpc
CORDA-847 - AMQP RPC
2018-05-17 13:54:43 +01:00
josecoll
6aa971332d
Merge pull request #851 from corda/colljos-merge-160518
OS -> ENT merge
2018-05-17 13:17:01 +01:00
Kat Baker
0c3a30edc8 Corda-847 - Remove Kryo for RPC
It's no longer used as we've switched over to AMQP for RPC calls so
remove it from everywhere and only use it for checkpointing

 * Wire up demo bench post Kryo removal
 * Test Fixes
 * rebase and fix tests
 * Test Fix
 * wip
 * revert changes to api now we don't need to add annotations
2018-05-17 12:55:45 +01:00
Kat Baker
f850daa582 CORDA-847 - AMQP RPC
* Client and server support for amqp
 * Observable (and supporting) serialisers
   Unit Tests
 * Fixing tests
 * Test fixes
 * CORDA-847 - Update api doc with additon of @CordaSerializable annotation
 * TestFixes
 * review comments
 * TestFixes
 * Test Fix
 * Test Fix
 * Test Fix
 * Test Fix
 * Test Fix
 * Test Fix
 * TestFix
 * Test Fix
 * Review Comments
2018-05-17 12:53:38 +01:00
Chris Rankin
d09e9383e6
Fix build breakage with Gradle 4.7. (#3178) 2018-05-17 12:50:46 +01:00
josecoll
939e50d999
Vault Fungible Asset Query Criteria: removed incorrect reference in docs. (#2547)
* Removed incorrect reference.

* Removed reference to finance package class.
2018-05-17 11:41:10 +01:00
josecoll
a797c693fb Sync api-current.txt file.
Add missing JvmStatic annotation.
2018-05-17 10:59:49 +01:00
Matthew Nesbit
d9a647bdf0
Merge pull request #820 from corda/mnesbit-bridge-docs
Initial very basic docs for the bridge
2018-05-17 10:39:33 +01:00
Anthony Keenan
8ee9c5d5fc
CORDA-1280 Update api-current from v3.2 and use most recent version of api-scanner (#3153)
* Update api current from v3

* Update Cordapp Context as per CORDA-556

* Update Exception base classes as per CORDA-1334: port enterprise statemachine (#2964)

* Move notary service related classes and interfaces in core to internal (#2827)

* CordaRPCClient changes from CORDA-1099: Orchestrated clean shutdown from Shell (#2831)

* [CORDA-1264]: Ensure correct serialisation and masking for throwables raised by a node and propagated through RPC. (#2892)

* CORDA-973 Refactoring for serialization compression support (#2466)

* [CORDA-941]: Add NetworkParameters contract implementation whitelist. (#2580)

* Cleanup and improvements to the serialisation format of JacksonSupport (needed for CORDA-1238) (#3102)

* Existing internal exposures which need removing - see CORDA-1489

* revert to gradle plugins version of api-scanner
2018-05-17 10:09:12 +01:00
Matthew Nesbit
ac97bf4f31
Merge pull request #848 from corda/mnesbit-bridge-artemis-exponential-backoff
ENT-1597: Add exponential backoff to bridge Artemis reconnection
2018-05-17 10:01:14 +01:00
Patrick Kuo
0b76a12637
CORDA-864 Wire up max message size (#3057)
* add checks on message size
* added size check in AMQP bridge
* passing maxMessageSize to AMQPClient and server
* added Interceptor to enforce maxMessageSize on incoming messages
2018-05-17 09:59:30 +01:00
Joel Dudley
cb882ad694
Removes outdated information from scheduling tutorial. (#3175) 2018-05-17 09:09:07 +01:00
Matthew Nesbit
a5a860c52e First pass doc on the bridge.conf configuration file.
More doc work on bridge

Fixup docs with regard to HA changes discovered during testing

Link to bridge docs and add note about Zookeeper prerequisite.

Doc in progress

Add operating modes to overview doc

Change to BridgeInner from FloatInner

Add diagram to worked configuration section

Fix some typos and comments from PR reviews

Try to tidy up some of the wording.

Add new config properties and change to subsection headers for mode discussion
2018-05-17 08:52:49 +01:00
Michal Kit
0ee116a1d9
CORDA-1476 Adding TLS certificate CRL extension point configs (#3140)
* Adding TLS certificate CRL extension point configs

* Addressing review comments

* Addressing review comments - round 3
2018-05-17 08:21:24 +01:00