dimas-b commented on code in PR #3735:
URL: https://github.com/apache/polaris/pull/3735#discussion_r2794289478


##########
polaris-core/src/main/java/org/apache/polaris/core/config/PolarisConfiguration.java:
##########
@@ -174,13 +174,16 @@ public Builder<T> catalogConfig(String catalogConfig) {
     }
 
     /**
-     * Used to support backwards compatibility before there were reserved 
properties. Usage of this
-     * method should be removed over time.
-     *
-     * @deprecated Use {@link #catalogConfig()} instead.
+     * @deprecated Use {@link #catalogConfig()} or {@link 
#legacyConfig(String)} instead.

Review Comment:
   Updated javadoc. Added deprecation "for removal".
   
   I do not think we specifically need to flag a future version when it will be 
removed. In the end, who know what future version number will be, eh? ;)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to