-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update artifact coordinates for R2DBC Postgres driver #44
Comments
Hi @mp911de! In spring-gradle-plugins/dependency-management-plugin#319 I notice that when generate a new spring boot application from the starter it still produces: runtimeOnly 'io.r2dbc:r2dbc-postgresql' as the dependency and thus failed since GAV has changed. Do you know whether this issue should be resolved? (Modify the starter generating logic, I think.) |
That's something to be addressed by https://github.com/spring-io/start.spring.io |
@tisonkun I have opened spring-io/start.spring.io#881. |
Reflect r2dbc/r2dbc-bom#44 Signed-off-by: tison <[email protected]>
With the migration from the R2DBC org to the Postgres org,
r2dbc-postgres
changed its groupId fromio.r2dbc
toorg.postgresql
.The text was updated successfully, but these errors were encountered: