You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have both spring-boot-starter-data-r2dbc and spring-boot-starter-data-jpa in the same project, these two libraries in version 3.3 of Spring Boot use com.github.jsqlparser:jsqlparser but in different versions. This causes some methods that were added in version 4.9 to not exist in version 4.6, such as net.sf.jsqlparser.statement.select.Values
The text was updated successfully, but these errors were encountered:
hey, thanks for the explanation!
for anyone landing here with similar issue, besides read carefully the related issues, you can add the following dependency explicitly until it gets resolved on next release:
If you have both
spring-boot-starter-data-r2dbc
andspring-boot-starter-data-jpa
in the same project, these two libraries in version 3.3 of Spring Boot usecom.github.jsqlparser:jsqlparser
but in different versions. This causes some methods that were added in version 4.9 to not exist in version 4.6, such asnet.sf.jsqlparser.statement.select.Values
The text was updated successfully, but these errors were encountered: