What's Changed
- fix(azure): avoid circular references in AzureStorageConfiguration by @claudia-maderthaner-infoniqa in #1430
- fix: ensure storage factory beans don't rely on constructor injection by @paulcwarren in #1455
- docs: update jpa docs to clarify when to create the datasourceInitializer bean by @paulcwarren in #1450
- build(deps): bump azure-storage-blob from 12.22.0 to 12.22.1 by @dependabot in #1417
- build(deps-dev): bump spring-cloud-gcp-core from 4.3.0 to 4.3.1 by @dependabot in #1420
- build(deps): bump spring-cloud-gcp-storage from 4.3.0 to 4.3.1 by @dependabot in #1419
- build(deps): bump maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #1425
- build(deps): bump azure-storage-file-share from 12.18.0 to 12.18.1 by @dependabot in #1427
- build(deps): bump azure-storage-blob from 12.22.1 to 12.22.2 by @dependabot in #1429
- build(deps): bump spring-cloud-dependencies from 2022.0.2 to 2022.0.3 by @dependabot in #1433
- build(deps): bump asciidoctor-maven-plugin from 2.2.3 to 2.2.4 by @dependabot in #1436
- build(deps-dev): bump google-cloud-nio from 0.126.15 to 0.126.16 by @dependabot in #1439
- build(deps): bump google-cloud-storage from 2.22.2 to 2.22.3 by @dependabot in #1438
- build(deps): bump spring-cloud-gcp-storage from 4.3.1 to 4.4.0 by @dependabot in #1447
- build(deps-dev): bump spring-cloud-gcp-core from 4.3.1 to 4.4.0 by @dependabot in #1448
- build(deps): bump maven-surefire-plugin from 3.1.0 to 3.1.2 by @dependabot in #1454
- build(deps): bump google-cloud-storage from 2.22.3 to 2.22.4 by @dependabot in #1459
- build(deps-dev): bump google-cloud-nio from 0.126.16 to 0.126.17 by @dependabot in #1460
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.4</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
- @claudia-maderthaner-infoniqa made their first contribution in #1430
Full Changelog: 3.0.3...3.0.4