Version 0.0.6
This release includes:-
- Cross Origin Request support
- New spring boot starters
content-XXX-spring-boot-starter
that adhere to Spring Boot naming conventions for third-party libraries. Note; the original boot starters spring-content-XXX-boot-starter are still available but may be removed at the next major release. - Renamed
spring.content.fs.filesystemRoot
configuration property tocontent.fs.fileystemRoot
to adhere to Spring Boot naming conventions for third-party libraries (this is a backward incompatible change) - Upgraded to Spring Boot 1.5.6-RELEASE
The maven coordinates for this release are as follows:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>content-XXX-boot-starter</artifactId>
<version>0.0.6</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
- rest for Spring Content REST Module