This release includes fixes for:-
- Issue #140 - ensure renderers take precedence over original content
- Issue #138 - exposed an IndexService bean for custom full-text index use cases; elastic and solr
And dependency version bumps, as follows:
- Bump powermock.version from 2.0.6 to 2.0.7 (3 days ago) <dependabot-preview[bot]>
- Bump spring-boot-dependencies from 2.2.5.RELEASE to 2.2.6.RELEASE (6 days ago) <dependabot-preview[bot]>
- Bump powermock.version from 2.0.5 to 2.0.6 (11 days ago) <dependabot-preview[bot]>
- Bump aws-java-sdk from 1.11.740 to 1.11.753 (2 weeks ago) <dependabot-preview[bot]>
- Bump mockito-core from 3.3.0 to 3.3.3 (2 weeks ago) <dependabot-preview[bot]>
- Bump maven-javadoc-plugin from 3.1.1 to 3.2.0 (2 weeks ago) <dependabot-preview[bot]>
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.M8</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