spring-projects / spring-boot

Spring Boot
https://spring.io/projects/spring-boot
Apache License 2.0
74.97k stars 40.65k forks source link

Upgrade to Spring Data Bom 2022.0.7 #35738

Closed wilkinsona closed 1 year ago

mp911de commented 1 year ago

Project Dependencies Spring Data 2022.0.7

snicoll commented 1 year ago

@mikereiche Couchbase client 3.4.7 is out so I've upgraded to it. Can you please confirm that's ok?

mikereiche commented 1 year ago

They replaced a couple methods in a new api. I'll make a fix.

mikereiche commented 1 year ago

I checked the fix into main. https://github.com/spring-projects/spring-data-couchbase/issues/1754

So in the May release, the reference to the defunct methods (ScanTerm.minimum()/maximum()) was not present, and in the June release, the reference to the defunct method has been removed.
The commit that added the reference was cf9bdde6ef2bc9147e2ccfcb95e1abe0bce31b87.

mp911de commented 1 year ago

@mikereiche Seems the backport to the 5.0.x branch in Spring Data Couchbase is missing as the 2022.0 release train contains Spring Data Couchbase 5.0.x (see https://github.com/spring-projects/spring-data-build/wiki)