Paul Warren
Paul Warren
For Information: Spring Cloud AWS recently modified the protocol resolver that plugs into the Spring Resource Loader. They [removed access to the constructor that accepted an AmazonS3](https://github.com/spring-cloud/spring-cloud-aws/blob/17ccc832caa6d9260d3afa8e98720e26b15dd48e/spring-cloud-aws-core/src/main/java/org/springframework/cloud/aws/core/io/s3/SimpleStorageProtocolResolver.java#L57) that we relied...
Hi @marcellodesales, as far as I am aware this works as described in the multi-tenancy section [here](https://paulcwarren.github.io/spring-content/refs/snapshot/1.2.x/s3-index.html#_accessing_content) against Spring Cloud Hoxton.SR12. That said, that version of Spring Cloud is actually...
As a side note. I have now upgraded to Spring Cloud `2021.0.0` @marcellodesales. Thanks, also, for the update.
@dependabot rebase
Hi @kreymerman, thanks for raising. Regards the optimisticlockinginterceptor. Sounds pretty easy to update that interceptor with the new methods. That was an oversight on my part. Regards the merge. I...
Hi @kreymerman, looks the PR to add the additional property path methods to the optimistic lock interceptor is green. So I am going to merge that. Any chance you test...
Looks like the PR to investigate removing the merge [failed](https://github.com/paulcwarren/spring-content/actions/runs/2829861438) but right at the end in the cmis examples. That *might* be a false negative although those tests have been...
Hi @kreymerman , re SNAPSHOT testing. Great. Thanks for the update. Thanks for the analysis on the merge issue. In general I have just followed SD/SDR lead here where repository...
Hi @kreymerman , apologies for my tardy response times. Thanks for the detailed info. Super helpful. Please do evaluate some approaches. That would be greatly appreciated. A few quick comments...
Hi @kreymerman A few comments: > DefaultJpaStoreImpl methods can remain transactional They would have to. Otherwise a User using SC JPA with SCR (which doesnt create an outer txn) would...