github paulcwarren/spring-content 0.0.7
Version 0.0.7

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

This release includes:-

  • Spring Content REST support for fulltext search via the new searchContent REST endpoint
  • Improvements to Spring Content REST's hypermedia support
  • New Spring Content Renditions module providing out of the box RenditionProvider implementations
  • Support for Entities with a class hierarchy

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

or

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

Don't miss a new spring-content release

NewReleases is sending notifications on new releases.