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
Currently only Java 8 can be used. Even though it is still a highly used version and should therefore not be replaced it would be nice to also have a modern flavor e.g. Java 21 which apparently allows more.
E.g. if I put \p{M}\p{P} into the regex field and switch to Java 8 it shows me This script is unknown/invalid. Even though it works fine in my Java 21 application. So either the flavor is wrong in showing this warning or it is only supported in a higher Java version.
The text was updated successfully, but these errors were encountered:
Feature
Currently only Java 8 can be used. Even though it is still a highly used version and should therefore not be replaced it would be nice to also have a modern flavor e.g. Java 21 which apparently allows more.
E.g. if I put
\p{M}\p{P}
into the regex field and switch to Java 8 it shows meThis script is unknown/invalid
. Even though it works fine in my Java 21 application. So either the flavor is wrong in showing this warning or it is only supported in a higher Java version.The text was updated successfully, but these errors were encountered: