-
Notifications
You must be signed in to change notification settings - Fork 7.5k
[Java] Remove Java 9/10/11 warnings #10673
Copy link
Copy link
Closed
Labels
P2Important issue, but not time-criticalImportant issue, but not time-criticalenhancementRequest for new feature and/or capabilityRequest for new feature and/or capabilityjavapending-cleanupThis issue is pending cleanup. It will be removed in 2 weeks after being assigned.This issue is pending cleanup. It will be removed in 2 weeks after being assigned.
Milestone
Metadata
Metadata
Assignees
Labels
P2Important issue, but not time-criticalImportant issue, but not time-criticalenhancementRequest for new feature and/or capabilityRequest for new feature and/or capabilityjavapending-cleanupThis issue is pending cleanup. It will be removed in 2 weeks after being assigned.This issue is pending cleanup. It will be removed in 2 weeks after being assigned.
Describe your feature request
Ray java support is mainly written in java 8. It has some compatibility issues with java 9 or higher version. Most compatibility are warnings like
Illegal reflective accesswarning. We should try to remove those warnings.