Version 3.0.7
What's Changed
- fix: calling SetContent/UnsetContent on a deprecated ContentStore should comply with the given content disposition by @paulcwarren in #1708
- fix: add message when use Assert.notNull by @vincenting in #1702
- build(deps): bump com.oracle.database.jdbc:ojdbc8 from 23.2.0.0 to 23.3.0.23.09 by @dependabot in #1631
- build(deps): bump com.google.cloud:spring-cloud-gcp-storage from 4.8.0 to 4.8.1 by @dependabot in #1633
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 4.8.0 to 4.8.1 by @dependabot in #1636
- build(deps): bump org.elasticsearch.client:elasticsearch-rest-high-level-client from 7.17.13 to 7.17.14 by @dependabot in #1640
- build(deps): bump com.google.cloud:google-cloud-storage from 2.27.1 to 2.28.0 by @dependabot in #1641
- build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.127.4 to 0.127.5 by @dependabot in #1642
- build(deps): bump org.apache.solr:solr-solrj from 9.3.0 to 9.4.0 by @dependabot in #1644
- build(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 by @dependabot in #1645
- build(deps): bump com.google.cloud:spring-cloud-gcp-storage from 4.8.1 to 4.8.2 by @dependabot in #1647
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 4.8.1 to 4.8.2 by @dependabot in #1649
- build(deps): bump com.google.cloud:google-cloud-storage from 2.28.0 to 2.29.0 by @dependabot in #1654
- build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 by @dependabot in #1655
- build(deps): bump com.azure:azure-storage-blob from 12.24.0 to 12.24.1 by @dependabot in #1658
- build(deps): bump commons-io:commons-io from 2.11.0 to 2.15.0 by @dependabot in #1659
- build(deps): bump com.azure:azure-storage-file-share from 12.20.0 to 12.20.1 by @dependabot in #1661
- build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.127.5 to 0.127.6 by @dependabot in #1663
- build(deps): bump com.google.cloud:spring-cloud-gcp-storage from 4.8.2 to 4.8.3 by @dependabot in #1664
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 4.8.2 to 4.8.3 by @dependabot in #1665
- build(deps): bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 by @dependabot in #1667
- build(deps): bump com.google.cloud:google-cloud-storage from 2.29.0 to 2.29.1 by @dependabot in #1673
- build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.127.6 to 0.127.7 by @dependabot in #1675
- build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 by @dependabot in #1676
- build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by @dependabot in #1677
- build(deps): bump com.azure:azure-storage-blob from 12.24.1 to 12.25.0 by @dependabot in #1681
- build(deps): bump com.azure:azure-storage-file-share from 12.20.1 to 12.21.0 by @dependabot in #1680
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 4.8.3 to 4.8.4 by @dependabot in #1683
- build(deps): bump com.google.cloud:spring-cloud-gcp-storage from 4.8.3 to 4.8.4 by @dependabot in #1685
- build(deps): bump org.elasticsearch.client:elasticsearch-rest-high-level-client from 7.17.14 to 7.17.15 by @dependabot in #1687
- build(deps): bump org.apache.poi:poi-ooxml from 5.2.3 to 5.2.5 by @dependabot in #1699
- build(deps): bump org.springframework.vault:spring-vault-core from 3.0.4 to 3.1.0 by @dependabot in #1700
- build(deps): bump commons-io:commons-io from 2.15.0 to 2.15.1 by @dependabot in #1707
- build(deps): bump commons-logging:commons-logging from 1.2 to 1.3.0 by @dependabot in #1709
- build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by @dependabot in #1712
- build(deps): bump com.google.cloud:google-cloud-storage from 2.29.1 to 2.30.0 by @dependabot in #1716
- rel: bump to 3.0.7-SNAPSHOT by @paulcwarren in #1632
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.7</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
New Contributors
- @vincenting made their first contribution in #1702
Full Changelog: 3.0.6...3.0.7