What's Changed
- Add trace logging to ClassWalker to help debug issues by @paulcwarren in #839
- Inspect store interface to detect reactive by @paulcwarren in #840
- ClassWalker can now walk subclasses by @paulcwarren in #846
- Don't walk enums by @paulcwarren in #847
- Bump google-cloud-storage from 2.4.4 to 2.4.5 by @dependabot in #809
- Bump azure-storage-blob from 12.14.4 to 12.15.0 by @dependabot in #811
- Bump azure-storage-file-share from 12.11.4 to 12.12.0 by @dependabot in #813
- Bump maven-compiler-plugin from 3.10.0 to 3.10.1 by @dependabot in #815
- Bump poi-ooxml from 5.2.1 to 5.2.2 by @dependabot in #822
- Bump google-cloud-nio from 0.123.23 to 0.123.27 by @dependabot in #836
- Bump google-cloud-storage from 2.4.5 to 2.6.0 by @dependabot in #838
- Bump spring-cloud-gcp-storage from 3.1.0 to 3.2.0 by @dependabot in #841
- Bump spring-boot-dependencies from 2.6.4 to 2.6.6 by @dependabot in #843
- Bump spring-cloud-gcp-core from 3.1.0 to 3.2.0 by @dependabot in #844
- Bump s3 from 2.17.144 to 2.17.163 by @dependabot in #849
Instructions
The maven coordinates for this release are as follows:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-XXX-boot-starter</artifactId>
<version>2.2.0</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 -
cmis
for Spring Content CMIS 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: 2.1.0...2.2.0