Skip to content

Releases: paulcwarren/spring-content

Version 1.0.0.M7

13 Mar 04:58
Compare
Choose a tag to compare

This release includes fixes for:-

  • Issue #148 - HAL links are duplicated when defining content in an Entity
  • Issue #93 BeforeSetContent event cant access the original content

And dependency version bumps, as follows:

  • Bump spring-cloud-dependencies from Hoxton.SR2 to Hoxton.SR3
  • Bump aws-java-sdk from 1.11.737 to 1.11.740
  • Bump aws-java-sdk from 1.11.735 to 1.11.737
  • Bump aws-java-sdk from 1.11.734 to 1.11.735
  • Bump jsoup from 1.12.2 to 1.13.1
  • Bump aws-java-sdk from 1.11.730 to 1.11.734
  • Bump spring-boot-dependencies from 2.2.4.RELEASE to 2.2.5.RELEASE
  • Bump aws-java-sdk from 1.11.729 to 1.11.730
  • Bump aws-java-sdk from 1.11.728 to 1.11.729
  • Bump pdfbox-tools from 2.0.18 to 2.0.19
  • Bump mockito-core from 3.2.4 to 3.3.0
  • Bump aws-java-sdk from 1.11.727 to 1.11.728
  • Bump aws-java-sdk from 1.11.726 to 1.11.727

The maven coordinates for this release are as follows:-

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

where XXX can be:-

Storage Modules

  • 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

Additional Modules

  • renditions for the Spring Content Renditions Module
  • rest for Spring Content REST Module
  • cmis for Spring Content CMIS Module
  • solr for the Spring Content Solr Module
  • elasticsearch for the Spring Content Elasticsearch Module

and:-

  • spring-versions-jpa for the Locking and Versioning Module

Version 1.0.0.M6

22 Feb 03:53
Compare
Choose a tag to compare

This release includes fixes for:-

  • Issue #90 - Removed content property links
  • Issue #83 - Refactor findAllVersionsLatest and findAllVersions
  • Issue #82 - Add org.springframework.versions package are to the set of auto configuration packages
  • Issue #81 - Make sure we return I18Ned Content-Disposition headers
  • Issue #80 - ElasticsearchIndexer will attempt to use rendition service to extract text from images

And dependency version bumps, as follows:

  • Bump aws-java-sdk from 1.11.722 to 1.11.726
  • Bump spring-cloud-dependencies from Hoxton.SR1 to Hoxton.SR2
  • Bump commons-text from 1.4 to 1.8
  • Bump spring-tx from 5.0.7.RELEASE to 5.2.3.RELEASE
  • Bump rest-assured from 2.3.4 to 2.9.0
  • Bump xalan from 2.7.1 to 2.7.2
  • Bump evo-inflector from 1.2.1 to 1.2.2
  • Bump xml-apis from 1.0.b2 to 2.0.2
  • Bump jsoup from 1.7.2 to 1.12.2
  • Bump commons-codec from 1.9 to 1.14
  • Bump spring-boot-dependencies from 2.2.3.RELEASE to 2.2.4.RELEASE
  • Bump halbuilder-standard from 4.0.1 to 4.1.1
  • Bump h2 from 1.4.196 to 1.4.200
  • Bump javax.interceptor-api from 1.2.1 to 1.2.2
  • Bump spring-cloud-dependencies from Hoxton.RELEASE to Hoxton.SR1
  • Bump pdfbox-tools from 2.0.11 to 2.0.18
  • Bump jacoco-maven-plugin from 0.7.8 to 0.8.5

The maven coordinates for this release are as follows:-

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

where XXX can be:-

Storage Modules

  • 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

Additional Modules

  • renditions for the Spring Content Renditions Module
  • rest for Spring Content REST Module
  • cmis for Spring Content CMIS Module
  • solr for the Spring Content Solr Module
  • elasticsearch for the Spring Content Elasticsearch Module

and:-

  • spring-versions-jpa for the Locking and Versioning Module

Version 1.0.0.M5

22 Jan 03:56
Compare
Choose a tag to compare

This release includes fixes for:-

  • Fixes #89; JPA Get content within a transaction
  • Fixes #92; Transaction support for JPA

The maven coordinates for this release are as follows:-

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

where XXX can be:-

Storage Modules

  • 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

Additional Modules

  • renditions for the Spring Content Renditions Module
  • rest for Spring Content REST Module
  • cmis for Spring Content CMIS Module
  • solr for the Spring Content Solr Module
  • elasticsearch for the Spring Content Elasticsearch Module

and:-

  • spring-versions-jpa for the Locking and Versioning Module

Version 1.0.0.M4

08 Dec 23:54
Compare
Choose a tag to compare

