BREAKING CHANGES
Fixed issue Page information when use Searchable 470 caused backward incompatible changes to the Searchable interface.
Usually, I try hard not to make breaking changes. In this case I decided it was better to make this change and fix the issue properly especially considering that this only breaks applications implemented directly against the Searchable API. Most users consume search through the REST API and will be unaffected. But apologies to anyone who does get broken.
Issues Closed
- S3StoreConfigurer vs. deprecated S3ObjectIdResolver 495
- StoreRestController performs too many queries 490
- Not needed AWS dependencies included to project 488
- Page information when use Searchable 470
PRs Merged
- Add a default implementation of configureS3ObjectIdResolvers 497
- Refactor store rest controller to optimize database access 494
- Initial support for GCS Storage 485
- Update gcs docs 491
- Replace aws-java-sdk with aws-java-sdk-s3 489
- Update tests to prove findAllVersionsLatest doesnt return working copies 472
- Searchable API uses Page 482
- Bump spring-cloud-dependencies from Hoxton.SR9 to Hoxton.SR10 496
- Bump spring-cloud-gcp-storage from 2.0.0 to 2.0.1 493
- Bump spring-cloud-gcp-core from 2.0.0 to 2.0.1 492
- Bump aws-java-sdk from 1.11.905 to 1.11.944 487
- Bump aws-java-sdk from 1.11.905 to 1.11.943 486
- Bump ginkgo4j from 1.0.12 to 1.0.13 484
- Bump aws-java-sdk from 1.11.905 to 1.11.942 483
- Bump aws-java-sdk from 1.11.905 to 1.11.941 481
- Bump aws-java-sdk from 1.11.905 to 1.11.940 480
- Bump poi-ooxml from 4.1.2 to 5.0.0 479
- Bump aws-java-sdk from 1.11.905 to 1.11.939 478
- Bump mockito-core from 3.7.0 to 3.7.7 477
- Bump spring-boot-dependencies from 2.4.1 to 2.4.2 476
- Bump aws-java-sdk from 1.11.905 to 1.11.938 475
- Bump aws-java-sdk from 1.11.905 to 1.11.937 474
- Bump aws-java-sdk from 1.11.905 to 1.11.936 473
- Bump aws-java-sdk from 1.11.905 to 1.11.935 471
- Bump aws-java-sdk from 1.11.905 to 1.11.934 469
Instructions
The maven coordinates for this release are as follows:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-XXX-boot-starter</artifactId>
<version>1.2.1</version>
</dependency>
where XXX can be:-
Storage Modules
fs
for the Spring Content Filesystem Modules3
for the Spring Content S3 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 -
cmis
for Spring Content CMIS Module -
solr
for the Spring Content Solr Module -
elasticsearch
for the Spring Content Elasticsearch Moduleand:-
-
spring-versions-jpa
for the Locking and Versioning Module
Contributors
Paul Warren