- Refactor ContentStoreService to Stores
- Rework the filesystem module section on accessing content to make it read better
- When fully-qualified links are enabled AND a path is specified for the StoreRestResource SDR should return content
- Add documentation of multi-module support
- Remove unused RenditionServiceImpl (and test)
- Ensure @EnableElasticsearchFulltextIndexing annotation doesn't cause BeanDefinitionOverrideException when used in conjunction with the autoconfiguration
And dependency version bumps, as follows:
- Bump to Spring Boot 2.3.0
- Bump spring-boot-dependencies from 2.2.6.RELEASE to 2.2.7.RELEASE
- Bump spring-cloud-dependencies from Hoxton.SR3 to Hoxton.SR4
The maven coordinates for this release are as follows:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-XXX-boot-starter</artifactId>
<version>1.1.0.M1</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