Version 2.4.0
What's Changed
- S3 store get resource from property path should use the id object, not the entity by @paulcwarren in #892
- Set Content-Type metadata in S3 from an Entity field annotated with
@MimeType
by @kreymerman in #889 - Shortcut links can now be disabled by @paulcwarren in #896
- Docs update by @paulcwarren in #906
- fix: class walker should support empty path lookups for entities with a single content property of correlated attributes by @paulcwarren in #932
- Stored renditions by @paulcwarren in #870
- Fix/property path s3 bucket support by @paulcwarren in #959
- Specify PropertyPath in all content events emitted by PropertyPath accessors by @kreymerman in #976
- Update entity fields annotated with
@MimeType
and@OriginalFileName
before setting of content by @kreymerman in #978 - Bump azure-storage-blob from 12.16.0 to 12.16.1 by @dependabot in #902
- Bump azure-storage-file-share from 12.12.1 to 12.12.2 by @dependabot in #904
- Bump jsoup from 1.14.3 to 1.15.1 by @dependabot in #905
- Bump localstack from 1.17.1 to 1.17.2 by @dependabot in #914
- Bump azure-storage-blob from 12.16.1 to 12.17.0 by @dependabot in #921
- Bump azure-storage-file-share from 12.12.2 to 12.13.0 by @dependabot in #922
- Bump google-cloud-storage from 2.6.1 to 2.7.2 by @dependabot in #925
- Bump google-cloud-nio from 0.123.28 to 0.124.2 by @dependabot in #926
- Bump spring-cloud-gcp-storage from 3.2.1 to 3.3.0 by @dependabot in #937
- Bump spring-cloud-gcp-core from 3.2.1 to 3.3.0 by @dependabot in #933
- Bump spring-cloud-dependencies from 2021.0.2 to 2021.0.3 by @dependabot in #935
- Bump azure-storage-file-share from 12.13.0 to 12.13.1 by @dependabot in #943
- Bump docx4j-JAXB-ReferenceImpl from 8.3.4 to 8.3.7 by @dependabot in #945
- Bump azure-storage-blob from 12.17.0 to 12.17.1 by @dependabot in #946
- Bump google-cloud-storage from 2.7.2 to 2.8.1 by @dependabot in #952
- Bump google-cloud-nio from 0.124.2 to 0.124.6 by @dependabot in #962
- Bump docx4j-core from 8.3.4 to 8.3.7 by @dependabot in #967
- Bump docx4j-export-fo from 8.3.4 to 8.3.7 by @dependabot in #968
- Bump spring-boot-dependencies from 2.6.7 to 2.7.1 by @dependabot in #963
- Bump ojdbc8 from 21.5.0.0 to 21.6.0.0.1 by @dependabot in #969
- Bump google-cloud-storage from 2.8.1 to 2.9.0 by @dependabot in #971
- Bump localstack from 1.17.2 to 1.17.3 by @dependabot in #973
- Bump google-cloud-nio from 0.124.6 to 0.124.7 by @dependabot in #974
- Bump jsoup from 1.15.1 to 1.15.2 by @dependabot in #980
- Bump docx4j-export-fo from 8.3.7 to 8.3.8 by @dependabot in #982
- Bump docx4j-core from 8.3.7 to 8.3.8 by @dependabot in #983
- Bump docx4j-JAXB-ReferenceImpl from 8.3.7 to 8.3.8 by @dependabot in #984
- Bump s3 from 2.17.179 to 2.17.225 by @dependabot in #981
Instructions
The maven coordinates for this release are as follows:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-XXX-boot-starter</artifactId>
<version>2.4.0</version>
</dependency>
where XXX can be:-
Storage Modules
fs
for the Spring Content Filesystem Modules3
for the Spring Content S3 Modulegcs
for the Spring Content GCS Moduleazure-storage
for Spring Content Azure Storage Modulejpa
for the Spring Content JPA Modulemongo
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 Moduleand:-
-
spring-versions-jpa
for the Locking and Versioning Module
Contributors
Paul Warren
Mikhail Kreymerman
Full Changelog: 2.3.0...2.4.0