This release includes fixes for:-
- Issue #138 Add boot starter for elasticsearch
- Issue #84 Change the signature of the LockingAndVersioningRepository.delete method to match that in CrudRepository to avoid erasure conflicts
And dependency version bumps, as follows:
- Bump aws-java-sdk from 1.11.753 to 1.11.764
- Bump poi-ooxml from 3.16 to 4.1.2
- Bump docx4j to 6.1.2
- Bump ginkgo4j from 1.0.11 to 1.0.12
The maven coordinates for this release are as follows:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-XXX-boot-starter</artifactId>
<version>1.0.0.M10</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