arjang

Results 7 issues of arjang

### Expected Behavior Grails 5, JDK 11 app should stop without any error. ### Actual Behaviour Stopping app produces error `| Error Failed to start server java.util.concurrent.ExecutionException: org.gradle.internal.UncheckedException: java.lang.InterruptedException at...

status: awaiting feedback

Hi, Is there any plan to upgrade to rsa-sha2-512. It will not connect to any server after Ubuntu 20?

I am using - Using gradle version 3.4.1 in this shell. - Using grails version 3.3.11 in this shell. - Using java version 8.0.252-amzn in this shell. When i run...

### Expected Behavior Any changes to build.gradle should take effect after re-running "bootRun" ### Actual Behaviour You will not see any changes after re-run. You need to "clean" first then...

### Expected Behavior In Grails 5, i can get app environment name in GSP with ${grails.util.Metadata.current.getEnvironment()} ### Actual Behaviour ${grails.util.Metadata.current.getEnvironment()} returns nothing. I can however, get environment name with ${grails.util.Environment.current.name}....

### Expected Behavior In grails 5, I can hot change actions in controllers. It will show the result of my changes after auto re-compile. ### Actual Behaviour Grails 7 auto...

### Expected Behavior In Grails5, i can hot change (while grails running) i18n properties files and it will take effect after grails re complies. ### Actual Behaviour Grails 7 throws...