XComp commented on code in PR #25250:
URL: https://github.com/apache/flink/pull/25250#discussion_r1759416704
##########
flink-core/src/main/java/org/apache/flink/api/common/time/Time.java:
##########
@@ -32,10 +32,10 @@
/**
* The definition of a time interval. Similar to a simpler version of {@link
java.time.Duration}.
*
- * @deprecated Use {@link Duration}
+ * @deprecated Use {@link Duration}. Time needs to be kept until all external
libraries remove this.
*/
@Deprecated
-@PublicEvolving
+@Internal
Review Comment:
It was concluded that we should disable affected tests for now (see [2.0
release sync logs from Sep 11,
2024](https://cwiki.apache.org/confluence/display/FLINK/2.0+Release#id-2.0Release-09/11/24))
--
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]