Version 2.7.0
What's Changed
- Feat/spring content encryption by @paulcwarren in #1136
- docs: spring-content-encryption docs updates by @paulcwarren in #1183
- ClassWalker now defaults to calculating content property name greedily by @paulcwarren in #1161
- fix: use multi-part file size to set content length property by @igdianov in #1156
- Bump azure-storage-blob from 12.19.1 to 12.20.0 by @dependabot in #1111
- Bump azure-storage-file-share from 12.15.1 to 12.16.0 by @dependabot in #1112
- Bump spring-cloud-gcp-core from 3.3.0 to 3.4.0 by @dependabot in #1114
- Bump spring-cloud-gcp-storage from 3.3.0 to 3.4.0 by @dependabot in #1115
- Bump spring-boot-dependencies from 2.7.4 to 2.7.5 by @dependabot in #1121
- Bump google-cloud-storage from 2.13.0 to 2.14.0 by @dependabot in #1129
- Bump google-cloud-nio from 0.124.16 to 0.124.19 by @dependabot in #1130
- Bump spring-cloud-dependencies from 2021.0.4 to 2021.0.5 by @dependabot in #1139
- Bump google-cloud-storage from 2.14.0 to 2.15.0 by @dependabot in #1140
- Bump google-cloud-nio from 0.124.19 to 0.124.20 by @dependabot in #1142
- Bump azure-storage-file-share from 12.16.0 to 12.16.1 by @dependabot in #1148
- Bump azure-storage-blob from 12.20.0 to 12.20.1 by @dependabot in #1150
- Bump localstack from 1.17.5 to 1.17.6 by @dependabot in #1151
- Bump test-containers.version from 1.17.5 to 1.17.6 by @dependabot in #1152
- Bump google-cloud-storage from 2.15.0 to 2.15.1 by @dependabot in #1154
- Bump google-cloud-nio from 0.124.20 to 0.124.21 by @dependabot in #1157
- Bump google-cloud-storage from 2.15.1 to 2.16.0 by @dependabot in #1172
- Bump google-cloud-nio from 0.124.21 to 0.125.0 by @dependabot in #1174
- Bump ojdbc8 from 21.7.0.0 to 21.8.0.0 by @dependabot in #1175
- Bump localstack from 1.17.5 to 1.17.6 by @dependabot in #1176
- Bump vault from 1.17.3 to 1.17.6 by @dependabot in #1178
- Bump google-cloud-nio from 0.125.0 to 0.126.0 by @dependabot in #1181
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.6.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
@paulcwarren
@igdianov made their first contribution in #1156
Full Changelog: 2.6.0...2.7.0