Version 2.8.0
What's Changed
- feat: add support for configuring exported content URLs by @paulcwarren in #1228
- feat: add bom by @paulcwarren in #1253
- docs: bom by @paulcwarren in #1256
- fix: lazy initialize the mapping context by @paulcwarren in #1229
- fix: refactor to simplify mapping context APIs by @paulcwarren in #1235
- fix: delete unused code by @paulcwarren in #1237
- build(deps): bump spring-cloud-gcp-storage from 3.4.0 to 3.4.1 by @dependabot in #1187
- build(deps-dev): bump spring-cloud-gcp-core from 3.4.0 to 3.4.1 by @dependabot in #1188
- build(deps): bump spring-cloud-dependencies from 2021.0.5 to 2022.0.0 by @dependabot in #1191
- build(deps): bump azure-storage-blob from 12.20.1 to 12.20.2 by @dependabot in #1212
- build(deps): bump azure-storage-file-share from 12.16.1 to 12.16.2 by @dependabot in #1214
- build(deps): bump docx4j-JAXB-ReferenceImpl from 8.3.8 to 8.3.9 by @dependabot in #1218
- build(deps): bump docx4j-core from 8.3.8 to 8.3.9 by @dependabot in #1231
- build(deps): bump spring-cloud-gcp-storage from 3.4.1 to 3.4.2 by @dependabot in #1232
- build(deps): bump docx4j-export-fo from 8.3.8 to 8.3.9 by @dependabot in #1233
- build(deps-dev): bump google-cloud-nio from 0.126.0 to 0.126.3 by @dependabot in #1234
- build(deps-dev): bump spring-cloud-gcp-core from 3.4.1 to 3.4.2 by @dependabot in #1238
- build(deps): bump spring-cloud-dependencies from 2022.0.0 to 2022.0.1 by @dependabot in #1240
- build(deps): bump spring-cloud-aws-context from 2.4.2 to 2.4.3 by @dependabot in #1241
- Bump to Spring Boot 2.7.8 by @paulcwarren in #1250
- build(deps-dev): bump spring-cloud-gcp-core from 3.4.2 to 4.0.0 by @dependabot in #1248
- build(deps): bump spring-cloud-aws-context from 2.4.3 to 2.4.4 by @dependabot in #1255
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.8.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
Full Changelog: 2.7.0...2.8.0