This release includes fixes for:-

  • Issue #87 spring content rest doesnt support apps with a context path
  • Bump to Spring Boot 2.2.2 and Spring Cloud Hoxton

The maven coordinates for this release are as follows:-

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

where XXX can be:-

Storage Modules

  • 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

Additional Modules

  • renditions for the Spring Content Renditions Module
  • rest for Spring Content REST Module
  • cmis for Spring Content CMIS Module
  • solr for the Spring Content Solr Module
  • elasticsearch for the Spring Content Elasticsearch Module

and:-

  • spring-versions-jpa for the Locking and Versioning Module

Version 1.0.0.M3

07 Nov 16:06
Compare
Choose a tag to compare

This release includes fixes for:-

  • Refactor of the REST module onto a single controller implementation, with arguments handlers
  • Refactor ContentStore implementation to return updated entities
  • Issue #79 annotated @Version Entity can't set @ContentID, @MimeType, @originalFilename automatically

The maven coordinates for this release are as follows:-

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

where XXX can be:-

Storage Modules

  • 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

Additional Modules

  • renditions for the Spring Content Renditions Module
  • rest for Spring Content REST Module
  • cmis for Spring Content CMIS Module
  • solr for the Spring Content Solr Module
  • elasticsearch for the Spring Content Elasticsearch Module

and:-

  • spring-versions-jpa for the Locking and Versioning Module

Version 0.12.0

07 Nov 03:19
Compare
Choose a tag to compare

This release includes fixes for:-

The maven coordinates for this release are as follows:-

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

where XXX can be:-

Storage Modules

  • 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

Additional Modules

  • renditions for the Spring Content Renditions Module
  • rest for Spring Content REST Module
  • cmis for Spring Content CMIS Module
  • solr for the Spring Content Solr Module
  • elasticsearch for the Spring Content Elasticsearch Module

and:-

  • spring-versions-jpa for the Locking and Versioning Module

Version 1.0.0.M1

27 Aug 00:18
Compare
Choose a tag to compare

This release was built against Spring Boot 2.2.0M5 and Spring Cloud Greenwich.RELEASE.

This release includes fixes for:

  • Issue #71; Add support for Spring Boot 2.2.0

The maven coordinates for this release are as follows:-

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

where XXX can be:-

Storage Modules

  • 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

Additional Modules

  • renditions for the Spring Content Renditions Module
  • rest for Spring Content REST Module
  • cmis for Spring Content CMIS Module
  • solr for the Spring Content Solr Module
  • elasticsearch for the Spring Content Elasticsearch Module

and:-

  • spring-versions-jpa for the Locking and Versioning Module

Version 0.10.0

27 Aug 00:12
Compare
Choose a tag to compare

This release includes fixes for:-

  • Bump to Spring Boot 2.1.6
  • Fixes #58; ResourceHttpRequestHandler warnings
  • Issue #59; Support for changing the base uri
  • Issue #74; Content links being generated incorrectly
  • Adds support for multiple Spring Content Storage Modules by adding strict scanning of Store interfaces

The maven coordinates for this release are as follows:-

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

where XXX can be:-

Storage Modules

  • 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

Additional Modules

  • renditions for the Spring Content Renditions Module
  • rest for Spring Content REST Module
  • cmis for Spring Content CMIS Module
  • solr for the Spring Content Solr Module
  • elasticsearch for the Spring Content Elasticsearch Module

and:-

  • spring-versions-jpa for the Locking and Versioning Module

Version 0.9.0

08 Jun 03:53
Compare
Choose a tag to compare

This release includes fixes for:-

  • Bump to Spring Boot 2.1.4
  • New implementation for handling store extensions
  • Refactor spring-content-solr and spring-content-renditions extension onto the new extension mechanism
  • Issue #62; adds a new Module spring-content-elasticsearch
  • Addressed CVE-2018-11797, CVE-2016-2175 by updating pdfbox dependency

The maven coordinates for this release are as follows:-

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

where XXX can be:-

Storage Modules

  • 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

Additional Modules

  • renditions for the Spring Content Renditions Module
  • rest for Spring Content REST Module
  • cmis for Spring Content CMIS Module
  • solr for the Spring Content Solr Module
  • elasticsearch for the Spring Content Elasticsearch Module

and:-

  • spring-versions-jpa for the Locking and Versioning Module

Version 0.8.0

23 Apr 04:11
Compare
Choose a tag to compare

This release includes fixes for:-

The maven coordinates for this release are as follows:-

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

where XXX can be:-

Storage Modules

  • 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

Additional Modules

  • renditions for the Spring Content Renditions Module
  • rest for Spring Content REST Module
  • cmis for Spring Content CMIS Module
  • solr for the Spring Content Solr Module

and:-

  • spring-versions-jpa for the Locking and Versioning Module