Commit Graph

12993 Commits

Author SHA1 Message Date
d672cba877 CORDA-1785: Update JarFilter to delete classes whose outer class or enclosing method is removed. (#3562) 2018-07-16 12:03:00 +01:00
7e220d317d CORDA-1748: Delete unwanted default parameter values from Kotlin metadata. (#3556)
* Delete default parameter values from Kotlin metadata when their supporting synthetic functions disappear.
* Fix conversion of class name to class descriptor.
2018-07-16 12:02:19 +01:00
9f905da036 Missing upgrade notes for table change in v3.1 - related to CORDA-1804 (#3567)
Document different upgrade notes for table name change from v3.0 or from v3.1/v3.2 to the current version (a table change introduced in v3.1 was not documented in upgrade notes).
2018-07-16 11:43:24 +01:00
52d281b66f Merge pull request #1261 from corda/pat/crl-check-cherry-pick
CRL url checks and warning for mis-configurated CRL endpoint (#1258)
2018-07-16 11:43:21 +01:00
065a494e0d Allign version identifier with OS and Enterprise 3.0 release. (#1253)
Was X.Y.Z, now X.Y
2018-07-16 11:37:05 +01:00
382d65fbb1 Merge pull request #3289 from corda/CORDA-1578/aslemmer-smm-extension-docs
CORDA-1578: Add flow state machine extension tutorial
2018-07-16 11:16:10 +01:00
dd268d4121 OS-ENT merge added missing imports 2018-07-16 11:00:04 +01:00
aac4d64b64 Reuse mock network, randomising party names to avoid clash 2018-07-16 10:52:26 +01:00
3d20a15180 Revert "CORDA-1804 Corda node stops when detecting not migrated node_attachments_contracts table name (#3593)"
This reverts commit 208ac49
Reverting because it's OS specific and tables are managed by Liquibase in ENT.
2018-07-16 10:24:31 +01:00
5e5e28b50b OS-ENT merge address PR comments 2018-07-16 10:18:09 +01:00
33ce848e0c OS-ENT merge 2018-07-16 10:00:16 +01:00
bf4f30fd39 Use newSecureRandom instead of SecureRandom (#3606) 2018-07-14 05:21:02 +01:00
a4ad4c7563 CORDA-1725 Add documentation on building Corda for Win/*nix and clean up doc bui… (#3578)
* Add documentation on building Corda for Win/*nix and clean up doc building documentation

* Split up building corda instructions from building docs instructions

* Address review comments
2018-07-13 22:12:20 +01:00
52eb5d76d3 Merge pull request #1272 from corda/parkri-os-merge-20180713-1
OS -> ENT merge
2018-07-13 18:05:29 +01:00
208ac49da0 CORDA-1804 Corda node stops when detecting not migrated node_attachments_contracts table name (#3593)
Database table NODE_ATTACHMENTS_CONTRACT_CLASS_NAME in v3.0 was changed to NODE_ATTCHMENTS_CONTRACTS in v3.1 and then finally NODE_ATTACHMENTS_CONTRACTS on current master. Users may omit the upgrade note and run into errors. After the change the node will not start if the new table name is not found and any other older ones is found.
2018-07-13 16:23:20 +01:00
ce787df5e5 ENT-2053: add exclusive flag to created P2P queues (except service ones); this is a sync with ENT (#3592) 2018-07-13 14:52:43 +01:00
2b4865f884 Update CONTRIBUTORS.md 2018-07-13 14:50:37 +01:00
21a7b56161 Fix up compilation errors. 2018-07-13 14:33:13 +01:00
1d91272698 Moved a bunch of tests that were in the integration bucket into unit (#3576) 2018-07-13 14:17:56 +01:00
92f59f2ad2 Revert " Create Artemis p2p.inbound addresses before starting the broker (#3407)" (#3590)
This reverts commit ed3944c546.
2018-07-13 14:00:02 +01:00
4fb7f7d3d0 CORDA-1733 X500Principal configuration parsing (#3580)
CORDA-1733 X500Principal configuration parsing

Change the NodeConfiguration.tlsCertCrlIssuer type from String to X500Principal
2018-07-13 13:44:29 +01:00
4e81d26985 Merge remote-tracking branch 'remotes/open/master' into parkri-os-merge-20180713-1 2018-07-13 13:15:53 +01:00
84d387c034 Fix "getting set up" link (#1270) 2018-07-13 13:09:55 +01:00
5dd85e08bf CORDA-1805 Fixing the NPE with path parent (#3591) 2018-07-13 12:46:50 +01:00
b55a287311 How to test an ent node on testnet doc page (#1265)
* add doc on testing with explorer
2018-07-13 11:06:04 +01:00
dc3bd8de7a Retired BankOfCordaRPCClientTest as it's mostly duplicated by BankOfCordaCordformTest (#3565) 2018-07-13 10:37:51 +01:00
ed25d8f1be ENT-1565 Upgrade Artemis version to latest. (#3557)
* ENT-1565 Upgrade Artemis version to latest.

* Fix compiler errors.

* Add to changelog

* Additional commentary on Proton-J version
2018-07-13 10:10:26 +01:00
e90d7c69c5 Minor: doc fixes (#3584) 2018-07-13 09:58:05 +01:00
f7a4c19656 CORDA-1803 - Fix variable replacement (#3585) 2018-07-13 09:40:02 +01:00
98117392db Stray full-stop 2018-07-12 17:52:16 +01:00
2db5e0e158 Docs were missing final brace (#3551) 2018-07-12 17:48:09 +01:00
df84dd5a33 Address review comments. 2018-07-12 18:42:19 +02:00
309a5fd9ec Address review comments. 2018-07-12 18:42:19 +02:00
db1e33c820 Docs: clean up the toctree a little bit w.r.t. serialisation and tools 2018-07-12 18:42:19 +02:00
493d4d5890 Minor: slightly improve an exception message with clarifying quotes 2018-07-12 18:42:19 +02:00
20c03d2196 Blob inspector: add support for hex and base64 inputs.
Also rename the file to make it easier to navigate to it in IntelliJ
by keyboard.
2018-07-12 18:42:19 +02:00
21754e4323 Removes reference to Discourse. (#3581) 2018-07-12 17:40:10 +01:00
d8cd83bf4f Removes duplicated instructions for running example CorDapp. (#3579) 2018-07-12 17:34:13 +01:00
ae7e8a29c7 Don't use grgit to enable git worktree (#3573)
We might also include a check if the current repo is clean, e.g.
by running `git diff --exit-code` and checking the return value.
2018-07-12 16:20:37 +01:00
18a9155e89 Add java samples 2018-07-12 15:30:23 +01:00
8c1ea4a61d Fix test 2018-07-12 15:30:23 +01:00
d375875054 Address comments 2018-07-12 15:30:23 +01:00
80a5e7ab81 Add flow state machine extension tutorial 2018-07-12 15:30:23 +01:00
ab08ce21f4 Made NodeUnloadHandlerTests a unit test by using mock node (#3572) 2018-07-12 15:22:31 +01:00
7f42a9b48c ENT-1565: Remove Guava code from core. (#3569)
Remove Guava code from core.
Note that forcing this project to use Guava `$guava_version` throughout breaks SimmValuationTest.
2018-07-12 14:52:44 +01:00
12174fdaae Add jib gradle plugin to node (#3571)
* Add jib gradle plugin to node

Available tasks:
./gradlew node:jibExportDockerContext
./gradlew node:jib --image <image>
2018-07-12 14:39:17 +01:00
b275f4349a ENT-1968: Add RPC for refreshing network map cache (#3552)
ENT-1968: Add RPC for refreshing network map cache
2018-07-12 13:40:33 +01:00
f4a248f81f Made CashSelectionTest a unit test by using mock network. (#3570)
Also includes adding a default value of emptyList() to InternalMockNetwork.cordappPackages
2018-07-12 11:55:51 +01:00
cb1d880c1c Merge pull request #1266 from corda/thomas/os-merge-2018-07-11
Thomas/os merge 2018 07 11
2018-07-12 11:21:28 +01:00
6673925aea Fix formatting issues on the upgrade notes page (#1269) 2018-07-12 10:46:47 +01:00