Version 3.0.1
What's Changed
- fix: rest layer should recognize stores interfaces from new 'org/springframework/content/commons/store/**' package by @paulcwarren in #1345
- build(deps): bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #1336
- build(deps): bump ojdbc8 from 21.8.0.0 to 21.9.0.0 by @dependabot in #1337
- build(deps): bump asciidoctor-maven-plugin from 2.2.2 to 2.2.3 by @dependabot in #1340
- build(deps): bump maven-surefire-plugin from 2.22.2 to 3.0.0 by @dependabot in #1341
- build(deps): bump jacoco-maven-plugin from 0.8.8 to 0.8.9 by @dependabot in #1344
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.1</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.0...3.0.1