Commit Graph

12993 Commits

Author SHA1 Message Date
356b22fa44 Expands contributing page to include guidelines. (#3218) 2018-05-23 17:10:23 +01:00
1083e28343 ENT-1882: Don't remove own node info - fix (#3219)
* ENT-1882: Don't remove own node info

Don't remove own node info from cache on network map update.
2018-05-23 16:33:08 +01:00
941adb0a75 Update CONTRIBUTORS.md 2018-05-23 15:39:36 +01:00
1137a0cc8f [CORDA-1458]: Prevent passwords from being logged as part of node's configuration. (#3223) 2018-05-23 13:51:40 +01:00
c3de65a545 Update tutorial-attachments.rst 2018-05-23 13:44:28 +01:00
48f89e9ff8 [CORDA-1526]: Ensure MDC is printed in logs only if not empty. (#3222) 2018-05-23 13:23:02 +01:00
9b01ef77c6 Clarifies that only stable H2 releases should be used. 2018-05-23 11:21:58 +01:00
957424ae0f [ENT-1720]: DB Migration: tool prints {} characters at the end of every log line unnecessarily (fix). (#874) 2018-05-23 10:30:30 +01:00
093be1b88c Using a List for the identity certs in InMemoryIdentityService and PersistentIdentityService (#3210) 2018-05-23 10:14:13 +01:00
cafcecec2b [CORDA-1264]: Mask internal errors if devMode is false. (#871) 2018-05-23 09:55:24 +01:00
57fce1dd16 Docs: Add a section on what data is visible to notaries (#3159) 2018-05-23 08:59:58 +01:00
d9510d9a22 ENT-1883 Adding the CRL generator (#857)
* Adding the empty CRL generation functionality

* Addressing review comments
2018-05-23 07:48:53 +01:00
c4f9f1cb68 Small refactoring of the HSM certificate generator (#869)
* Small refactoring of the HSM certificate generator

* Updating docs
2018-05-22 16:27:51 +01:00
c943a4d46b Moves whitepapers. (#3217) 2018-05-22 15:38:43 +01:00
9446d8093d Merge pull request #872 from corda/merges/may-22-14-56 2018-05-22 15:28:56 +01:00
cba83aca13 Move RxNotification serializer into the serialization package (#3214) 2018-05-22 15:17:18 +01:00
766093c1aa Merge remote-tracking branch 'remotes/open/master' into merges/may-22-14-56
# Conflicts:
#	node/src/main/kotlin/net/corda/node/internal/AbstractNode.kt
2018-05-22 14:57:59 +01:00
072cf0fa97 Enabling logging in ExceptionSerialisingRpcOpsProxy. (#3212) 2018-05-22 13:37:09 +01:00
4d715e4d5c ENT-1940 Improve error checking for the db migration tool (#868)
* ENT-1940 Improve error checking for the db migration tool
2018-05-22 13:19:50 +01:00
2b2b856a17 Improving network map and CRL caches (#866)
* Improving network map and CRL caches

* Addressing review comments
2018-05-22 13:04:16 +01:00
fb70c4b69c Marked createComponentGroups as @CordaInternal (#3193) 2018-05-22 11:38:56 +01:00
c2c792eccf Silence SASL exception (#3208) 2018-05-22 11:25:31 +01:00
d651ad9bb3 Merge pull request #867 from corda/merges/may-21-17-24
Merges May 21 17:24
2018-05-22 09:57:45 +01:00
ee45c8280d Merge remote-tracking branch 'remotes/open/master' into merges/may-21-17-24
# Conflicts:
#	client/rpc/src/main/kotlin/net/corda/client/rpc/PermissionException.kt
2018-05-22 09:51:02 +01:00
48b126321b Reverting API breaking change in PermissionException. (#3209) 2018-05-22 09:48:29 +01:00
bff419e9af Corda-1505 catch connection failure exception and re-throw as RPCException (#3203)
* CORDA-1505: catch connection failure exception and rethrow as RPCException

* CORDA-1443: remove incorrect import

* CORDA-1443: fix some failing tests

* CORDA-1505: fix broken CordaRPCClient test

* fix tests

* CORDA-1505: catch connection failure exception and rethrow as RPCException

* CORDA-1443: remove incorrect import

* CORDA-1443: fix some failing tests

* CORDA-1505: fix broken CordaRPCClient test

* fix tests

* CORDA-1505: changed exception handling to RPCException

* CORDA-1505: changed exception handling to RPCException
2018-05-21 18:01:31 +01:00
e3b2d3332d Merge remote-tracking branch 'remotes/open/master' into merges/may-21-17-24
# Conflicts:
#	constants.properties
#	node-api/src/main/kotlin/net/corda/nodeapi/exceptions/RejectedCommandException.kt
#	node/src/main/kotlin/net/corda/node/internal/RpcAuthorisationProxy.kt
#	node/src/main/kotlin/net/corda/node/internal/SecureCordaRPCOps.kt
2018-05-21 17:29:26 +01:00
83e99cd583 Merge pull request #865 from corda/tudor-merge-21-05-18
Tudor merge 21 05 18
2018-05-21 19:17:00 +03:00
519aa56947 Fixing docs indentation for CRL (#864) 2018-05-21 17:05:14 +01:00
f0db76d854 Re-enabled commented out test and fixed warnings in Finance. (#3206) 2018-05-21 17:00:30 +01:00
f7f45477ca Update CONTRIBUTORS.md 2018-05-21 16:39:55 +01:00
5959b13e23 Minor: notary test tool cleanup (#863) 2018-05-21 17:36:17 +02:00
6a783124bf ENT-1821 - Doorman failed with parallel requests (#827)
* attempt to fix race condition by introducing thread lock
2018-05-21 16:32:28 +01:00
7a08ebca5a Fix merge 2018-05-21 14:37:59 +01:00
2ca11d7996 Merge remote-tracking branch 'open/master' into tudor-merge-21-05-18
# Conflicts:
#	.idea/compiler.xml
#	client/rpc/src/main/kotlin/net/corda/client/rpc/CordaRPCClient.kt
#	client/rpc/src/main/kotlin/net/corda/client/rpc/internal/CordaRPCClientUtils.kt
#	docs/source/generating-a-node.rst
#	finance/src/main/kotlin/net/corda/finance/contracts/asset/CommodityContract.kt
#	node-api/src/main/kotlin/net/corda/nodeapi/internal/ArtemisMessagingClient.kt
#	node/src/integration-test/kotlin/net/corda/node/amqp/AMQPBridgeTest.kt
#	node/src/integration-test/kotlin/net/corda/node/amqp/ProtonWrapperTests.kt
#	node/src/integration-test/kotlin/net/corda/node/services/rpc/RpcSslTest.kt
#	node/src/main/kotlin/net/corda/node/internal/Node.kt
#	node/src/main/kotlin/net/corda/node/services/config/ConfigUtilities.kt
#	node/src/main/kotlin/net/corda/node/services/config/NodeConfiguration.kt
#	node/src/main/kotlin/net/corda/node/services/config/SslOptions.kt
#	node/src/main/kotlin/net/corda/node/services/messaging/RPCMessagingClient.kt
#	node/src/main/kotlin/net/corda/node/services/rpc/NodeLoginModule.kt
#	tools/shell/src/integration-test/kotlin/net/corda/tools/shell/InteractiveShellIntegrationTest.kt
2018-05-21 13:49:59 +01:00
cda5a6a8f2 add RPC client examples of connection management (#3201) 2018-05-21 13:39:38 +01:00
5de2c2aa4b [CORDA-1264}: Complete obfuscation of exceptions to client side. (#3155) 2018-05-21 13:34:37 +01:00
2a07537f7b Dependencies fix in launcher build: kotlin-stdlib-jre8 -> kotlin-stdlib-jdk8 (#860) 2018-05-21 13:31:34 +01:00
9f8d6b4fdc Merge pull request #861 from corda/feature/ENT-1932/move_MigrationExporter
ENT-1932 Move MigrationExporter to the "node" module
2018-05-21 15:25:59 +03:00
b0b36b5b7d Merge pull request #3013 from corda/corda-platform-whitepaper
New Platform Intro Whitepaper
2018-05-21 12:51:31 +01:00
5b6d5e766b One individual removed from list upon request (#2602) 2018-05-21 13:47:43 +02:00
5b213871ff Merge pull request #862 from corda/os-merge-2907250
O/S merge from 2907250
2018-05-21 12:43:21 +01:00
4d8ea047d5 Add extraConfig example. (#3185) 2018-05-21 12:42:23 +01:00
3ffbbf8087 Added favicon to docs.corda.net (#3199)
* Added favicon to docs.corda.net

* docs.corda.net favicon path fix
2018-05-21 11:49:56 +01:00
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
210a0bc9a5 Merge branch 'master' into os-merge-2907250 2018-05-21 11:26:23 +01:00
b2f41d82f9 Merge fixes 2018-05-21 11:25:13 +01:00
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
455221629b CORDA-1343 Make the RPCClient ssl constructors public. Clean up broke… (#3039)
* CORDA-1343 Make the RPCClient ssl constructors public. Clean up broker authentication logic

* CORDA-1343 small fix

* CORDA-1343 cleanup

* CORDA-1343 fixed api changes script

* CORDA-1343 fixed merge

* CORDA-1343 removed unused property

* CORDA-1343 add separate p2p and rpc node users

* CORDA-1343 remove test configuration

* CORDA-1343 fix tests

* CORDA-1343 address core review comments

* CORDA-1343 some documentation and adding createWithSsl method for a haAddressPool

* CORDA-1343 clean up the CordaRPCClient interface

* CORDA-1343 add internal shell test

* CORDA-1343 address code review comments

* CORDA-1343 split the internalShell user from the System Rpc user

* CORDA-1343 fix test

* CORDA-1343 Add warning when certificateChainCheckPolicies is being configured

* CORDA-1343 Address code review changes

* CORDA-1343 fix merge

* CORDA-1343 added test, docs, clarify comments

* CORDA-1343 clean up docs

* CORDA-1343 fix api

* CORDA-1343 fix merge

* CORDA-1343 fix merge

* CORDA-1343 fix merge

* CORDA-1343 fix merge
2018-05-21 13:05:08 +03:00
fc88cefbc8 CORDA-1288 Node properties can be set as system properties. (#3172) 2018-05-21 10:55:44 +01:00