What's Changed
- fix: Send events when creating entities in multipart post by @rschev in #2070
- build(deps): bump software.amazon.awssdk:s3 from 2.26.29 to 2.26.30 by @dependabot in #2066
- build(deps): bump software.amazon.awssdk:s3 from 2.26.30 to 2.26.31 by @dependabot in #2067
- build(deps): bump software.amazon.awssdk:s3 from 2.26.31 to 2.27.0 by @dependabot in #2069
- build(deps): bump software.amazon.awssdk:s3 from 2.27.0 to 2.27.1 by @dependabot in #2071
- build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.127.20 to 0.127.21 by @dependabot in #2073
- build(deps): bump software.amazon.awssdk:s3 from 2.27.1 to 2.27.2 by @dependabot in #2076
- build(deps): bump software.amazon.awssdk:s3 from 2.27.2 to 2.27.3 by @dependabot in #2077
- build(deps): bump software.amazon.awssdk:s3 from 2.27.3 to 2.27.4 by @dependabot in #2078
- build(deps): bump software.amazon.awssdk:s3 from 2.27.4 to 2.27.5 by @dependabot in #2079
- build(deps): bump com.google.cloud:spring-cloud-gcp-storage from 5.5.0 to 5.5.1 by @dependabot in #2082
- build(deps): bump software.amazon.awssdk:s3 from 2.27.5 to 2.27.6 by @dependabot in #2081
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 5.5.0 to 5.5.1 by @dependabot in #2080
- build(deps): bump org.springframework.vault:spring-vault-core from 3.1.1 to 3.1.2 by @dependabot in #2084
- build(deps): bump software.amazon.awssdk:s3 from 2.27.6 to 2.27.7 by @dependabot in #2085
- build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 by @dependabot in #2086
- build(deps): bump com.google.cloud:google-cloud-storage from 2.41.0 to 2.42.0 by @dependabot in #2089
- build(deps): bump software.amazon.awssdk:s3 from 2.27.7 to 2.27.8 by @dependabot in #2088
- build(deps): bump commons-logging:commons-logging from 1.3.3 to 1.3.4 by @dependabot in #2087
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.14</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.13...3.0.14