This release includes fixes for:-
- Bump to Spring Boot 2.1.4
- New implementation for handling store extensions
- Refactor
spring-content-solr
andspring-content-renditions
extension onto the new extension mechanism - Issue #62; adds a new Module spring-content-elasticsearch
- Addressed CVE-2018-11797, CVE-2016-2175 by updating pdfbox dependency
The maven coordinates for this release are as follows:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-XXX-boot-starter</artifactId>
<version>0.9.0</version>
</dependency>
where XXX can be:-
Storage Modules
fs
for the Spring Content Filesystem Modules3
for the Spring Content S3 Modulejpa
for the Spring Content JPA Modulemongo
for the Spring Content Mongo Module
Additional Modules
renditions
for the Spring Content Renditions Modulerest
for Spring Content REST Modulecmis
for Spring Content CMIS Modulesolr
for the Spring Content Solr Moduleelasticsearch
for the Spring Content Elasticsearch Module
and:-
spring-versions-jpa
for the Locking and Versioning Module