Skip to content

Version 0.0.10

Compare
Choose a tag to compare
@paulcwarren paulcwarren released this 30 Mar 18:06
· 1948 commits to main since this release

This release includes:-

  • Spring Content Commons: New OriginalFileName annotation to capture to uploaded file name
  • Spring Content JPA:
    • Support for experimental Store API through new BlobResource API and implementation
    • Support for H2, MySQL, Postgresql and MS SQL Server
  • Spring Content REST: Bug fix ensure input streams are closed when deleting files

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.10</version>
</dependency>

or

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