What's Changed
- Fixes two NPE conditions in DefaultEntityResolver return statement by @Nick-Wunderdog in #1400
- build(deps-dev): bump spring-cloud-gcp-core from 4.2.0 to 4.3.0 by @dependabot in #1403
- build(deps): bump spring-cloud-gcp-storage from 4.2.0 to 4.3.0 by @dependabot in #1402
- build(deps): bump maven-surefire-plugin from 3.0.0 to 3.1.0 by @dependabot in #1404
- build(deps): bump google-cloud-storage from 2.22.1 to 2.22.2 by @dependabot in #1410
- build(deps-dev): bump google-cloud-nio from 0.126.14 to 0.126.15 by @dependabot in #1413
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.3</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
Contributors
New Contributors
- @Nick-Wunderdog made their first contribution in #1400
Full Changelog: 3.0.2...3.0.3