Version 1.1.0.M4
New Features
- Solr indexer now stores the entity id when available
- ContentSearchRestController now uses entity_id attribute (when available) to fetch entities
- After a fulltext search batch entity fetching when necessary
- Add support for custom search result types to REST API
- Add support for custom search result types
- Add support for Resource(export=false)
- Implement hasRendition API
Issues Fixed
- n/a
Other commits
Bumps
- Bump aws-java-sdk from 1.11.845 to 1.11.874
- Bump hibernate-jpa-2.1-api from 1.0.0.Final to 1.0.2
- Bump mockito-core from 3.5.10 to 3.5.13
- Bump spring-boot-dependencies from 2.3.3.RELEASE to 2.3.4.RELEASE
- Bump jacoco-maven-plugin from 0.8.5 to 0.8.6
- Bump asciidoctor-maven-plugin from 2.0.0 to 2.1.0
- Bump commons-io from 2.7 to 2.8.0
- Bump docx4j-export-fo from 8.2.2 to 8.2.3
- Bump docx4j-JAXB-ReferenceImpl from 8.2.2 to 8.2.3
- Bump docx4j-core from 8.2.2 to 8.2.3
- Bump mockito-core from 3.5.7 to 3.5.10
- Bump spring-cloud-dependencies from Hoxton.SR7 to Hoxton.SR8
- Bump mockito-core from 3.5.2 to 3.5.7
- Bump docx4j-core from 8.2.1 to 8.2.2
- Bump docx4j-export-fo from 8.2.1 to 8.2.2
- Bump docx4j-JAXB-ReferenceImpl from 8.2.1 to 8.2.2
- Bump pdfbox-tools from 2.0.20 to 2.0.21
- Bump aws-java-sdk from 1.11.838 to 1.11.845
- Bump mockito-core from 3.5.0 to 3.5.2
- Bump mockito-core from 3.4.6 to 3.5.0
- Bump spring-boot-dependencies from 2.3.2.RELEASE to 2.3.3.RELEASE
- Bump aws-java-sdk from 1.11.836 to 1.11.838
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.M4</version>
</dependency>
where XXX can be:-
Storage Modules
-
fs
for the Spring Content Filesystem Module -
s3
for the Spring Content S3 Module -
jpa
for the Spring Content JPA Module -
mongo
for the Spring Content Mongo ModuleAdditional Modules
-
renditions
for the Spring Content Renditions Module -
rest
for Spring Content REST Module -
cmis
for Spring Content CMIS Module -
solr
for the Spring Content Solr Module -
elasticsearch
for the Spring Content Elasticsearch Moduleand:-
-
spring-versions-jpa
for the Locking and Versioning Module