Skip to content

Upgrade to Spring Data 2020.0.0-RC1 #23197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
snicoll opened this issue Sep 7, 2020 · 5 comments
Closed

Upgrade to Spring Data 2020.0.0-RC1 #23197

snicoll opened this issue Sep 7, 2020 · 5 comments
Assignees
Labels
status: noteworthy A noteworthy issue to call out in the release notes type: dependency-upgrade A dependency upgrade
Milestone

Comments

@snicoll
Copy link
Member

snicoll commented Sep 7, 2020

No description provided.

@snicoll snicoll added the type: dependency-upgrade A dependency upgrade label Sep 7, 2020
@snicoll snicoll added this to the 2.4.0-M3 milestone Sep 7, 2020
@wilkinsona wilkinsona added the status: noteworthy A noteworthy issue to call out in the release notes label Sep 8, 2020
wilkinsona added a commit that referenced this issue Sep 8, 2020
ReactiveDataAccessStrategy has been deprecated in Spring Data R2BC in
favor of R2dbcConverter (and StatementMapper and UpdateMapper). When
not using Boot, an R2dbcConverter bean is now defined by
AbstractR2dbcConfiguration. This commit updates
R2dbcDataAutoConfiguration to replace the definition of a
ReactiveDataAccessStrategy bean with the definition of an
R2dbcConverter bean.

See gh-23197
@wilkinsona
Copy link
Member

For those upgrading from Spring Boot 2.3, we should note that we now auto-configure a MappingR2dbcConverter rather than a ReactiveDataAccessStrategy. The latter has been deprecated in favour of the former (spring-projects/spring-data-r2dbc#447).

@mp911de
Copy link
Member

mp911de commented Sep 14, 2020

Spring Data dependencies:

  • org.mongodb:mongodb-driver-*:4.1.0
  • io.lettuce:lettuce-core:6.0.0.RC1
  • redis.clients:jedis:3.3.0
  • com.datastax.oss:java-driver-core:4.9.0
  • org.neo4j.driver:neo4j-java-driver:4.0.3
  • com.couchbase.client:java-client:3.0.8
  • org.elasticsearch.client:elasticsearch-rest-high-level-client:7.9.1
  • org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE
  • org.apache.solr:solr-core:8.5.2

@mp911de
Copy link
Member

mp911de commented Sep 15, 2020

Please also consider the upgrade to Lettuce 6.0.0.RC2. Spring Data will upgrade accordingly.

@snicoll
Copy link
Member Author

snicoll commented Sep 16, 2020

FTR there is a newer version of Solr but we can pick this up with Spring Data 2020.0.0 RC2.

@mp911de
Copy link
Member

mp911de commented Sep 16, 2020

Apache Solr 8.6 has upgraded to org.restlet.jee:org.restlet:jar:2.4.3 which is only available from a specific Maven repository (https://maven.restlet.talend.com/) and not from Maven Central.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: noteworthy A noteworthy issue to call out in the release notes type: dependency-upgrade A dependency upgrade
Projects
None yet
Development

No branches or pull requests

3 participants