Android runtime does not support some JDK method,Please replace! #694
Replies: 7 comments 5 replies
-
To rephrase: Android does not support |
Beta Was this translation helpful? Give feedback.
-
These 2 methods have been in JGroups for years. Why is this relevant now? |
Beta Was this translation helpful? Give feedback.
-
I assume he's using JGroups 4.x? |
Beta Was this translation helpful? Give feedback.
-
Anyway, fixed and backported to 4.x |
Beta Was this translation helpful? Give feedback.
-
@belaban Sorry: My android app is Android 8.0, use jgroups report: NoSuchMethodException! If there is no value to modify, I will use the jgroups source code directly,Don't use maven. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Do you have a simple fix? Otherwise I suggest modify the src code and build yourself |
Beta Was this translation helpful? Give feedback.
-
org.jgroups.util.Util.methodNameToAttributeName(final String methodName) and attributeNameToMethodName(String attr_name)
Used android does not support JDK9 method:
java.util.regex.Matcher.appendTail(StringBuilder sb)
Please change!
Thanks!
@belaban
Beta Was this translation helpful? Give feedback.
All reactions