github paulcwarren/spring-content 0.3.0
v0.3.0

latest releases: 3.0.9, 3.0.8, 3.0.7...
5 years ago

This release includes:-

  • Support to Spring Boot 2.0.4
  • Upgraded to Spring Cloud Finchley.SR1
  • StoreEventHandler's can now be sorted using the @order and @priority annotations in order to control the order in which they will be callled
  • Spring Content Solr; solr indexer now uses annotation-based event handler
  • Spring Content Renditions; added a pdf to jpeg renderer
  • Fixes issue #46

The maven coordinates for this release are as follows:-

<dependency>
  <groupId>com.github.paulcwarren</groupId>
  <artifactId>spring-content-XXX-boot-starter</artifactId>
  <version>0.3.0</version>
</dependency>

where XXX can be:-

  • 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 Module
  • renditions for the Spring Content Renditions Module
  • rest for Spring Content REST Module
  • solr for the Spring Content Solr Module

Don't miss a new spring-content release

NewReleases is sending notifications on new releases.