mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
9962c9085d
* INFRA-424 linux1 jenkinsfile * INFRA-424 full run * INFRA-424 bigger heap size * Upgraded DJVM to handle BC - latest version of BC is a multirelease JAR. When reading JKS keystore if a BC EdDSAPrivateKey is returned then swap for a net.i2p EdDSA private key. * Temporary downgrade of BC * Removed the BC EdDSA conversion * INFRA-424 bigger heap size * Upgrading Quasar to handle openJ9 different fields. * INFRA-424: Handle lack of SUPPRESSED_SENTINEL in openj9. * INFRA-424: If BCEdDSA public or private key is generated convert to net.i2p EdDSA form. * INFRA-424 bigger heap size * INFRA-424: On openJ9 only getting upto milli resolution. * INFRA-424: Handle keystore returning a BCEdDSAPrivateKey. * INFRA-424: Disable test on JDK11, as it requires the custom cordapp to generate JDK8 contract code, which we now check for. * INFRA-424: Truncated time test to resolution of millis for openj9. * INFRA-424 disabling log intensive tests until a fix is developed * INFRA-424 one more test disabled * INFRA-424: Disabled a couple of tests failing on openj9. * INFRA-424: Disabling failing openj9 tests. * INFRA-424: Disabling test failing on openj9. * INFRA-424: Ignoring another flaky sleep test on openj9. * INFRA-424 run integrationTests * INFRA-424 set timeout to 4 hours * INFRA-424: Cope with exception message from openj9. * INFRA-424: Handle the coloured text characters openj9 adds. * INFRA-424: Disabling test as it is generating JDK11 contract code under JDK11. Currently on JDK8 contract code allowed. * INFRA-424: Commenting test out for openj9. Output of the processs thats read by the test is sometimes garbled. * INFRA-424 switching to smoke tests * INFRA-424 switching to slow integration tests * INFRA-424 full run * INFRA-424 moving jenkinsfile * INFRA-424 removing references * INFRA-424: Created common IS_OPENJ9 func for ignoring tests. Co-authored-by: Schife <razvan.codreanu@r3.com>
39 lines
1.2 KiB
Properties
39 lines
1.2 KiB
Properties
# This file is parsed from Python in the docs/source/conf.py file
|
|
# because some versions here need to be matched by app authors in
|
|
# their own projects. So don't get fancy with syntax!
|
|
|
|
cordaVersion=4.6
|
|
versionSuffix=SNAPSHOT
|
|
gradlePluginsVersion=5.0.11
|
|
kotlinVersion=1.2.71
|
|
java8MinUpdateVersion=171
|
|
# ***************************************************************#
|
|
# When incrementing platformVersion make sure to update #
|
|
# net.corda.core.internal.CordaUtilsKt.PLATFORM_VERSION as well. #
|
|
# ***************************************************************#
|
|
platformVersion=8
|
|
guavaVersion=28.0-jre
|
|
# Quasar version to use with Java 8:
|
|
quasarVersion=0.7.13_r3
|
|
# Quasar version to use with Java 11:
|
|
quasarVersion11=0.8.1_r3
|
|
jdkClassifier11=jdk11
|
|
proguardVersion=6.1.1
|
|
bouncycastleVersion=1.66
|
|
classgraphVersion=4.8.89
|
|
disruptorVersion=3.4.2
|
|
typesafeConfigVersion=1.3.4
|
|
jsr305Version=3.0.2
|
|
artifactoryPluginVersion=4.16.1
|
|
snakeYamlVersion=1.19
|
|
caffeineVersion=2.7.0
|
|
metricsVersion=4.1.0
|
|
metricsNewRelicVersion=1.1.1
|
|
djvmVersion=1.1.1
|
|
deterministicRtVersion=1.0-RC02
|
|
openSourceBranch=https://github.com/corda/corda/blob/release/os/4.4
|
|
openSourceSamplesBranch=https://github.com/corda/samples/blob/release-V4
|
|
jolokiaAgentVersion=1.6.1
|
|
detektVersion=1.0.1
|
|
|