-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/5.3.0' into main
- Loading branch information
Showing
1,344 changed files
with
4,243 additions
and
2,069 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Enable auto-env through the sdkman_auto_env config | ||
# Add key=value pairs of SDKs to use below | ||
java=17.0.3-tem | ||
java=17.0.6-tem | ||
gradle=7.3.3 | ||
grails=5.1.9 | ||
groovy=3.0.10 | ||
grails=5.3.2 | ||
groovy=3.0.11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
grails=5.1.9 | ||
grailsGradlePlugin=5.1.5 | ||
groovy=3.0.10 | ||
grailsHibernate5=7.2.2 | ||
grailsViews=2.2.0 | ||
grails=5.3.2 | ||
grailsGradlePlugin=5.3.0 | ||
groovy=3.0.11 | ||
grailsHibernate5=7.3.0 | ||
grailsViews=2.3.2 | ||
hibernateSearch=3.0.0-SNAPSHOT | ||
hibernateSearchOrm=6.0.9.Final | ||
lucene=8.7.0 | ||
assetPipeline=3.4.6 | ||
springBoot=2.6.7 | ||
spotbugsAnnotation=4.7.0 | ||
commonsText=1.9 | ||
commonsCsv=1.9.0 | ||
hibernateSearchOrm=6.1.8.Final | ||
lucene=8.11.2 | ||
assetPipeline=4.0.0 | ||
springBoot=2.7.8 | ||
spotbugsAnnotation=4.7.3 | ||
commonsText=1.10.0 | ||
commonsCsv=1.10.0 | ||
javaMail=6.7.6 | ||
guava=31.1-jre | ||
commonsBeanutils=1.9.4 | ||
jaxbApi=2.3.1 | ||
commonsRng=1.4 | ||
javaAssist=3.29.0-GA | ||
jsonunit=2.35.0 | ||
commonsRng=1.5 | ||
javaAssist=3.29.2-GA | ||
jsonunit=2.36.1 | ||
## BOM Overrides | ||
hibernate=5.6.8.Final | ||
hibernate=5.6.11.Final | ||
logback=1.2.11 | ||
slf4j=1.7.36 | ||
spring-framework=5.3.19 | ||
hibernate-validator=6.2.3.Final | ||
spring-framework=5.3.25 | ||
hibernate-validator=6.2.5.Final | ||
#testingSupport=2.4.1 | ||
#micronaut=3.3.4 | ||
micronaut=3.8.4 | ||
#jackson-bom=2.13.2.20220328 | ||
#log4j2=2.17.2 | ||
#junit-jupiter=5.8.2 | ||
#xmlunit2=2.8.4 | ||
# v2.2.1 includes a logback.xml file which needs to be removed before we can update | ||
views-json=2.2.0 | ||
views-markup=2.2.0 | ||
views-json-testing-support=2.2.0 | ||
views-json-templates=2.2.0 | ||
views-json=2.3.2 | ||
views-markup=2.3.2 | ||
views-json-testing-support=2.3.2 | ||
views-json-templates=2.3.2 | ||
# This really needs updating ASAP but the v5/v6 builds have issues | ||
cache=4.0.3 |
2 changes: 1 addition & 1 deletion
2
.../main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiBadRequestException.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiException.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rc/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiInternalException.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ain/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiInvalidModelException.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...roovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiNotYetImplementedException.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ain/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiUnauthorizedException.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/common/CommonPlugin.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/HQLPagedResultList.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...oovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/callable/CallableConstraints.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/callable/MdmDomainConstraints.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...teng/maurodatamapper/gorm/constraint/validator/ParentOwnedLabelCollectionValidator.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...y/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/validator/UniqueStringValidator.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...y/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/validator/UniqueValuesValidator.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...c/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/validator/Validator.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/PathUserType.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/PathUserTypeDescriptor.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/VersionUserType.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...c/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/VersionUserTypeDescriptor.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...n/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/CallableSearch.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/HibernateSearch.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...urodatamapper/hibernate/search/backend/lucene/analysis/MdmLuceneAnalysisConfigurer.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...k/ac/ox/softeng/maurodatamapper/hibernate/search/comparator/PathDistanceComparator.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../maurodatamapper/hibernate/search/engine/search/predicate/ExcludedIdsFilterFactory.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../ox/softeng/maurodatamapper/hibernate/search/engine/search/predicate/FilterFactory.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...maurodatamapper/hibernate/search/engine/search/predicate/IdPathSecureFilterFactory.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...eng/maurodatamapper/hibernate/search/engine/search/predicate/IdSecureFilterFactory.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...datamapper/hibernate/search/mapper/orm/mapping/MdmHibernateSearchMappingConfigurer.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...c/ox/softeng/maurodatamapper/hibernate/search/mapper/pojo/bridge/DomainClassBridge.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...x/softeng/maurodatamapper/hibernate/search/mapper/pojo/bridge/OffsetDateTimeBridge.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../ox/softeng/maurodatamapper/hibernate/search/mapper/pojo/bridge/PathPropertyBridge.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...c/ox/softeng/maurodatamapper/hibernate/search/mapper/pojo/bridge/binder/PathBinder.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/log/SqlLogger.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.