fowlerrr
ffe328c604
CORDA-2720: Refactor NodeConfiguration out of NodeRegistrationHelper ( #5181 )
2019-06-27 16:56:03 +01:00
Dan Newton
5e48ad0f52
Upgrade jackson_version
to 2.9.7
( #5261 )
...
`jackson-module-kotlin` version `2.9.5` was causing runtime errors.
Updating to `2.9.7` resolved these errors. The dependency was not
updated to a more recent version as they require kotlin 1.3.
2019-06-27 16:48:35 +01:00
Andrius Dagys
c1542f386a
CORDA-2996: NotaryLoader - improve exception handling ( #5210 )
...
Ignore InvocationTargetException and only propagate the cause to avoid noise.
2019-06-27 13:33:38 +01:00
Viktor Kolomeyko
51f1e442a3
CORDA-3021: Introduce SignOnlyCryptoService
and use it whenever possible ( #5239 )
...
* CORDA-3021: Introduce `SignOnlyCryptoService` and use it whenever possible
Also modify `CryptoServiceFactory` to show how sign only implementation can be created.
* CORDA-3021: Undo some of my earlier changes
Which after discussion with @dimosr and @fowlerrr proven to be contradictory.
2019-06-27 11:55:59 +01:00
Stefano Franz
6c05197954
NOTICK - fix network builder for v4 ( #5205 )
...
make builder more parallel by making docker node building async
2019-06-26 18:53:32 +01:00
Stefan Iliev
0083931eb7
NOTICK - renamed postgres to postgresql ( #5220 )
2019-06-26 18:52:45 +01:00
Shams Asari
2e02968c63
ENT-3496: dumpCheckpoints shell command ( #5171 )
...
Dumps all the node's checkpoints as JSON into a single zip file in the node's directory. The output contains:
* All the fields for the top-level flow
* The current sub-flow call stack, along with the current progress tracker step for each sub-flow
* The event that suspended the flow, which if it's a send or sendAndReceive will show the payload that was sent
* Low level information on the active sessions with other peers
2019-06-26 15:31:02 +01:00
LankyDan
267b4acf28
ENT-3496 Improve flow draining docs
2019-06-26 13:42:20 +01:00
Stefan Iliev
d1e7850dd1
CORDA-2176 - test that logging is not broken. ( #5224 )
...
* Initial commit with a test that can detect a logger that isn't initialised with by lazy that gets called during startup.
* Test improvement. Test fix for api stability.
* Added explanatory comment for the test.
* Changes according to PR review. Added empty file check to make test more robust.
2019-06-25 14:35:39 +01:00
Shams Asari
48b0de5e57
Merge pull request #5245 from corda/shams-merge-cid-878
...
CID-878 Flows: Create flow sessions with anonymous parties by the introduction (and the introduction of Destination abstraction)
2019-06-24 17:26:09 +01:00
Katelyn
5713865702
DOCS - Fix broken link
2019-06-21 22:30:36 +01:00
Shams Asari
99bc614b7c
Merge remote-tracking branch 'origin/feature/CID-878-non_party_flow_sessions' into shams-merge-cid-878
2019-06-21 16:46:41 +01:00
Shams Asari
76eec9aa8b
CORDA-3033: Introducing Destination interface for initiating flows with ( #5242 )
...
Party and AnonymousParty have been retrofitted to implement this interface and are currently the only supported types. A new FlowLogic.initiateFlow(Destination) method overload to easily support the addition of new destination types in future versions.
2019-06-21 16:39:56 +01:00
James Brown
ae877f87ba
ENT-3142: net-params signing tool: include certificate path in signature ( #5165 )
2019-06-21 16:39:33 +01:00
Christian Sailer
0cd57c81bc
Test the scheduler picking up a persisted scheduled state without shutting down/restart the db. ( #5236 )
2019-06-21 15:16:10 +01:00
Chris Rankin
96e52e2ec8
CORDA-2871: Fine-tune compile vs runtime scopes of published deterministic jars. ( #5241 )
2019-06-21 14:01:59 +01:00
LankyDan
e303450e02
ENT-3496 Add changelog entry and update upgrading cordapps docs
2019-06-21 12:10:50 +01:00
szymonsztuka
27707ad3cb
CORDA-2511 - Upgrade notes for C4 need to include required minimum previous Corda version ( #5039 ) ( #5124 )
...
* CORDA-2511 doc fix: upgrade notes for C4 need to include guidance to upgrade from C3.2 (minimum) to C4
(cherry picked from commit ab8d4a312a
)
2019-06-21 09:34:52 +01:00
Viktor Kolomeyko
3ceb242ee1
CORDA-2935 - Align timeouts for CRL retrieval and TLS handshake ( #5126 )
2019-06-21 09:34:15 +01:00
Tudor Malene
e8b55e8f2e
CORDA-2934 - disable hibernate validator integration with hibernate ( #5130 ) ( #5144 )
...
(cherry picked from commit 688c742706
)
2019-06-21 09:33:37 +01:00
James Brown
6bef2b52e7
ENT-3535 Update Hibernate dependency ( #5168 )
2019-06-21 09:32:53 +01:00
James Brown
29aa985362
ENT-3541 remove unused commons-fileupload dep ( #5206 )
2019-06-21 09:31:18 +01:00
James Brown
0101cdbd56
ENT-3542 remove unused commons-codec dep ( #5207 )
2019-06-21 09:30:40 +01:00
James Brown
d7b54ed1f6
ENT-3543 Update okhttp dependency ( #5208 )
2019-06-21 09:29:43 +01:00
Jonathan Locke
4f20829009
CORDA-2999 - Corrected network builder JAR url in docs ( #5215 )
...
The link to the network builder executable JAR was incorrect in the file network-builder.rst
It was pointing to a version 4.0 of the network builder JAR which does not exist. The link was changed to point to the most recent version, which is 3.2.1847.
2019-06-21 09:29:07 +01:00
Katelyn Baker
a855fc6690
CORDA-3017 - Fix release tooling when product name != jira project ( #5229 )
2019-06-21 09:28:07 +01:00
Dominic Fox
dd98461d87
CORDA-3031 Constrain max heap size for Spring boot processes ( #5234 )
...
* Constrain max heap size for Spring boot processes
* Increase allowance to 256M
2019-06-20 18:13:57 +01:00
Shams Asari
4e835d5483
CORDA-2333: Updated the majority of the dependencies that were out of date ( #5235 )
...
Some where not touched, including the crypto ones, libraries related to messaging and Kotlin.
2019-06-20 16:19:16 +01:00
Shams Asari
843c3a0190
All uses of CheckpointStorage.getAllCheckpoints() close the stream after use ( #5230 )
2019-06-19 09:45:38 +01:00
Shams Asari
f0f05df9f4
Merge branch 'master' into feature/CID-878-non_party_flow_sessions
...
# Conflicts:
# core/src/test/kotlin/net/corda/core/flows/CollectSignaturesFlowTests.kt
2019-06-18 13:14:55 +01:00
Stefano Franz
f9c034aa7c
CORDA-3000: Allow AbstractParty to initiate flow ( #5219 )
2019-06-18 13:13:09 +01:00
Dominic Fox
f01f8a129e
ENT-3444 create test-db module ( #5093 )
...
* ENT-3444 define RequiresDB annotation and junit5 extension
* Move to internal
* info to trace
* Limit exposure of gradle imports
* Enable annotation inheritance, and multiple SQL scripts per class or method
* Get the test context class globally for all groups
* usingRemoteDatabase flag
2019-06-18 10:57:20 +01:00
Shams Asari
df19b444dd
CORDA-2333: Reverting jersey and mockito as it currently causes issues with ENT ( #5228 )
2019-06-17 19:27:35 +01:00
Chris Rankin
632a3f4a7a
CORDA-3015: Add StatePointer classes to corda-core-deterministic. ( #5227 )
2019-06-17 18:05:59 +01:00
LankyDan
e3db3a386e
ENT-3496 Address pr comments
2019-06-17 16:43:05 +01:00
LankyDan
afc36615d0
ENT-3496 Address pr comments
2019-06-17 16:04:05 +01:00
Katelyn Baker
97eaa7220c
RELESE - fix release notes ToC
2019-06-17 14:02:45 +01:00
Shams Asari
bb3997ed5b
CORDA-2333: Reverting ClassGraph version back to 4.6.12 ( #5221 )
...
4.8.38 not working with the changes from 2152961d
2019-06-13 17:22:09 +01:00
Shams Asari
2152961d46
CORDA-2333: Dependency update pass for tests and demos ( #5211 )
2019-06-13 10:15:13 +01:00
Shams Asari
8480d49e7e
CORDA-2333: Bumped ClassGraph version to latest ( #5214 )
2019-06-12 13:27:51 +01:00
LankyDan
b2148354a5
ENT-3496 Improve test to check for zip and json file existence
2019-06-12 10:31:15 +01:00
Katelyn Baker
c11f6c15f7
RELEASE - Final release versoin number
2019-06-11 18:18:53 +01:00
Katelyn Baker
23982a1b6c
RELEASE - 4.1 release notes ( #5154 )
...
release notes
2019-06-11 18:17:03 +01:00
Shams Asari
c32e3a9e26
Removed experimental/behave ( #5212 )
...
The behave framework is in its own repo. This code is no longer used.
2019-06-11 16:27:48 +01:00
LankyDan
245a14d499
ENT-3496 Add suspendedTimestamp
and secondsSpentWaiting
to checkpoint dump
2019-06-11 16:22:17 +01:00
Michal Kit
d72ec57c1c
CORDA-2974 Fixing x500Prinicipal matching ( #5186 )
2019-06-11 16:07:52 +01:00
Stefan Iliev
3b73e60605
CORDA-2774 Fix for liquibase changelog warnings. ( #5199 )
2019-06-11 15:33:05 +01:00
Shams Asari
d685c2154b
ENT-3489: Removing unnecessary @CordaSerializable annotation from exceptions ( #5209 )
2019-06-11 11:51:30 +01:00
LankyDan
143499f6fd
ENT-3496 Add the checkpointed flow's simple name to the json file name
2019-06-11 09:38:48 +01:00
LankyDan
a60d657c7c
ENT-3496 Check in InternalCordaRPCOps
that somehow got missed...
2019-06-11 09:20:36 +01:00