Skip to content

Commit 4368bf0

Browse files
author
jenkins
committed
Merge branch 'release/5.3.0' into main
2 parents 615ea4e + b2939ea commit 4368bf0

1,344 files changed

Lines changed: 4243 additions & 2069 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.sdkmanrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Enable auto-env through the sdkman_auto_env config
22
# Add key=value pairs of SDKs to use below
3-
java=17.0.3-tem
3+
java=17.0.6-tem
44
gradle=7.3.3
5-
grails=5.1.9
6-
groovy=3.0.10
5+
grails=5.3.2
6+
groovy=3.0.11

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2020-2022 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
1+
Copyright 2020-2023 University of Oxford and NHS England
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

gradle.properties

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core Info
2-
version=5.2.0
2+
version=5.3.0
33
group=uk.ac.ox.softeng.maurodatamapper
44
# Gradle
55
gradleVersion=7.3.3
@@ -11,15 +11,17 @@ sourceCompatibility=17
1111
targetCompatibility=17
1212
# Deployment & Build
1313
artifactory_contextUrl=https://jenkins.cs.ox.ac.uk/artifactory
14-
mdmGradlePluginVersion=1.2.0
14+
mdmGradlePluginVersion=1.3.0
1515
# Explode all plugins
1616
exploded=true
1717
# Grails
18-
grailsVersion=5.1.9
19-
grailsGradlePluginVersion=5.1.5
20-
groovyVersion=3.0.10
21-
grailsHibernate5Version=7.2.2
22-
grailsViewsVersion=2.2.0
23-
assetPipelineVersion=3.4.6
18+
grailsVersion=5.3.2
19+
grailsGradlePluginVersion=5.3.0
20+
groovyVersion=3.0.11
21+
grailsHibernate5Version=7.3.0
22+
grailsViewsVersion=2.3.2
23+
assetPipelineVersion=4.0.0
2424
jaxbApiVersion=2.3.1
25-
springBootVersion=2.6.7
25+
springBootVersion=2.7.8
26+
# Previous mdm-core version for finding mdm-bom if current version not published yet
27+
fallbackMdmCoreVersion=5.3.0-SNAPSHOT

mdm-bom/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ dependencies {
106106
api group: 'com.bertramlabs.plugins', name: 'asset-pipeline-core', version: assetPipeline
107107
api "org.javassist:javassist:$javaAssist"
108108

109+
api group: 'io.micronaut', name: 'micronaut-aop', version: micronaut
110+
109111
api group: 'org.slf4j', name: 'slf4j-api', version: slf4j
110112
api group: 'ch.qos.logback', name: 'logback-classic', version: logback
111113

mdm-bom/gradle.properties

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
grails=5.1.9
2-
grailsGradlePlugin=5.1.5
3-
groovy=3.0.10
4-
grailsHibernate5=7.2.2
5-
grailsViews=2.2.0
1+
grails=5.3.2
2+
grailsGradlePlugin=5.3.0
3+
groovy=3.0.11
4+
grailsHibernate5=7.3.0
5+
grailsViews=2.3.2
66
hibernateSearch=3.0.0-SNAPSHOT
7-
hibernateSearchOrm=6.0.9.Final
8-
lucene=8.7.0
9-
assetPipeline=3.4.6
10-
springBoot=2.6.7
11-
spotbugsAnnotation=4.7.0
12-
commonsText=1.9
13-
commonsCsv=1.9.0
7+
hibernateSearchOrm=6.1.8.Final
8+
lucene=8.11.2
9+
assetPipeline=4.0.0
10+
springBoot=2.7.8
11+
spotbugsAnnotation=4.7.3
12+
commonsText=1.10.0
13+
commonsCsv=1.10.0
1414
javaMail=6.7.6
1515
guava=31.1-jre
1616
commonsBeanutils=1.9.4
1717
jaxbApi=2.3.1
18-
commonsRng=1.4
19-
javaAssist=3.29.0-GA
20-
jsonunit=2.35.0
18+
commonsRng=1.5
19+
javaAssist=3.29.2-GA
20+
jsonunit=2.36.1
2121
## BOM Overrides
22-
hibernate=5.6.8.Final
22+
hibernate=5.6.11.Final
2323
logback=1.2.11
2424
slf4j=1.7.36
25-
spring-framework=5.3.19
26-
hibernate-validator=6.2.3.Final
25+
spring-framework=5.3.25
26+
hibernate-validator=6.2.5.Final
2727
#testingSupport=2.4.1
28-
#micronaut=3.3.4
28+
micronaut=3.8.4
2929
#jackson-bom=2.13.2.20220328
3030
#log4j2=2.17.2
3131
#junit-jupiter=5.8.2
3232
#xmlunit2=2.8.4
3333
# v2.2.1 includes a logback.xml file which needs to be removed before we can update
34-
views-json=2.2.0
35-
views-markup=2.2.0
36-
views-json-testing-support=2.2.0
37-
views-json-templates=2.2.0
34+
views-json=2.3.2
35+
views-markup=2.3.2
36+
views-json-testing-support=2.3.2
37+
views-json-templates=2.3.2
3838
# This really needs updating ASAP but the v5/v6 builds have issues
3939
cache=4.0.3

mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiBadRequestException.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
2+
* Copyright 2020-2023 University of Oxford and NHS England
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiException.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
2+
* Copyright 2020-2023 University of Oxford and NHS England
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiInternalException.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
2+
* Copyright 2020-2023 University of Oxford and NHS England
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiInvalidModelException.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
2+
* Copyright 2020-2023 University of Oxford and NHS England
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiNotYetImplementedException.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
2+
* Copyright 2020-2023 University of Oxford and NHS England
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)