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