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
[Bug]: Hello World Sample uses a deprecated method (.major())
From the docs:
major Link icon @Deprecated(since="10")
public int major()
Deprecated.
As of Java SE 10, the first element of a version number is not the major-release number but the feature-release counter, incremented for every time-based release. Use the feature() method in preference to this method. For compatibility, this method returns the value of the feature element.
Returns the value of the major element of the version number.
Returns:
The value of the feature element