Comment From: mp911de

Project Dependencies Spring Data 2022.0.7

  • Cassandra Driver (com.datastax.oss:java-driver-bom): 4.15.0
  • Couchbase Client (com.couchbase.client:java-client): 3.4.6
  • Elasticsearch (org.elasticsearch.client:elasticsearch-rest-high-level-client): 7.17.9
  • Elasticsearch REST Client (org.elasticsearch.client:elasticsearch-rest-client): 8.5.3
  • Jedis (redis.clients:jedis): 4.3.2
  • Lettuce (io.lettuce:lettuce-core): 6.2.4.RELEASE
  • MongoDB (org.mongodb:mongodb-driver-core): 4.8.2
  • Neo4j Driver (org.neo4j.driver:neo4j-java-driver): 5.9.0
  • Spring LDAP (org.springframework.ldap:spring-ldap-core): upgrade to 3.0.4 planned

Comment From: snicoll

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

Comment From: mikereiche

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

Comment From: mikereiche

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.

Comment From: mp911de

@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)