What's Changed
- fix: s3 auto configuration should only activate when spring-content-s… by @paulcwarren in #1356
- fix: getting content id via content property id uses wrong internal propertypath member by @paulcwarren in #1376
- build(deps-dev): bump google-cloud-nio from 0.126.10 to 0.126.11 by @dependabot in #1349
- build(deps): bump google-cloud-storage from 2.20.2 to 2.21.0 by @dependabot in #1347
- build(deps-dev): bump spring-cloud-gcp-core from 4.1.3 to 4.1.4 by @dependabot in #1351
- build(deps): bump spring-cloud-gcp-storage from 4.1.3 to 4.1.4 by @dependabot in #1350
- build(deps): bump ojdbc8 from 21.9.0.0 to 23.2.0.0 by @dependabot in #1354
- build(deps-dev): bump google-cloud-nio from 0.126.11 to 0.126.12 by @dependabot in #1364
- build(deps): bump google-cloud-storage from 2.21.0 to 2.22.0 by @dependabot in #1363
- build(deps): bump pdfbox-tools from 2.0.27 to 2.0.28 by @dependabot in #1365
- build(deps-dev): bump google-cloud-nio from 0.126.12 to 0.126.13 by @dependabot in #1367
- build(deps): bump azure-storage-blob from 12.21.1 to 12.22.0 by @dependabot in #1369
- build(deps): bump azure-storage-file-share from 12.17.1 to 12.18.0 by @dependabot in #1368
- build(deps): bump spring-cloud-gcp-storage from 4.1.4 to 4.2.0 by @dependabot in #1379
- build(deps): bump spring-boot-dependencies from 3.0.5 to 3.0.6 by @dependabot in #1378
- build(deps-dev): bump spring-cloud-gcp-core from 4.1.4 to 4.2.0 by @dependabot in #1380
- build(deps): bump jacoco-maven-plugin from 0.8.9 to 0.8.10 by @dependabot in #1385
- build(deps): bump google-cloud-storage from 2.22.0 to 2.22.1 by @dependabot in #1388
- build(deps-dev): bump google-cloud-nio from 0.126.13 to 0.126.14 by @dependabot in #1389
- build(deps): bump jakarta.activation-api from 2.1.1 to 2.1.2 by @dependabot in #1392
- build(deps): bump solr-solrj from 9.2.0 to 9.2.1 by @dependabot in #1395
- build(deps): bump elasticsearch-rest-high-level-client from 7.17.9 to 7.17.10 by @dependabot in #1397
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.2</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
Full Changelog: 3.0.1...3.0.2