What's Changed
- Support multiple and pluggable content encryption keys and encryption algorithms by @vierbergenlars in #2240
- build(deps): bump software.amazon.awssdk:s3 from 2.30.3 to 2.30.4 by @dependabot in #2244
- build(deps): bump software.amazon.awssdk:s3 from 2.30.4 to 2.30.5 by @dependabot in #2245
- build(deps): bump org.springframework.boot:spring-boot-dependencies from 3.4.1 to 3.4.2 by @dependabot in #2247
- build(deps): bump software.amazon.awssdk:s3 from 2.30.5 to 2.30.6 by @dependabot in #2248
- build(deps): bump com.google.cloud:google-cloud-storage from 2.47.0 to 2.48.0 by @dependabot in #2250
- build(deps): bump software.amazon.awssdk:s3 from 2.30.6 to 2.30.7 by @dependabot in #2249
- build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.127.29 to 0.127.30 by @dependabot in #2251
- build(deps): bump software.amazon.awssdk:s3 from 2.30.7 to 2.30.8 by @dependabot in #2252
- build(deps): bump software.amazon.awssdk:s3 from 2.30.8 to 2.30.10 by @dependabot in #2253
- build(deps): bump software.amazon.awssdk:s3 from 2.30.10 to 2.30.11 by @dependabot in #2255
- build(deps): bump com.google.cloud:google-cloud-storage from 2.48.0 to 2.48.1 by @dependabot in #2256
- build(deps): bump software.amazon.awssdk:s3 from 2.30.11 to 2.30.12 by @dependabot in #2257
- build(deps): bump com.oracle.database.jdbc:ojdbc8 from 23.6.0.24.10 to 23.7.0.25.01 by @dependabot in #2260
- build(deps): bump software.amazon.awssdk:s3 from 2.30.12 to 2.30.14 by @dependabot in #2261
Instructions
The maven coordinates for this release are as follows:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-XXX-boot-starter</artifactId>
<version>3.0.17</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 -
solr
for the Spring Content Solr Module -
elasticsearch
for the Spring Content Elasticsearch Moduleand:-
-
spring-versions-jpa
for the Locking and Versioning Module
Full Changelog: 3.0.16...3.0.17