Raja Nagendra Kumar

Results 115 issues of Raja Nagendra Kumar

net.saliman.properties https://chatgpt.com/share/6886ea51-6460-8008-be7e-b1da9cd27e76 I want to avoid ``` val prjGroup: String = project.properties["prj.group"] as String val prjVer: String = project.properties["prj.ver"] as String val prjJDKVer: Int = project.properties["prj.jdkVer"]?.toString()?.toIntOrNull() ?: 8 ``` when...

Lack of forum, sorry, I am raising it as an issue. I am looking for any sample helloword code to see this work.. as my quick changes to the code...

``` java.lang.UnsupportedOperationException: Setting a Security Manager is not supported at java.base/java.lang.System.setSecurityManager(System.java:286) at com.github.stefanbirkner.systemlambda.SystemLambda.withSecurityManager(SystemLambda.java:792) at com.github.stefanbirkner.systemlambda.SystemLambda.catchSystemExit(SystemLambda.java:404) at com.example.cli.MyCLIAppTest.lambda$errorOutputIsCaptured$0(MyCLIAppTest.java:36) at com.github.stefanbirkner.systemlambda.SystemLambda.executeWithSystemErrReplacement(SystemLambda.java:886) at com.github.stefanbirkner.systemlambda.SystemLambda.tapSystemErr(SystemLambda.java:543) at com.example.cli.MyCLIAppTest.errorOutputIsCaptured(MyCLIAppTest.java:35) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) at java.base/java.lang.reflect.Method.invoke(Method.java:565) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at...

when run in JDK 17 ``` > Task :testClasses WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by com.github.stefanbirkner.systemlambda.SystemLambda (file:/C:/Users/nagkumar/.gradle/caches/modules-2/files-2.1/com.github.stefanbirkner/system-lambda/1.2.1/c3a1b0665a85dca53a90ab560d71db5cbca5f27e/system-lambda-1.2.1.jar) WARNING: Please consider...