News

- Delete NAME field from Mode, RollbackOnError, StopOnError classes. - Change inner API in OperationWith, Options interfaces, ProxySelectOptions, BaseOptions classes ...
When trying to format the following class one runs into an IAE with Java < 15. package org.test; public class Test { void test() { String sealed = "a sealed test"; } } The stacktrace looks like this ...