This release includes:-
- Spring Content FS: rename configuration properties prefix to
spring.content.fs
- Spring Content REST: Add support for mimetypes with properties
- Spring Content Renditions: Add a text to jpeg renderer
The maven coordinates for this release are as follows:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-XXX-boot-starter</artifactId>
<version>0.0.8</version>
</dependency>
or
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>content-XXX-spring-boot-starter</artifactId>
<version>0.0.8</version>
</dependency>
where XXX can be:-
- jpa for the Spring Content JPA Module
- mongo for the Spring Content Mongo Module
- fs for the Spring Content Filesystem Module
- s3 for the Spring Content S3 Module
- renditions for the Spring Content Renditions Module
- rest for Spring Content REST Module
- solr for the Spring Content Solr Module