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
The db.connection_string attribute that was available until 1.24.0 included is now deprecated as of version 1.25.0 (code).
As a shortcut, some @SuppressWarnings("deprecation") has been added in #10983 as the deprecation warnings make the build fail.
The task here is to remove all those extra @SuppressWarnings("deprecation") and replace usages of DbIncubatingAttributes.DB_CONNECTION_STRING with the following recommended (and stable) attributes:
server.address
server.port
The text was updated successfully, but these errors were encountered:
The
db.connection_string
attribute that was available until 1.24.0 included is now deprecated as of version 1.25.0 (code).As a shortcut, some
@SuppressWarnings("deprecation")
has been added in #10983 as the deprecation warnings make the build fail.The task here is to remove all those extra
@SuppressWarnings("deprecation")
and replace usages ofDbIncubatingAttributes.DB_CONNECTION_STRING
with the following recommended (and stable) attributes:server.address
server.port
The text was updated successfully, but these errors were encountered: