Releases: paulcwarren/spring-content
Version 3.0.14
What's Changed
- fix: Send events when creating entities in multipart post by @rschev in #2070
- build(deps): bump software.amazon.awssdk:s3 from 2.26.29 to 2.26.30 by @dependabot in #2066
- build(deps): bump software.amazon.awssdk:s3 from 2.26.30 to 2.26.31 by @dependabot in #2067
- build(deps): bump software.amazon.awssdk:s3 from 2.26.31 to 2.27.0 by @dependabot in #2069
- build(deps): bump software.amazon.awssdk:s3 from 2.27.0 to 2.27.1 by @dependabot in #2071
- build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.127.20 to 0.127.21 by @dependabot in #2073
- build(deps): bump software.amazon.awssdk:s3 from 2.27.1 to 2.27.2 by @dependabot in #2076
- build(deps): bump software.amazon.awssdk:s3 from 2.27.2 to 2.27.3 by @dependabot in #2077
- build(deps): bump software.amazon.awssdk:s3 from 2.27.3 to 2.27.4 by @dependabot in #2078
- build(deps): bump software.amazon.awssdk:s3 from 2.27.4 to 2.27.5 by @dependabot in #2079
- build(deps): bump com.google.cloud:spring-cloud-gcp-storage from 5.5.0 to 5.5.1 by @dependabot in #2082
- build(deps): bump software.amazon.awssdk:s3 from 2.27.5 to 2.27.6 by @dependabot in #2081
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 5.5.0 to 5.5.1 by @dependabot in #2080
- build(deps): bump org.springframework.vault:spring-vault-core from 3.1.1 to 3.1.2 by @dependabot in #2084
- build(deps): bump software.amazon.awssdk:s3 from 2.27.6 to 2.27.7 by @dependabot in #2085
- build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 by @dependabot in #2086
- build(deps): bump com.google.cloud:google-cloud-storage from 2.41.0 to 2.42.0 by @dependabot in #2089
- build(deps): bump software.amazon.awssdk:s3 from 2.27.7 to 2.27.8 by @dependabot in #2088
- build(deps): bump commons-logging:commons-logging from 1.3.3 to 1.3.4 by @dependabot in #2087
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.14</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.13...3.0.14
Verison 3.0.13
What's Changed
- fix: findAllVersions should return provided entity when it is a versi… by @paulcwarren in #2056
- build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by @dependabot in #2050
- build(deps): bump software.amazon.awssdk:s3 from 2.26.21 to 2.26.22 by @dependabot in #2052
- build(deps): bump software.amazon.awssdk:s3 from 2.26.22 to 2.26.23 by @dependabot in #2054
- build(deps): bump software.amazon.awssdk:s3 from 2.26.24 to 2.26.25 by @dependabot in #2057
- build(deps): bump software.amazon.awssdk:s3 from 2.26.25 to 2.26.26 by @dependabot in #2058
- build(deps): bump org.elasticsearch.client:elasticsearch-rest-high-level-client from 7.17.22 to 7.17.23 by @dependabot in #2059
- build(deps): bump software.amazon.awssdk:s3 from 2.26.26 to 2.26.27 by @dependabot in #2060
- build(deps): bump com.google.cloud:google-cloud-storage from 2.40.1 to 2.41.0 by @dependabot in #2062
- build(deps): bump software.amazon.awssdk:s3 from 2.26.27 to 2.26.28 by @dependabot in #2064
- build(deps): bump com.oracle.database.jdbc:ojdbc8 from 23.4.0.24.05 to 23.5.0.24.07 by @dependabot in #2063
- build(deps): bump software.amazon.awssdk:s3 from 2.26.28 to 2.26.29 by @dependabot in #2065
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.13</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.12...3.0.13
Version 3.0.12
What's Changed
- fix: add a copyBufferSize bean that allows configuration of the buffer size used by the jpa store copyLarge operation by
@paulcwarren in #1981 - fix missing line break in s3.adoc by @frostyfab in #2005
- test: re-instate localstack for s3 testing by @paulcwarren in #2024
- Revert "--- (#1959)" by @paulcwarren in #2025
- deps/revert persistence api 3.2.0 bump by @paulcwarren in #2028
- dev: add a devcontainer file so contributor's can onboard more quickly by @paulcwarren in https://github.com/paulcwarren/spring-* * * update README.md by @paulcwarren in #2029
content/pull/2034 - update devcontainer.json - add dind feature by @paulcwarren in #2036
- fix: handle Spring Boot 3.2.4 ClientAbortExceptions by @paulcwarren in #2041
- Add "IF NOT EXISTS" clause in H2 database initialization by @DarioArena87 in #2040
- fix multipart requests on entities with a non-default initialized @Version property by @NielsCW in #2045
- build(deps): bump com.google.cloud:spring-cloud-gcp-storage from 5.3.0 to 5.4.0 by @dependabot in #1973
- build(deps): bump software.amazon.awssdk:s3 from 2.25.62 to 2.25.63 by @dependabot in #1972
- build(deps): bump org.springframework.cloud:spring-cloud-dependencies from 2023.0.1 to 2023.0.2 by @dependabot in #1974
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 5.3.0 to 5.4.0 by @dependabot in #1975
- build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 by @dependabot in #1979
- build(deps): bump software.amazon.awssdk:s3 from 2.25.63 to 2.25.64 by @dependabot in #1976
- build(deps): bump com.google.cloud:spring-cloud-gcp-storage from 5.4.0 to 5.4.1 by @dependabot in #1977
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 5.4.0 to 5.4.1 by @dependabot in #1978
- build(deps): bump software.amazon.awssdk:s3 from 2.25.64 to 2.25.65 by @dependabot in #1980
- build(deps): bump software.amazon.awssdk:s3 from 2.25.65 to 2.25.66 by @dependabot in #1982
- build(deps): bump software.amazon.awssdk:s3 from 2.25.66 to 2.25.67 by @dependabot in #1983
- build(deps): bump com.google.cloud:google-cloud-storage from 2.39.0 to 2.40.0 by @dependabot in #1984
- build(deps): bump software.amazon.awssdk:s3 from 2.25.67 to 2.25.68 by @dependabot in #1985
- build(deps): bump com.azure:azure-storage-file-share from 12.22.0 to 12.22.1 by @dependabot in #1986
- build(deps): bump software.amazon.awssdk:s3 from 2.25.68 to 2.25.69 by @dependabot in #1988
- build(deps): bump software.amazon.awssdk:s3 from 2.25.69 to 2.25.70 by @dependabot in #1989
- build(deps): bump software.amazon.awssdk:s3 from 2.25.70 to 2.26.0 by @dependabot in #1990
- build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.127.18 to 0.127.19 by @dependabot in #1991
- build(deps): bump software.amazon.awssdk:s3 from 2.26.0 to 2.26.1 by @dependabot in #1992
- build(deps): bump org.elasticsearch.client:elasticsearch-rest-high-level-client from 7.17.21 to 7.17.22 by @dependabot in #1993
- build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 by @dependabot in #1994
- build(deps): bump software.amazon.awssdk:s3 from 2.26.1 to 2.26.3 by @dependabot in #1995
- build(deps): bump software.amazon.awssdk:s3 from 2.26.3 to 2.26.4 by @dependabot in #1996
- build(deps): bump software.amazon.awssdk:s3 from 2.26.4 to 2.26.5 by @dependabot in #1997
- build(deps): bump software.amazon.awssdk:s3 from 2.26.5 to 2.26.6 by @dependabot in #1998
- build(deps): bump software.amazon.awssdk:s3 from 2.26.6 to 2.26.7 by @dependabot in #2000
- build(deps): bump org.springframework.boot:spring-boot-dependencies from 3.3.0 to 3.3.1 by @dependabot in #2001
- build(deps): bump software.amazon.awssdk:s3 from 2.26.7 to 2.26.8 by @dependabot in #2004
- build(deps): bump software.amazon.awssdk:s3 from 2.26.8 to 2.26.9 by @dependabot in #2006
- build(deps): bump software.amazon.awssdk:s3 from 2.26.9 to 2.26.10 by @dependabot in #2009
- build(deps): bump com.google.cloud:google-cloud-storage from 2.40.0 to 2.40.1 by @dependabot in #2010
- build(deps): bump software.amazon.awssdk:s3 from 2.26.10 to 2.26.11 by @dependabot in #2011
- build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.127.19 to 0.127.20 by @dependabot in #2012
- build(deps): bump software.amazon.awssdk:s3 from 2.26.11 to 2.26.12 by @dependabot in #2013
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 5.4.1 to 5.4.3 by @dependabot in #2014
- build(deps): bump com.google.cloud:spring-cloud-gcp-storage from 5.4.1 to 5.4.3 by @dependabot in #2015
- build(deps): bump software.amazon.awssdk:s3 from 2.26.12 to 2.26.13 by @dependabot in #2017
- build(deps): bump org.apache.poi:poi-ooxml from 5.2.5 to 5.3.0 by @dependabot in #2018
- build(deps): bump software.amazon.awssdk:s3 from 2.26.13 to 2.26.15 by @dependabot in #2020
- build(deps): bump commons-logging:commons-logging from 1.3.2 to 1.3.3 by @dependabot in #2021
- build(deps): bump software.amazon.awssdk:s3 from 2.26.15 to 2.26.16 by @dependabot in #2022
- build(deps): bump software.amazon.awssdk:s3 from 2.26.16 to 2.26.17 by @dependabot in #2023
- build(deps): bump com.azure:azure-storage-blob from 12.26.0 to 12.26.1 by @dependabot in #1987
- build(deps): bump software.amazon.awssdk:s3 from 2.26.17 to 2.26.18 by @dependabot in #2026
- build(deps): bump jakarta.persistence:jakarta.persistence-api from 3.1.0 to 3.2.0 by @dependabot in #2027
- build(deps): bump software.amazon.awssdk:s3 from 2.26.18 to 2.26.19 by @dependabot in #2030
- build(deps): bump org.springframework.cloud:spring-cloud-dependencies from 2023.0.2 to 2023.0.3 by @dependabot in #2033
- build(deps): bump com.google.cloud:spring-cloud-gcp-storage from 5.4.3 to 5.5.0 by @dependabot in #2031
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 5.4.3 to 5.5.0 by @dependabot in #2032
- build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 by @dependabot in #2035
- build(deps): bump software.amazon.awssdk:s3 from 2.26.19 to 2.26.20 by @dependabot in #2038
- build(deps): bump software.amazon.awssdk:s3 from 2.26.20 to 2.26.21 by @dependabot in #2047
- build(deps): bump com.azure:azure-storage-blob from 12.26.1 to 12.27.0 by @dependabot in #2046
- build(deps): bump com.azure:azure-storage-file-share from 12.22.1 to 12.23.0 by @dependabot in #2048
- build(deps): bump org.springframework.boot:spring-boot-dependencies from 3.3.1 to 3.3.2 by @dependabot in #2049
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.12</vers...
Version 3.0.11
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
Version 3.0.10
What's Changed
- fix: s3 reactive storage should use typedescriptors when calling convert by @paulcwarren in #1931
- fix: events should only be published once per content operation by @paulcwarren in #1901
- build(deps): bump com.azure:azure-storage-file-share from 12.21.1 to 12.21.2 by @dependabot in #1838
- build(deps): bump com.google.cloud:spring-cloud-gcp-storage from 5.0.3 to 5.0.4 by @dependabot in #1841
- build(deps): bump com.azure:azure-storage-blob from 12.25.1 to 12.25.2 by @dependabot in #1843
- build(deps): bump jakarta.activation:jakarta.activation-api from 2.1.2 to 2.1.3 by @dependabot in #1846
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 5.0.3 to 5.0.4 by @dependabot in #1837
- build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.127.13 to 0.127.14 by @dependabot in #1851
- build(deps): bump software.amazon.awssdk:s3 from 2.17.289 to 2.25.2 by @dependabot in #1849
- build(deps): bump software.amazon.awssdk:s3 from 2.25.2 to 2.25.5 by @dependabot in #1853
- build(deps-dev): bump com.theoryinpractise:halbuilder-standard from 4.1.1 to 4.1.2 by @dependabot in #1854
- build(deps): bump software.amazon.awssdk:s3 from 2.25.5 to 2.25.6 by @dependabot in #1855
- build(deps): bump software.amazon.awssdk:s3 from 2.25.6 to 2.25.7 by @dependabot in #1856
- build(deps): bump software.amazon.awssdk:s3 from 2.25.7 to 2.25.8 by @dependabot in #1857
- build(deps): bump com.google.cloud:spring-cloud-gcp-storage from 5.0.4 to 5.1.0 by @dependabot in #1858
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 5.0.4 to 5.1.0 by @dependabot in #1859
- build(deps): bump software.amazon.awssdk:s3 from 2.25.8 to 2.25.9 by @dependabot in #1860
- build(deps): bump software.amazon.awssdk:s3 from 2.25.9 to 2.25.10 by @dependabot in #1861
- build(deps): bump software.amazon.awssdk:s3 from 2.25.10 to 2.25.11 by @dependabot in #1864
- build(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #1865
- build(deps): bump software.amazon.awssdk:s3 from 2.25.11 to 2.25.12 by @dependabot in #1866
- build(deps): bump software.amazon.awssdk:s3 from 2.25.12 to 2.25.13 by @dependabot in #1867
- build(deps): bump software.amazon.awssdk:s3 from 2.25.13 to 2.25.14 by @dependabot in #1868
- build(deps): bump software.amazon.awssdk:s3 from 2.25.14 to 2.25.15 by @dependabot in #1871
- build(deps): bump com.azure:azure-storage-blob from 12.25.2 to 12.25.3 by @dependabot in #1874
- build(deps): bump software.amazon.awssdk:s3 from 2.25.15 to 2.25.16 by @dependabot in #1876
- build(deps): bump com.azure:azure-storage-file-share from 12.21.2 to 12.21.3 by @dependabot in #1875
- build(deps): bump commons-logging:commons-logging from 1.3.0 to 1.3.1 by @dependabot in #1877
- build(deps): bump software.amazon.awssdk:s3 from 2.25.16 to 2.25.17 by @dependabot in #1878
- build(deps): bump org.elasticsearch.client:elasticsearch-rest-high-level-client from 7.17.18 to 7.17.19 by @dependabot in #1879
- build(deps): bump software.amazon.awssdk:s3 from 2.25.17 to 2.25.18 by @dependabot in #1880
- build(deps): bump org.springframework.cloud:spring-cloud-dependencies from 2023.0.0 to 2023.0.1 by @dependabot in #1882
- build(deps): bump software.amazon.awssdk:s3 from 2.25.18 to 2.25.19 by @dependabot in #1881
- build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.127.14 to 0.127.15 by @dependabot in #1883
- build(deps): bump software.amazon.awssdk:s3 from 2.25.19 to 2.25.20 by @dependabot in #1884
- build(deps): bump commons-io:commons-io from 2.15.1 to 2.16.0 by @dependabot in #1885
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 5.1.0 to 5.1.2 by @dependabot in #1886
- build(deps): bump com.google.cloud:spring-cloud-gcp-storage from 5.1.0 to 5.1.2 by @dependabot in #1887
- build(deps): bump software.amazon.awssdk:s3 from 2.25.20 to 2.25.21 by @dependabot in #1888
- build(deps): bump software.amazon.awssdk:s3 from 2.25.21 to 2.25.22 by @dependabot in #1889
- build(deps): bump software.amazon.awssdk:s3 from 2.25.22 to 2.25.23 by @dependabot in #1890
- build(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 by @dependabot in #1891
- build(deps): bump software.amazon.awssdk:s3 from 2.25.23 to 2.25.24 by @dependabot in #1893
- build(deps): bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in #1895
- build(deps): bump software.amazon.awssdk:s3 from 2.25.24 to 2.25.25 by @dependabot in #1894
- build(deps): bump software.amazon.awssdk:s3 from 2.25.25 to 2.25.26 by @dependabot in #1896
- build(deps): bump software.amazon.awssdk:s3 from 2.25.26 to 2.25.27 by @dependabot in #1898
- build(deps): bump commons-io:commons-io from 2.16.0 to 2.16.1 by @dependabot in #1897
- build(deps): bump software.amazon.awssdk:s3 from 2.25.27 to 2.25.28 by @dependabot in #1899
- build(deps): bump org.elasticsearch.client:elasticsearch-rest-high-level-client from 7.17.19 to 7.17.20 by @dependabot in #1900
- build(deps): bump software.amazon.awssdk:s3 from 2.25.28 to 2.25.29 by @dependabot in #1902
- build(deps): bump software.amazon.awssdk:s3 from 2.25.29 to 2.25.30 by @dependabot in #1903
- build(deps): bump software.amazon.awssdk:s3 from 2.25.30 to 2.25.31 by @dependabot in #1905
- build(deps): bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 by @dependabot in #1908
- build(deps): bump software.amazon.awssdk:s3 from 2.25.40 to 2.25.46 by @dependabot in #1933
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.10</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.9...3.0.10
Version 3.0.9
What's Changed
- fix: multipart/form controller should set filename and content length by @paulcwarren in #1823
- build(deps): bump com.google.cloud:google-cloud-storage from 2.32.1 to 2.33.0 by @dependabot in #1806
- build(deps): bump org.asciidoctor:asciidoctor-maven-plugin from 2.2.5 to 2.2.6 by @dependabot in #1813
- build(deps): bump org.apache.solr:solr-solrj from 9.4.1 to 9.5.0 by @dependabot in #1815
- build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.127.11 to 0.127.13 by @dependabot in #1822
- Revert build(deps): bump com.google.cloud:google-cloud-storage (#1806… by @paulcwarren in #1824
- build(deps): bump com.google.cloud:spring-cloud-gcp-storage from 5.0.2 to 5.0.3 by @dependabot in #1826
- build(deps): bump org.asciidoctor:asciidoctor-maven-plugin from 2.2.6 to 3.0.0 by @dependabot in #1821
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 5.0.2 to 5.0.3 by @dependabot in #1829
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.9</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.8...3.0.9
Version 3.0.8
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
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
Version 3.0.6
What's Changed
- fix: ensure resource argument handler is before proxying handler argument resolver by @paulcwarren in #1592
- fix: store proxy beans now include a store translation interceptor th… by @paulcwarren in #1616
- build(deps): bump org.elasticsearch.client:elasticsearch-rest-high-level-client from 7.17.12 to 7.17.13 by @dependabot in #1600
- build(deps): bump com.google.cloud:google-cloud-storage from 2.26.1 to 2.27.0 by @dependabot in #1605
- build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.127.2 to 0.127.3 by @dependabot in #1607
- build(deps): bump com.azure:azure-storage-blob from 12.23.1 to 12.24.0 by @dependabot in #1610
- build(deps): bump com.azure:azure-storage-file-share from 12.19.1 to 12.20.0 by @dependabot in #1608
- build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #1612
- build(deps): bump com.google.cloud:spring-cloud-gcp-storage from 4.7.2 to 4.8.0 by @dependabot in #1618
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 4.7.2 to 4.8.0 by @dependabot in #1619
- build(deps): bump com.google.cloud:google-cloud-storage from 2.27.0 to 2.27.1 by @dependabot in #1623
- build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.127.3 to 0.127.4 by @dependabot in #1625
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.6</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.5...3.0.6
Version 3.0.5
What's Changed
- Feat/content preservation by @paulcwarren in #1406
- Fix typo in sample code by @tgeens in #148
- feat: content property now uses setAutoGrowNestedPaths when setting ccontent by @paulcwarren in #1510
- fix(setup): do not add junit as compile dependency by @claudia-maderthaner-infoniqa in #1542
- Add check for jakarta entity @id, fixes issue #1548 by @andye2004 in #1549
- refactor: typed content stores (e.g. FilesystemContentStore) now inherits from v3 ContentStore interface by @paulcwarren in #1551
- Optimize memory usage during upload of smaller files to amazon S3 by @juja0 in #1560
- Puts and posts that dont specify the Content-Type header should return 400 Bad Request by @paulcwarren in #1566
- Correct content-disposition response header to be of type 'attachment' by @vierbergenlars in #1570
- fix: now uses utf8 when setting content-dispostion filename by @paulcwarren in #1583
- When content is unset all storage now attempts to reset content length to its type's default value by @paulcwarren in #1554
- fix: rest and store mappingcontext now use a common property naming convention by @paulcwarren in #1573
- deps: remove the last vestigages of hibernate-core-jakarta by @paulcwarren in #1578
- build(deps): bump spring-cloud-gcp-storage from 4.4.0 to 4.5.0 by @dependabot in #1467
- build(deps): bump azure-storage-file-share from 12.18.1 to 12.18.2 by @dependabot in #1469
- build(deps-dev): bump spring-cloud-gcp-core from 4.4.0 to 4.5.0 by @dependabot in #1471
- build(deps): bump azure-storage-blob from 12.22.2 to 12.22.3 by @dependabot in #1473
- build(deps): bump spring-vault-core from 3.0.2 to 3.0.3 by @dependabot in #1475
- build(deps): bump google-cloud-storage from 2.22.4 to 2.23.0 by @dependabot in #1478
- build(deps-dev): bump google-cloud-nio from 0.126.17 to 0.126.18 by @dependabot in #1483
- build(deps): bump spring-cloud-gcp-storage from 4.5.0 to 4.5.1 by @dependabot in #1491
- build(deps-dev): bump spring-cloud-gcp-core from 4.5.0 to 4.5.1 by @dependabot in #1492
- deps: use org.hibernate.orm:hibernate-core instead of hibernate-core-jakarta by @paulcwarren in #1500
- build(deps-dev): bump google-cloud-nio from 0.126.18 to 0.126.19 by @dependabot in #1503
- build(deps): bump azure-storage-blob from 12.22.3 to 12.23.0 by @dependabot in #1504
- build(deps): bump azure-storage-file-share from 12.18.2 to 12.19.0 by @dependabot in #1506
- build(deps): bump google-cloud-storage from 2.23.0 to 2.24.0 by @dependabot in #1512
- build(deps): bump spring-vault-core from 3.0.3 to 3.0.4 by @dependabot in #1516
- build(deps): bump org.apache.solr:solr-solrj from 9.2.1 to 9.3.0 by @dependabot in #1523
- build(deps): bump elasticsearch-rest-high-level-client from 7.17.10 to 7.17.11 by @dependabot in #1493
- build(deps): bump com.google.cloud:spring-cloud-gcp-storage from 4.5.1 to 4.6.0 by @dependabot in #1526
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 4.5.1 to 4.6.0 by @dependabot in #1529
- build(deps): bump org.springframework.cloud:spring-cloud-dependencies from 2022.0.3 to 2022.0.4 by @dependabot in #1530
- build(deps): bump com.google.cloud:spring-cloud-gcp-storage from 4.6.0 to 4.7.0 by @dependabot in #1532
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 4.6.0 to 4.7.0 by @dependabot in #1534
- build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.126.19 to 0.127.0 by @dependabot in #1537
- build(deps): bump org.elasticsearch.client:elasticsearch-rest-high-level-client from 7.17.11 to 7.17.12 by @dependabot in #1540
- build(deps): bump com.google.cloud:google-cloud-storage from 2.24.0 to 2.26.0 by @dependabot in #1543
- build(deps): bump com.google.cloud:spring-cloud-gcp-storage from 4.7.0 to 4.7.1 by @dependabot in #1544
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 4.7.0 to 4.7.1 by @dependabot in #1547
- build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.127.0 to 0.127.1 by @dependabot in #1552
- build(deps): bump com.google.cloud:spring-cloud-gcp-storage from 4.7.1 to 4.7.2 by @dependabot in #1559
- build(deps-dev): bump com.google.cloud:spring-cloud-gcp-core from 4.7.1 to 4.7.2 by @dependabot in #1558
- build(deps): bump com.google.cloud:google-cloud-storage from 2.26.0 to 2.26.1 by @dependabot in #1563
- build(deps-dev): bump com.google.cloud:google-cloud-nio from 0.127.1 to 0.127.2 by @dependabot in #1572
- build(deps): bump com.azure:azure-storage-blob from 12.23.0 to 12.23.1 by @dependabot in #1579
- build(deps): bump com.azure:azure-storage-file-share from 12.19.0 to 12.19.1 by @dependabot in #1580
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.5</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
Full Changelog: 3.0.4...3.0.5