What's Changed
- fix: repository entity multipart controller should use request mappin… by @paulcwarren in #1968
- fix: properly prepare the response headers - dont re-use the requests by @paulcwarren in #1960
- fix checking mediaType when multipart boundary is present by @rschev in #1943
- fix multipart request without content by @rschev in #1948
- build(deps): bump org.apache.solr:solr-solrj from 9.5.0 to 9.6.0 by @dependabot in #1934
- build(deps): bump com.google.cloud:google-cloud-storage from 2.32.1 to 2.38.0 by @dependabot in #1936
- build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.127.15 to 0.127.17 by @dependabot in #1937
- build(deps): bump com.oracle.database.jdbc:ojdbc8 from 23.3.0.23.09 to 23.4.0.24.05 by @dependabot in #1939
- build(deps): bump software.amazon.awssdk:s3 from 2.25.46 to 2.25.50 by @dependabot in #1940
- build(deps): bump org.elasticsearch.client:elasticsearch-rest-high-level-client from 7.17.20 to 7.17.21 by @dependabot in #1942
- build(deps): bump com.azure:azure-storage-blob from 12.25.3 to 12.25.4 by @dependabot in #1941
- build(deps): bump com.azure:azure-storage-file-share from 12.21.3 to 12.21.4 by @dependabot in #1945
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 5.1.2 to 5.2.1 by @dependabot in #1947
- build(deps): bump commons-logging:commons-logging from 1.3.1 to 1.3.2 by @dependabot in #1949
- build(deps): bump com.google.cloud:spring-cloud-gcp-storage from 5.1.2 to 5.3.0 by @dependabot in #1950
- build(deps): bump software.amazon.awssdk:s3 from 2.25.50 to 2.25.54 by @dependabot in #1952
- build(deps): bump com.azure:azure-storage-file-share from 12.21.4 to 12.22.0 by @dependabot in #1951
- build(deps): bump software.amazon.awssdk:s3 from 2.25.54 to 2.25.55 by @dependabot in #1954
- build(deps): bump com.azure:azure-storage-blob from 12.25.4 to 12.26.0 by @dependabot in #1953
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 5.2.1 to 5.3.0 by @dependabot in #1957
- build(deps): bump software.amazon.awssdk:s3 from 2.25.55 to 2.25.56 by @dependabot in #1955
- build(deps): bump jakarta.persistence:jakarta.persistence-api from 3.1.0 to 3.2.0 by @dependabot in #1959
- build(deps): bump software.amazon.awssdk:s3 from 2.25.56 to 2.25.57 by @dependabot in #1958
- build(deps): bump software.amazon.awssdk:s3 from 2.25.57 to 2.25.58 by @dependabot in #1961
- build(deps): bump com.google.cloud:google-cloud-storage from 2.38.0 to 2.39.0 by @dependabot in #1962
- build(deps): bump org.springframework.boot:spring-boot-dependencies from 3.2.5 to 3.3.0 by @dependabot in #1963
- build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.127.17 to 0.127.18 by @dependabot in #1964
- build(deps): bump software.amazon.awssdk:s3 from 2.25.58 to 2.25.59 by @dependabot in #1965
- build(deps): bump software.amazon.awssdk:s3 from 2.25.59 to 2.25.60 by @dependabot in #1966
- build(deps): bump software.amazon.awssdk:s3 from 2.25.60 to 2.25.61 by @dependabot in #1967
- build(deps): bump software.amazon.awssdk:s3 from 2.25.61 to 2.25.62 by @dependabot in #1969
- build(deps): bump org.apache.solr:solr-solrj from 9.6.0 to 9.6.1 by @dependabot in #1970
New Contributors
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.11</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.10...3.0.11