What's Changed
- feat: add support for creating entity with content in a single request by @paulcwarren in #1783
- fix: one more assert.notNull by @paulcwarren in #1718
- fix: use is null, not = null in all hibernate queries by @paulcwarren in #1727
- fix: make the new entity multipart controller confitional so it doesn… by @paulcwarren in #1803
- fix: always evaluate if-match headers when setting content, not just … by @paulcwarren in #1797
- build(deps): bump com.azure:azure-storage-blob from 12.25.0 to 12.25.1 by @dependabot in #1721
- build(deps): bump com.azure:azure-storage-file-share from 12.21.0 to 12.21.1 by @dependabot in #1722
- build(deps): bump com.google.cloud:google-cloud-storage from 2.30.0 to 2.30.1 by @dependabot in #1724
- build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.127.7 to 0.127.8 by @dependabot in #1726
- build(deps): bump org.springframework.cloud:spring-cloud-dependencies from 2022.0.4 to 2023.0.0 by @dependabot in #1725
- build(deps): bump org.springframework.boot:spring-boot-dependencies from 3.0.6 to 3.2.0 by @dependabot in #1697
- build(deps): bump com.google.cloud:spring-cloud-gcp-storage from 4.8.4 to 4.9.0 by @dependabot in #1732
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 4.8.4 to 4.9.0 by @dependabot in #1733
- build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by @dependabot in #1738
- build(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 by @dependabot in #1749
- build(deps): bump org.elasticsearch.client:elasticsearch-rest-high-level-client from 7.17.15 to 7.17.16 by @dependabot in #1735
- build(deps): bump com.google.cloud:spring-cloud-gcp-storage from 4.9.0 to 5.0.0 by @dependabot in #1736
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 4.9.0 to 5.0.0 by @dependabot in #1737
- build(deps): bump org.springframework.vault:spring-vault-core from 3.1.0 to 3.1.1 by @dependabot in #1764
- build(deps): bump org.asciidoctor:asciidoctor-maven-plugin from 2.2.4 to 2.2.5 by @dependabot in #1766
- build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 by @dependabot in #1765
- build(deps): bump com.google.cloud:google-cloud-storage from 2.30.1 to 2.31.0 by @dependabot in #1769
- build(deps): bump org.apache.solr:solr-solrj from 9.4.0 to 9.4.1 by @dependabot in #1771
- build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.127.8 to 0.127.9 by @dependabot in #1772
- build(deps): bump com.google.cloud:google-cloud-storage from 2.31.0 to 2.32.0 by @dependabot in #1775
- build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.127.9 to 0.127.10 by @dependabot in #1777
- build(deps): bump com.google.cloud:google-cloud-storage from 2.32.0 to 2.32.1 by @dependabot in #1782
- build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.127.10 to 0.127.11 by @dependabot in #1784
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 5.0.0 to 5.0.1 by @dependabot in #1787
- build(deps): bump com.google.cloud:spring-cloud-gcp-storage from 5.0.0 to 5.0.1 by @dependabot in #1789
- build(deps): bump org.elasticsearch.client:elasticsearch-rest-high-level-client from 7.17.16 to 7.17.17 by @dependabot in #1779
- build(deps): bump org.elasticsearch.client:elasticsearch-rest-high-level-client from 7.17.17 to 7.17.18 by @dependabot in #1805
- build(deps): bump com.google.cloud:spring-cloud-gcp-storage from 5.0.1 to 5.0.2 by @dependabot in #1801
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 5.0.1 to 5.0.2 by @dependabot in #1800
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.8</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
Full Changelog: 3.0.7...3.0.8