Version 2.5.0
What's Changed
- rel: bump to 2.5.0-SNAPSHOT by @paulcwarren in #987
- Bump test-containers.version from 1.15.3 to 1.17.3 by @dependabot in #972
- fix: optimistic lock interceptor should intercept new PropertyPath-ba… by @paulcwarren in #1028
- Bump azure-storage-blob from 12.17.1 to 12.18.0 by @dependabot in #988
- Bump azure-storage-file-share from 12.13.1 to 12.14.0 by @dependabot in #989
- Bump spring-boot-dependencies from 2.7.1 to 2.7.2 by @dependabot in #1006
- Bump spring-cloud-aws-context from 2.4.1 to 2.4.2 by @dependabot in #1008
- Bump azure-storage-blob from 12.18.0 to 12.19.0 by @dependabot in #1033
- Bump azure-storage-file-share from 12.14.0 to 12.15.0 by @dependabot in #1036
- Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 by @dependabot in #1037
- Bump spring-boot-dependencies from 2.7.2 to 2.7.3 by @dependabot in #1043
- File storage should convert new content id values properly by @paulcwarren in #1044
- Add links to nested content properties by @vierbergenlars in #1041
- Bump google-cloud-storage from 2.9.0 to 2.11.3 by @dependabot in #1024
- Bump google-cloud-nio from 0.124.7 to 0.124.14 by @dependabot in #1025
- Class walker uses a stack to record visited classes and prevent stack overflows by @paulcwarren in #1052
- Bump jsoup from 1.15.2 to 1.15.3 by @dependabot in #1050
- MappingContext now generates a single content path per content property by @paulcwarren in #1055
- Bump ojdbc8 from 21.6.0.0.1 to 21.7.0.0 by @dependabot in #1056
- Bump s3 from 2.17.225 to 2.17.268 by @dependabot in #1064
- Bump spring-cloud-dependencies from 2021.0.3 to 2021.0.4 by @dependabot in #1063
- ContentLinksResourceProcessor generates unique links for each content… by @paulcwarren in #1059
Instructions
The maven coordinates for this release are as follows:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-XXX-boot-starter</artifactId>
<version>2.5.0</version>
</dependency>
where XXX can be:-
Storage Modules
fs
for the Spring Content Filesystem Modules3
for the Spring Content S3 Modulegcs
for the Spring Content GCS Moduleazure-storage
for Spring Content Azure Storage Modulejpa
for the Spring Content JPA Modulemongo
for the Spring Content Mongo Module
Additional Modules
-
renditions
for the Spring Content Renditions Module -
rest
for Spring Content REST Module -
cmis
for Spring Content CMIS Module -
solr
for the Spring Content Solr Module -
elasticsearch
for the Spring Content Elasticsearch Moduleand:-
-
spring-versions-jpa
for the Locking and Versioning Module
Contributors
Paul Warren
Lars Vierbergen
Full Changelog: 2.4.0...2.5.0