Skip to content

Commit f43d673

Browse files
author
r3-build
committed
CORE-11136: release prep for release-5.2.1.0
1 parent 4eb66c9 commit f43d673

File tree

3 files changed

+80
-152
lines changed

3 files changed

+80
-152
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@Library('corda-shared-build-pipeline-steps@5.2') _
1+
@Library('corda-shared-build-pipeline-steps@5.2.1-GA') _
22

33
cordaPipelineKubernetesAgent(
44
dailyBuildCron: 'H H/6 * * *',

charts/corda/Chart.yaml

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,10 @@
11
apiVersion: v2
22
name: corda
33
description: A Helm chart for Corda
4-
5-
# A chart can be either an 'application' or a 'library' chart.
6-
#
7-
# Application charts are a collection of templates that can be packaged into versioned archives
8-
# to be deployed.
9-
#
10-
# Library charts provide useful utilities or functions for the chart developer. They're included as
11-
# a dependency of application charts to inject those utilities and functions into the rendering
12-
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
134
type: application
14-
15-
# This is the chart version. This version number should be incremented each time you make changes
16-
# to the chart and its templates, including the app version.
17-
# Versions are expected to follow Semantic Versioning (https://semver.org/)
185
version: 5.2.1
19-
20-
# This is the version number of the application being deployed. This version number should be
21-
# incremented each time you make changes to the application. Versions are not expected to
22-
# follow Semantic Versioning. They should reflect the version the application is using.
23-
# It is recommended to use it with quotes.
24-
appVersion: "unstable-5.2.1"
25-
6+
appVersion: unstable-5.2.1
267
dependencies:
27-
- name: "corda-lib"
28-
version: "5.2.1"
29-
repository: "file://../corda-lib"
8+
- name: corda-lib
9+
version: 5.2.1
10+
repository: file://../corda-lib

gradle.properties

Lines changed: 75 additions & 128 deletions
Original file line numberDiff line numberDiff line change
@@ -1,140 +1,87 @@
1-
# General repository setup properties
2-
artifactoryContextUrl=https://software.r3.com/artifactory
3-
publicArtifactURL = https://download.corda.net/maven
4-
kotlin.code.style=official
5-
kotlin.stdlib.default.dependency=false
6-
kotlinMetadataVersion=0.7.0
7-
8-
org.gradle.java.installations.auto-download=false
9-
org.gradle.jvmargs=-Dfile.encoding=UTF-8
10-
11-
# Disable discovery of annotation processors on compile classpath.
1+
#Tue May 28 12:35:35 UTC 2024
2+
org.gradle.caching=true
123
kapt.include.compile.classpath=false
13-
14-
# Update with new major releases, or minor releases with breaking changes. (This drives the Flow Versioning too.)
15-
platformVersion = 50201
16-
17-
# Versioning constants.
18-
## The release/marketing version
19-
cordaProductVersion=5.2.1
20-
## The revision number. This lines up the versioning of the runtime-os repo with the API repo, which allows the build
21-
## system to assume the same versioning scheme.
22-
cordaRuntimeRevision=0
23-
24-
# Plugin dependency versions
25-
bndVersion=6.4.0
26-
bndlibVersion=6.4.1
27-
cordaGradlePluginsVersion=7.0.4
4+
kryoSerializersVersion=0.45
5+
snappyVersion=0.4
6+
databaseName=
7+
paxJdbcVersion=1.5.3
288
detektPluginVersion=1.23.+
29-
internalPublishVersion=1.+
30-
internalDockerVersion=1.+
31-
# Implementation dependency versions
32-
activationVersion=1.2.0
33-
ariesDynamicFrameworkExtensionVersion=1.3.6
34-
antlrVersion=2.7.7
35-
asmVersion=9.5
9+
osgiJdbcServiceVersion=1.1.0
10+
bndVersion=6.4.0
11+
felixScrVersion=2.2.6
12+
picocliVersion=4.7.3
13+
kotlin.build.report.output=file,build_scan
3614
avroVersion=1.11.3
37-
commonsVersion = 1.7
38-
commonsLangVersion = 3.12.0
39-
commonsTextVersion = 1.10.0
40-
# Corda API libs revision (change in 4th digit indicates a breaking change)
41-
# Change to 5.2.1.xx-SNAPSHOT to pick up maven local published copy
42-
cordaApiVersion=5.2.1.53-beta+
43-
15+
artifactoryPluginVersion=4.28.2
16+
cordaRuntimeRevision=0
17+
databaseAdminPassword=
18+
postgresHost=
19+
postgresDatabase=
4420
disruptorVersion=3.4.4
21+
compositeBuild=false
22+
enableProfiling=false
23+
publicArtifactURL=https\://download.corda.net/maven
24+
internalDockerVersion=1.+
25+
comEthloTimeItuVersion=1.7.3
26+
cordaGradlePluginsVersion=7.0.4
27+
protonjVersion=0.34.1
28+
gradleEnterpriseUrl=https\://gradle.dev.r3.com
4529
felixConfigAdminVersion=1.9.26
46-
felixVersion=7.0.5
47-
felixScrVersion=2.2.6
48-
felixSecurityVersion=2.8.4
49-
# Hibernate cannot be upgraded to 6.x due to missing OSGi support
30+
kryoVersion=5.5.0
31+
cordaCliHostLocation=../corda-cli-plugin-host
32+
osgiUtilPromiseVersion=1.3.0
33+
licenseName=The Apache License, Version 2.0
34+
org.gradle.jvmargs=-Dfile.encoding\=UTF-8
5035
hibernateVersion=5.6.15.Final
51-
jaxbVersion = 2.3.1
52-
jbossTransactionApiSpecVersion=1.1.1.Final
53-
jetbrainsAnnotationsVersion=24.0.1
54-
# NOTE: Kryo cannot easily be upgraded as it needs a Quasar change.
55-
# Check with one of the group leads before changing.
56-
kryoVersion = 5.5.0
57-
kryoSerializersVersion = 0.45
36+
kotlin.code.style=official
37+
postgresUser=
38+
slingVersion=3.3.6
39+
profilerVersion=2022.3
40+
ariesDynamicFrameworkExtensionVersion=1.3.6
41+
felixSecurityVersion=2.8.4
42+
osgiTestJunit5Version=1.2.1
5843
kotlinCoroutinesVersion=1.6.4
59-
# Liquibase upgrade to 4.20 and 4.21 failed - see CORE-12612 for more details
60-
liquibaseVersion = 4.19.0
61-
# Needed by Liquibase:
62-
beanutilsVersion=1.9.4
63-
# com.networknt:json-schema-validator cannot be upgraded beyond 1.0.79 because it requires an OSGi bundle containing SLF4j with a version in the range [2.0,3), whereas Corda currently provides 1.7.36.
64-
networkntJsonSchemaVersion = 1.0.79
65-
comEthloTimeItuVersion = 1.7.3
66-
osgiCmVersion = 1.6.1
67-
osgiNamespaceServiceVersion = 1.0.0
68-
osgiServiceComponentVersion = 1.5.1
69-
osgiUtilFunctionVersion = 1.2.0
70-
osgiUtilPromiseVersion = 1.3.0
71-
picocliVersion = 4.7.3
72-
protonjVersion=0.34.1
73-
quasarVersion = 0.9.1_r3-SNAPSHOT
74-
reflectAsmVersion = 1.11.9
75-
# Snappy version used for serialization
76-
snappyVersion=0.4
44+
databasePort=
45+
artifactoryContextUrl=https\://software.r3.com/artifactory
46+
kotlin.stdlib.default.dependency=false
47+
dom4jOsgiVersion=2.1.3_1
48+
licenseUrl=http\://www.apache.org/licenses/LICENSE-2.0.txt
49+
asmVersion=9.5
50+
osgiUtilFunctionVersion=1.2.0
51+
antlrVersion=2.7.7
7752
jsonCanonicalizerVersion=1.1
78-
79-
# Enable OSGi JDBC
80-
osgiJdbcServiceVersion=1.1.0
81-
paxJdbcVersion=1.5.3
82-
83-
# Test dependency versions
84-
dom4jOsgiVersion = 2.1.3_1
85-
hamcrestVersion=2.2
53+
org.gradle.java.installations.auto-download=false
8654
hsqldbVersion=2.7.2
87-
jimfsVersion = 1.3.0
88-
osgiTestJunit5Version=1.2.1
89-
slingVersion=3.3.6
90-
91-
# Enables the substitution of binaries for source code if it exists in expected location
92-
# Default behaviour is false.
93-
compositeBuild=false
94-
cordaApiLocation=../corda-api
95-
cordaCliHostLocation=../corda-cli-plugin-host
96-
jibCoreVersion=0.23.0
97-
artifactoryPluginVersion = 4.28.2
98-
99-
# corda-cli plugin host
100-
pluginHostVersion=5.2.1-beta+
101-
systemLambdaVersion=1.2.1
102-
103-
# DB integration tests
104-
# NOTE: these should be overridden when running the tests, e.g. the Jenkins pipeline will set these when running the
105-
# `integrationTest` stage.
106-
# See libs/db/osgi-integration-tests/src/integrationTest/kotlin/net/corda/db/test/osgi/EntitiesInBundlesTest.kt
107-
# for an example of one of these tests.
108-
databaseHost=
109-
databasePort=
110-
databaseName=
111-
databaseAdminUser=
112-
databaseAdminPassword=
113-
114-
# Legacy properties to stay compatible with the Jenkins pipeline. When setting the postgresPort, it will
115-
# switch to using a postgres database. Either this mechanism or the generic one above can be used, if setting
116-
# both postgres... and database... properties, they might interact badly.
55+
commonsLangVersion=3.12.0
56+
jimfsVersion=1.3.0
57+
cordaApiVersion=5.2.1.53
58+
jaxbVersion=2.3.1
59+
commonsTextVersion=1.10.0
11760
postgresPort=
118-
postgresHost=
119-
postgresUser=
61+
liquibaseVersion=4.19.0
62+
cordaApiLocation=../corda-api
63+
pluginHostVersion=5.2.1
12064
postgresPassword=
121-
postgresDatabase=
122-
123-
# switch the database type for database integration tests. Currently valid values are
124-
# HSQL, POSTGRES and MSSQL.
125-
# See testing/db-testkit/src/main/kotlin/net/corda/db/testkit/DbUtils.kt
65+
platformVersion=50201
66+
jbossTransactionApiSpecVersion=1.1.1.Final
67+
activationVersion=1.2.0
68+
hamcrestVersion=2.2
69+
quasarVersion=0.9.1_r3-SNAPSHOT
70+
networkntJsonSchemaVersion=1.0.79
71+
osgiCmVersion=1.6.1
72+
reflectAsmVersion=1.11.9
73+
databaseHost=
74+
cordaProductVersion=5.2.1
75+
kotlinMetadataVersion=0.7.0
76+
osgiServiceComponentVersion=1.5.1
77+
bndlibVersion=6.4.1
78+
jetbrainsAnnotationsVersion=24.0.1
79+
systemLambdaVersion=1.2.1
12680
databaseType=HSQL
127-
128-
# Profiling support
129-
enableProfiling=false
130-
profilerVersion=2022.3
131-
132-
# Kotlin build
133-
kotlin.build.report.output=file,build_scan
134-
135-
org.gradle.caching = true
136-
gradleEnterpriseUrl = https://gradle.dev.r3.com
137-
138-
# License
139-
licenseName = The Apache License, Version 2.0
140-
licenseUrl = http://www.apache.org/licenses/LICENSE-2.0.txt
81+
osgiNamespaceServiceVersion=1.0.0
82+
jibCoreVersion=0.23.0
83+
beanutilsVersion=1.9.4
84+
felixVersion=7.0.5
85+
internalPublishVersion=1.+
86+
commonsVersion=1.7
87+
databaseAdminUser=

0 commit comments

Comments
 (0)