Skip to content

Version 0.0.5

Compare
Choose a tag to compare
@paulcwarren paulcwarren released this 14 Jul 15:59
· 1998 commits to main since this release

This release includes:-

  • Video streaming support
  • DellEMC ECS Certification
  • New StoreConfigurer API for configuring Store (S3 and Filesystem)
  • Re-implementation of the Spring Content REST to rely on Spring Data API only
  • Reference Guides for Spring Content REST

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.5</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