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
/appengine_standard/api_dev/src/main/java/com/google/appengine/api/search/dev/WordSeparatorAnalyzer.java:78: warning: [removal] Character(char) in Character has been deprecated and marked for removal
return !LuceneUtils.WORD_SEPARATORS.contains(new Character(c));
Since Java8 new gVisor sandbox, we removed a lot of code using the obsolete java security manager.
We still have some leftover that we might want to cleanup before testing with JDK25 later in 2025.
Also code using AccessController.doPrivileged(...) should be evaluated to complete deletion of java.security imports.
The text was updated successfully, but these errors were encountered: