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
If you have both
spring-boot-starter-data-r2dbcandspring-boot-starter-data-jpain the same project, these two libraries in version 3.3 of Spring Boot usecom.github.jsqlparser:jsqlparserbut 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