Releases: paulcwarren/spring-content
Version 3.0.4
What's Changed
- fix(azure): avoid circular references in AzureStorageConfiguration by @claudia-maderthaner-infoniqa in #1430
- fix: ensure storage factory beans don't rely on constructor injection by @paulcwarren in #1455
- docs: update jpa docs to clarify when to create the datasourceInitializer bean by @paulcwarren in #1450
- build(deps): bump azure-storage-blob from 12.22.0 to 12.22.1 by @dependabot in #1417
- build(deps-dev): bump spring-cloud-gcp-core from 4.3.0 to 4.3.1 by @dependabot in #1420
- build(deps): bump spring-cloud-gcp-storage from 4.3.0 to 4.3.1 by @dependabot in #1419
- build(deps): bump maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #1425
- build(deps): bump azure-storage-file-share from 12.18.0 to 12.18.1 by @dependabot in #1427
- build(deps): bump azure-storage-blob from 12.22.1 to 12.22.2 by @dependabot in #1429
- build(deps): bump spring-cloud-dependencies from 2022.0.2 to 2022.0.3 by @dependabot in #1433
- build(deps): bump asciidoctor-maven-plugin from 2.2.3 to 2.2.4 by @dependabot in #1436
- build(deps-dev): bump google-cloud-nio from 0.126.15 to 0.126.16 by @dependabot in #1439
- build(deps): bump google-cloud-storage from 2.22.2 to 2.22.3 by @dependabot in #1438
- build(deps): bump spring-cloud-gcp-storage from 4.3.1 to 4.4.0 by @dependabot in #1447
- build(deps-dev): bump spring-cloud-gcp-core from 4.3.1 to 4.4.0 by @dependabot in #1448
- build(deps): bump maven-surefire-plugin from 3.1.0 to 3.1.2 by @dependabot in #1454
- build(deps): bump google-cloud-storage from 2.22.3 to 2.22.4 by @dependabot in #1459
- build(deps-dev): bump google-cloud-nio from 0.126.16 to 0.126.17 by @dependabot in #1460
Instructions
The maven coordinates for this release are as follows:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-XXX-boot-starter</artifactId>
<version>3.0.4</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 -
solr
for the Spring Content Solr Module -
elasticsearch
for the Spring Content Elasticsearch Moduleand:-
-
spring-versions-jpa
for the Locking and Versioning Module
Contributors
New Contributors
- @claudia-maderthaner-infoniqa made their first contribution in #1430
Full Changelog: 3.0.3...3.0.4
Version 3.0.3
What's Changed
- Fixes two NPE conditions in DefaultEntityResolver return statement by @Nick-Wunderdog in #1400
- build(deps-dev): bump spring-cloud-gcp-core from 4.2.0 to 4.3.0 by @dependabot in #1403
- build(deps): bump spring-cloud-gcp-storage from 4.2.0 to 4.3.0 by @dependabot in #1402
- build(deps): bump maven-surefire-plugin from 3.0.0 to 3.1.0 by @dependabot in #1404
- build(deps): bump google-cloud-storage from 2.22.1 to 2.22.2 by @dependabot in #1410
- build(deps-dev): bump google-cloud-nio from 0.126.14 to 0.126.15 by @dependabot in #1413
Instructions
The maven coordinates for this release are as follows:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-XXX-boot-starter</artifactId>
<version>3.0.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 -
solr
for the Spring Content Solr Module -
elasticsearch
for the Spring Content Elasticsearch Moduleand:-
-
spring-versions-jpa
for the Locking and Versioning Module
Contributors
New Contributors
- @Nick-Wunderdog made their first contribution in #1400
Full Changelog: 3.0.2...3.0.3
Version 3.0.2
What's Changed
- fix: s3 auto configuration should only activate when spring-content-s… by @paulcwarren in #1356
- fix: getting content id via content property id uses wrong internal propertypath member by @paulcwarren in #1376
- build(deps-dev): bump google-cloud-nio from 0.126.10 to 0.126.11 by @dependabot in #1349
- build(deps): bump google-cloud-storage from 2.20.2 to 2.21.0 by @dependabot in #1347
- build(deps-dev): bump spring-cloud-gcp-core from 4.1.3 to 4.1.4 by @dependabot in #1351
- build(deps): bump spring-cloud-gcp-storage from 4.1.3 to 4.1.4 by @dependabot in #1350
- build(deps): bump ojdbc8 from 21.9.0.0 to 23.2.0.0 by @dependabot in #1354
- build(deps-dev): bump google-cloud-nio from 0.126.11 to 0.126.12 by @dependabot in #1364
- build(deps): bump google-cloud-storage from 2.21.0 to 2.22.0 by @dependabot in #1363
- build(deps): bump pdfbox-tools from 2.0.27 to 2.0.28 by @dependabot in #1365
- build(deps-dev): bump google-cloud-nio from 0.126.12 to 0.126.13 by @dependabot in #1367
- build(deps): bump azure-storage-blob from 12.21.1 to 12.22.0 by @dependabot in #1369
- build(deps): bump azure-storage-file-share from 12.17.1 to 12.18.0 by @dependabot in #1368
- build(deps): bump spring-cloud-gcp-storage from 4.1.4 to 4.2.0 by @dependabot in #1379
- build(deps): bump spring-boot-dependencies from 3.0.5 to 3.0.6 by @dependabot in #1378
- build(deps-dev): bump spring-cloud-gcp-core from 4.1.4 to 4.2.0 by @dependabot in #1380
- build(deps): bump jacoco-maven-plugin from 0.8.9 to 0.8.10 by @dependabot in #1385
- build(deps): bump google-cloud-storage from 2.22.0 to 2.22.1 by @dependabot in #1388
- build(deps-dev): bump google-cloud-nio from 0.126.13 to 0.126.14 by @dependabot in #1389
- build(deps): bump jakarta.activation-api from 2.1.1 to 2.1.2 by @dependabot in #1392
- build(deps): bump solr-solrj from 9.2.0 to 9.2.1 by @dependabot in #1395
- build(deps): bump elasticsearch-rest-high-level-client from 7.17.9 to 7.17.10 by @dependabot in #1397
Instructions
The maven coordinates for this release are as follows:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-XXX-boot-starter</artifactId>
<version>3.0.2</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 -
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: 3.0.1...3.0.2
Version 2.9.0
What's Changed
- Fix/issue 1260 2.x.x by @paulcwarren in #1359
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.9.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 Sprint 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.8.0...2.9.0
Version 3.0.1
What's Changed
- fix: rest layer should recognize stores interfaces from new 'org/springframework/content/commons/store/**' package by @paulcwarren in #1345
- build(deps): bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #1336
- build(deps): bump ojdbc8 from 21.8.0.0 to 21.9.0.0 by @dependabot in #1337
- build(deps): bump asciidoctor-maven-plugin from 2.2.2 to 2.2.3 by @dependabot in #1340
- build(deps): bump maven-surefire-plugin from 2.22.2 to 3.0.0 by @dependabot in #1341
- build(deps): bump jacoco-maven-plugin from 0.8.8 to 0.8.9 by @dependabot in #1344
Instructions
The maven coordinates for this release are as follows:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-XXX-boot-starter</artifactId>
<version>3.0.1</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 -
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: 3.0.0...3.0.1
Version 3.0.0
Highlights
The 3.x release line is implemented against Spring Boot 3/Spring Framework 6 and now requires Java 17.
Deprecations
- Package
org/springframework/content/commons/repository/**
has been deprecated and is scheduled for removal in Spring Content 4.x. Packageorg/springframework/content/commons/store/**
replaces it.
Removals
- The experimental module Spring Content CMIS has been removed from the 3.x release line. A key library, apache chemistry, that provided the REST bindings for our CMIS support does not support Java 17 and appears to have no plans to. We have no bandwidth to fork and maintain this library and as a result we had to make the difficult decision to drop this experimental module so we could support Spring Boot 3/Spring Framework 6. We apologize for any inconvenience.
What's Changed
- Spring Boot 3 migration by @paulcwarren in #1288
- build(deps): bump spring-boot-dependencies from 2.7.8 to 3.0.5 by @dependabot in #1320
- build(deps): bump spring-vault-core from 3.0.0 to 3.0.2 in /spring-content-encryption by @dependabot in #1324
- build(deps): bump azure-storage-file-share from 12.16.2 to 12.17.1 by @dependabot in #1310
- build(deps): bump azure-storage-blob from 12.20.2 to 12.21.1 by @dependabot in #1311
- build(deps): bump spring-cloud-gcp-storage from 3.4.2 to 4.1.3 by @dependabot in #1322
- build(deps): bump google-cloud-storage from 2.16.0 to 2.20.2 by @dependabot in #1319
- build(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #1333
- build(deps): bump hibernate-core from 6.1.6.Final to 6.1.7.Final by @dependabot in #1331
- build(deps): bump spring-cloud-dependencies from 2022.0.1 to 2022.0.2 by @dependabot in #1330
- build(deps): bump jakarta.activation-api from 2.0.1 to 2.1.1 by @dependabot in #1332
- build(deps): bump solr-solrj from 8.11.2 to 9.2.0 by @dependabot in #1334
- build(deps-dev): bump google-cloud-nio from 0.126.3 to 0.126.10 by @dependabot in #1321
- build(deps-dev): bump spring-cloud-gcp-core from 4.0.0 to 4.1.3 by @dependabot in #1329
Instructions
The maven coordinates for this release are as follows:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-XXX-boot-starter</artifactId>
<version>3.0.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 -
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.8.0...3.0.0
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
Version 2.7.0
What's Changed
- Feat/spring content encryption by @paulcwarren in #1136
- docs: spring-content-encryption docs updates by @paulcwarren in #1183
- ClassWalker now defaults to calculating content property name greedily by @paulcwarren in #1161
- fix: use multi-part file size to set content length property by @igdianov in #1156
- Bump azure-storage-blob from 12.19.1 to 12.20.0 by @dependabot in #1111
- Bump azure-storage-file-share from 12.15.1 to 12.16.0 by @dependabot in #1112
- Bump spring-cloud-gcp-core from 3.3.0 to 3.4.0 by @dependabot in #1114
- Bump spring-cloud-gcp-storage from 3.3.0 to 3.4.0 by @dependabot in #1115
- Bump spring-boot-dependencies from 2.7.4 to 2.7.5 by @dependabot in #1121
- Bump google-cloud-storage from 2.13.0 to 2.14.0 by @dependabot in #1129
- Bump google-cloud-nio from 0.124.16 to 0.124.19 by @dependabot in #1130
- Bump spring-cloud-dependencies from 2021.0.4 to 2021.0.5 by @dependabot in #1139
- Bump google-cloud-storage from 2.14.0 to 2.15.0 by @dependabot in #1140
- Bump google-cloud-nio from 0.124.19 to 0.124.20 by @dependabot in #1142
- Bump azure-storage-file-share from 12.16.0 to 12.16.1 by @dependabot in #1148
- Bump azure-storage-blob from 12.20.0 to 12.20.1 by @dependabot in #1150
- Bump localstack from 1.17.5 to 1.17.6 by @dependabot in #1151
- Bump test-containers.version from 1.17.5 to 1.17.6 by @dependabot in #1152
- Bump google-cloud-storage from 2.15.0 to 2.15.1 by @dependabot in #1154
- Bump google-cloud-nio from 0.124.20 to 0.124.21 by @dependabot in #1157
- Bump google-cloud-storage from 2.15.1 to 2.16.0 by @dependabot in #1172
- Bump google-cloud-nio from 0.124.21 to 0.125.0 by @dependabot in #1174
- Bump ojdbc8 from 21.7.0.0 to 21.8.0.0 by @dependabot in #1175
- Bump localstack from 1.17.5 to 1.17.6 by @dependabot in #1176
- Bump vault from 1.17.3 to 1.17.6 by @dependabot in #1178
- Bump google-cloud-nio from 0.125.0 to 0.126.0 by @dependabot in #1181
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.6.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
@paulcwarren
@igdianov made their first contribution in #1156
Full Changelog: 2.6.0...2.7.0
Version 2.6.0
What's Changed
- Make content links processor consider @RestResource annotations when constructing linkrel's by @paulcwarren in #1075
- folder now supports cmis:description by @tomas-pritrsky in #1076
- Updates in support of client-side encryption by @paulcwarren in #1027
- Getting a resource's lastModified is safe by @paulcwarren in #1105
Bumps
- Bump azure-storage-file-share from 12.15.0 to 12.15.1 by @dependabot in #1070
- Bump azure-storage-blob from 12.19.0 to 12.19.1 by @dependabot in #1071
- Bump google-cloud-storage from 2.11.3 to 2.12.0 by @dependabot in #1077
- Bump google-cloud-nio from 0.124.14 to 0.124.15 by @dependabot in #1078
- Bump poi-ooxml from 5.2.2 to 5.2.3 by @dependabot in #1080
- Bump spring-boot-dependencies from 2.7.3 to 2.7.4 by @dependabot in #1086
- Bump commons-text from 1.9 to 1.10.0 by @dependabot in #1091
- Bump pdfbox-tools from 2.0.26 to 2.0.27 by @dependabot in #1093
- Bump test-containers.version from 1.17.3 to 1.17.4 by @dependabot in #1094
- Bump localstack from 1.17.3 to 1.17.4 by @dependabot in #1095
- Bump pdfbox from 2.0.26 to 2.0.27 by @dependabot in #1096
- Bump google-cloud-nio from 0.124.15 to 0.124.16 by @dependabot in #1099
- Bump google-cloud-storage from 2.12.0 to 2.13.0 by @dependabot in #1101
- Bump localstack from 1.17.4 to 1.17.5 by @dependabot in #1102
- Bump test-containers.version from 1.17.4 to 1.17.5 by @dependabot in #1103
- Bump s3 from 2.17.268 to 2.17.289 by @dependabot in #1108
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.6.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
@paulcwarren
@tomas-pritrsky made their first contribution in #1076
Full Changelog: 2.5.0...2.6.0
Version 2.5.0
What's Changed
- rel: bump to 2.5.0-SNAPSHOT by @paulcwarren in #987
- Bump test-containers.version from 1.15.3 to 1.17.3 by @dependabot in #972
- fix: optimistic lock interceptor should intercept new PropertyPath-ba… by @paulcwarren in #1028
- Bump azure-storage-blob from 12.17.1 to 12.18.0 by @dependabot in #988
- Bump azure-storage-file-share from 12.13.1 to 12.14.0 by @dependabot in #989
- Bump spring-boot-dependencies from 2.7.1 to 2.7.2 by @dependabot in #1006
- Bump spring-cloud-aws-context from 2.4.1 to 2.4.2 by @dependabot in #1008
- Bump azure-storage-blob from 12.18.0 to 12.19.0 by @dependabot in #1033
- Bump azure-storage-file-share from 12.14.0 to 12.15.0 by @dependabot in #1036
- Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 by @dependabot in #1037
- Bump spring-boot-dependencies from 2.7.2 to 2.7.3 by @dependabot in #1043
- File storage should convert new content id values properly by @paulcwarren in #1044
- Add links to nested content properties by @vierbergenlars in #1041
- Bump google-cloud-storage from 2.9.0 to 2.11.3 by @dependabot in #1024
- Bump google-cloud-nio from 0.124.7 to 0.124.14 by @dependabot in #1025
- Class walker uses a stack to record visited classes and prevent stack overflows by @paulcwarren in #1052
- Bump jsoup from 1.15.2 to 1.15.3 by @dependabot in #1050
- MappingContext now generates a single content path per content property by @paulcwarren in #1055
- Bump ojdbc8 from 21.6.0.0.1 to 21.7.0.0 by @dependabot in #1056
- Bump s3 from 2.17.225 to 2.17.268 by @dependabot in #1064
- Bump spring-cloud-dependencies from 2021.0.3 to 2021.0.4 by @dependabot in #1063
- ContentLinksResourceProcessor generates unique links for each content… by @paulcwarren in #1059
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.5.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
Lars Vierbergen
Full Changelog: 2.4.0...2.5.0