Connel McGovern
2ce0409bd2
INFRA-2021: Temp fix for Snyk Delta
...
Moving the position of the Snyk Delta to execute as the first stage as there seems to be issues with running the under the hood 'snykResolvedDepsJson' task after other gradle tasks have been executed. To be investigated further but this should unblock and PR's hitting the Snyk Delta stage.
2023-02-17 14:58:14 +00:00
Connel McGovern
8debdf9b84
INFRA-1904: Merging forward snyk delta from 4.9 to 4.10 (2022-12-12)
2022-12-12 18:53:52 +00:00
Connel McGovern
cd948b1b5e
INFRA-1904: Merging forward snyk delta from 4.8 to 4.9 (2022-12-12)
2022-12-12 16:33:12 +00:00
Connel McGovern
6e569faf8f
INFRA-1904: Merging forward snyk delta from 4.7 to 4.8 (2022-12-12)
2022-12-12 14:40:02 +00:00
Connel McGovern
f256040cee
INFRA-1904: Merging forward snyk delta from 4.6 to 4.7 (2022-12-12)
2022-12-12 14:04:50 +00:00
Connel McGovern
d12a6ddc55
INFRA-1904: Enable Snyk Delta on C4 ENT/OS shared pipeline ( #7282 )
2022-12-12 13:57:40 +00:00
Adel El-Beik
d58443b431
ENT-8823: Updated api-current.txt. Additional boolean added to CordaRPCClient.
2022-12-08 18:03:23 +00:00
Adel El-Beik
e46b7bdd5a
ENT-6893: Added interface for clients to grab openetelemetry handle. ( #7264 )
...
* ENT-6893: Added interface for clients to grab openetelemetry handle.
* ENT-6893: Make detekt happy.
* ENT-6893: Fix warnings.
* ENT-6893: Make detekt happy.
* ENT-6893: Now shutdown opentelemetry when node stops or client is closed.
* ENT-6893: OpenTelemetryDriver is not not a singleton.
2022-11-24 13:34:08 +00:00
Chris Cochrane
e3d22dadbc
ENT-8796 - Fwd-merge from OS 4.9
2022-11-21 10:56:58 +00:00
Connel McGovern
aa72dec0f2
NOTICK: Add CORDA_USE_CACHE environment variable ( #7262 )
2022-11-07 20:05:01 +00:00
Adel El-Beik
7a133f687c
ENT-6893: First cut of telemetry integration. ( #7247 )
...
First cut of telemetry integration.
Open telemetry can be enabled in two ways, first is via an opentelemetry java agent specified on the command line. With this way you get the advantage of spans created from other libraries, like hibernate. The java agent does byte code rewriting to insert spans.
The second way is with the open telemetry driver (that links with the opentelemetry sdk). This is a fat jar provided with this project and needs to go into the node drivers directory.
2022-10-28 14:41:39 +01:00
Rick Parker
b29713d7b9
ENT-6947 Intern common types to reduce heap footprint ( #7239 )
...
ENT-6947: Implement interning for SecureHash, CordaX500Name, PublicKey, AsbtractParty and SignatureAttachmentConstraint, including automatic detection of internable types off companion objects in AMQP & Kyro deserialization. In some cases, add new factory methods to companion objects, and make main code base use them.
Performance tested in performance cluster with no negative impact visible (so default concurrency setting seems okay).
Testing suggests 5-6x memory saving for tokens in TokensSDK in memory selector. Should see approx. 1 million tokens per GB or better (1.5 million for the tokens we tested with).
2022-10-18 09:28:41 +01:00
Jan Szkaradek
19c8dd5cfb
added modules for snyk scanning ( #7232 )
2022-09-02 14:17:31 +02:00
Jan Szkaradek
cb42ae2980
added modules for snyk scanning ( #7233 )
2022-09-02 14:17:03 +02:00
Jan Szkaradek
ea9f29e0bd
added modules for snyk scanning ( #7234 )
2022-09-02 14:16:39 +02:00
Jan Szkaradek
c89ce8e29d
added modules for snyk scanning ( #7235 )
2022-09-02 14:16:11 +02:00
Jan Szkaradek
eb50c8d22e
added modules for snyk scanning ( #7236 )
2022-09-02 14:15:36 +02:00
Ronan Browne
8afcf57e38
INFRA-1844: tidy up and expand scanning of projects
2022-08-22 19:28:37 +01:00
Ronan Browne
1e5b18c3b7
NOTICK: scan runtime classpath
2022-08-19 14:22:32 +01:00
JanSzkaradek
293af38e28
changed snyk scan target
2022-08-18 15:58:17 +01:00
ronanbrowne88
212cd2214c
CORE-4769 add snyk scan open source 4.4
2022-07-29 09:30:16 +01:00
ronanbrowne88
cc929e3b5b
INFRA-1805 add snyk scanning to corda os 4.4
2022-07-29 09:25:32 +01:00
ronanbrowne88
8cf512e6e5
CORE-4769 add snyk scan open source 4.4
2022-07-27 21:41:25 +01:00
ronanbrowne88
8644ab38ff
INFRA-1805 add snyk scanning to corda os 4.4
2022-07-27 21:40:44 +01:00
ronanbrowne88
d757682291
CORE-4769 add snyk scan open source 4.4
2022-07-27 12:49:53 +01:00
ronanbrowne88
b1afd88f13
INFRA-1805 add snyk scanning to corda os 4.4
2022-07-27 12:48:39 +01:00
ronanbrowne88
9425bb5c19
INFRA-1697 minor tidy up
2022-07-26 18:15:01 +01:00
ronanbrowne88
e4a19f4622
INFRA-1805 add snyk scanning to corda os 4.4
2022-07-26 18:11:51 +01:00
ronanbrowne88
cd577afcd9
CORE-4769 add snyk scan open source 4.4
2022-07-26 16:06:05 +01:00
ronanbrowne88
121e67aa11
INFRA-1805 add snyk scanning to corda os 4.4
2022-07-26 16:06:05 +01:00
Waldemar Zurowski
ac60c66b2f
NOTICK: Merging forward updates from OS 4.9 to OS 4.10 (2022-05-31)
2022-05-31 18:07:40 +02:00
Waldemar Zurowski
d149e9792a
NOTICK: Merging forward updates from OS 4.8 to OS 4.9 (2022-05-31)
2022-05-31 15:08:42 +02:00
Waldemar Zurowski
f5f49dbf7c
NOTICK: Merging forward updates from OS 4.7 to OS 4.8 (2022-05-31)
2022-05-31 11:54:52 +02:00
Waldemar Zurowski
bc9f7e6513
NOTICK: Merging forward updates from OS 4.6 to OS 4.7 (2022-05-31)
2022-05-31 09:21:29 +02:00
Waldemar Zurowski
911f033e42
NOTICK: Merging forward updates from OS 4.5 to OS 4.6 (2022-05-30)
2022-05-30 18:08:16 +02:00
Waldemar Zurowski
142b7d3fd0
NOTICK: Merging forward updates from OS 4.4 to OS 4.5 (2022-05-30)
2022-05-30 14:49:32 +02:00
Waldemar Żurowski
6a3e6276a4
CORE-4784: remove obsolete check when generating NexusIQ reports ( #7194 )
...
* do not use `isReleasePatch` when deciding if NexusIQ reports should be
created. That is not available after 4.8 branch and reports should be
generated for the patched releases in the first place.
2022-05-30 13:57:13 +02:00
Waldemar Zurowski
9d3548d36e
NOTICK: Merging forward updates from OS 4.9 to OS 4.10 (2022-05-26)
...
Conflicts:
* build.gradle
2022-05-26 20:21:53 +02:00
Waldemar Zurowski
031eb263e6
NOTICK: Merging forward updates from OS 4.8 to OS 4.9 (2022-05-26)
...
Conflicts:
* constants.properties
2022-05-26 16:38:00 +02:00
Waldemar Żurowski
0c8d685fbd
Merge pull request #7190 from corda/wz/merge-os-47-48-2022-05-26
...
NOTICK: Merging forward updates from OS 4.7 to OS 4.8 (2022-05-26)
2022-05-26 16:33:17 +02:00
Waldemar Zurowski
ec14f9ccba
NOTICK: Merging forward updates from OS 4.7 to OS 4.8 (2022-05-26)
2022-05-26 14:13:33 +02:00
Ronan Browne
ab5f4fe0a4
INFRA-1697 authenticate on agent 2
2022-05-26 12:06:47 +01:00
Waldemar Zurowski
63008c12db
Removed obsolete MS Teams hooks from nightly builds
2022-05-26 11:39:41 +02:00
Waldemar Zurowski
0336c938a6
NOTICK: Merging forward updates from OS 4.6 to OS 4.7 (2022-05-25)
...
Conflicts:
* .ci/dev/regression/Jenkinsfile
*
core/src/main/kotlin/net/corda/core/internal/PlatformVersionSwitches.kt
2022-05-25 19:07:45 +02:00
Waldemar Zurowski
0d294e3472
NOTICK: Merging forward updates from OS 4.5 to OS 4.6 (2022-05-25) v2
2022-05-25 17:02:44 +02:00
Waldemar Zurowski
494079b2f2
NOTICK: Merging forward updates from OS 4.4 to OS 4.5 (2022-05-25)
2022-05-25 14:50:19 +02:00
Waldemar Żurowski
cb2c54e2b7
NOTICK: added missing backslash ( #7185 )
2022-05-25 14:38:29 +02:00
Waldemar Zurowski
ef76ae0973
NOTICK: Merging forward updates from OS 4.5 to OS 4.6 (2022-05-25)
...
Conflicts:
*
client/rpc/src/integration-test/kotlin/net/corda/client/rpcreconnect/CordaRPCClientReconnectionTest.kt
*
client/rpc/src/main/kotlin/net/corda/client/rpc/internal/ReconnectingCordaRPCOps.kt
* constants.properties
* gradle/wrapper/gradle-wrapper.properties
* tools/shell/src/main/kotlin/net/corda/tools/shell/InteractiveShell.kt
2022-05-25 10:14:38 +02:00
Waldemar Zurowski
bb54f77e09
Merge branch 'release/os/4.4' into wz/merge-os-44-45-2022-05-24
2022-05-24 16:48:08 +02:00
Waldemar Żurowski
589c714cba
CORE-4784: Generate license and wiki reports ( #7181 )
2022-05-24 16:45:09 +02:00