Issues Closed
- add new setContent method to ContentStore 533
- Spring Content CMIS - Getting Started Guide 527
- Question: Is it possible to restart reading a stream at a specified index? 523
- How do I add a REST API to read a mp3 file from the predefined folder 521
- Problem with Spring Hateoas in Spring Boot 2.2.0 520
- ContentRepository cannot persistent content 517
- Content links missing when using Spring Data REST projections 513
PRs Merged
- Bump pdfbox from 2.0.15 to 2.0.23 532
- Bump spring-cloud-dependencies from Hoxton.SR10 to Hoxton.SR11 531
- Bump azure-spring-boot from 3.3.0 to 3.4.0 530
- Bump spring-boot-dependencies from 2.4.4 to 2.4.5 528
- Bump docx4j-core from 8.2.8 to 8.2.9 526
- Bump docx4j-export-fo from 8.2.8 to 8.2.9 525
- Bump docx4j-JAXB-ReferenceImpl from 8.2.8 to 8.2.9 524
- Bump mockito-core from 3.8.0 to 3.9.0 522
- Support for a spring.content.storage.type.default property 519
- Bump azure-storage-blob from 12.10.1 to 12.10.2 518
- Bump spring-cloud-gcp-storage from 2.0.1 to 2.0.2 516
- Bump spring-cloud-gcp-core from 2.0.1 to 2.0.2 515
- ContentLinksResourceProcessor now supports projections 514
- Bump azure-spring-boot from 3.2.0 to 3.3.0 512
- Bump azure-storage-blob from 12.10.0 to 12.10.1 511
- Bump spring-boot-dependencies from 2.4.3 to 2.4.4 510
Instructions
The maven coordinates for this release are as follows:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-XXX-boot-starter</artifactId>
<version>1.2.3</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