What does it mean for the Java API that "Warning: This API is deprecated and will be removed in a future version of TensorFlow after the replacement is stable."?

What does it mean for the Java API that “Warning: This API is deprecated and will be removed in a future version of TensorFlow after the replacement is stable.”?

I thought of using the Java API, but does this mean that it’s a deprecated feature?

This is the old TensorFlow Java API that is deprecated, the new and maintained one has its own repository for a while now and you can safely use it:

The old code in the main TF repo should be removed and I intend to raise an issue for doing it, as it is misleading.

For this matter: Deleting legacy Java client from TensorFlow main repository · Issue #58424 · tensorflow/tensorflow · GitHub