Skip to content

v0.2.0

Compare
Choose a tag to compare
@paulcwarren paulcwarren released this 16 Jul 15:05
· 1856 commits to main since this release

This release includes:-

  • Support to Spring Boot 2.0.3
  • Store and AssociativeStore issue Content Events
  • Issue #40 - allow Developer to convert Entity to resource path
  • Issue #41 - FS Store cleans-up directories if possible after content is deleted
  • Issue #42 - All Store operations throw StoreAccessException when content operations fail

The maven coordinates for this release are as follows:-

<dependency>
  <groupId>com.github.paulcwarren</groupId>
  <artifactId>spring-content-XXX-boot-starter</artifactId>
  <version>0.2.0</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