monnetchr

Results 3 issues of monnetchr

`Exception in thread "main" BUG! exception in phase 'semantic analysis' in source unit 'script1.groovy' Unsupported class file major version 61 at org.codehaus.groovy.control.CompilationUnit$ISourceUnitOperation.doPhaseOperation(CompilationUnit.java:884) at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:623) at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:389) at groovy.lang.GroovyClassLoader.lambda$parseClass$3(GroovyClassLoader.java:332) at org.codehaus.groovy.runtime.memoize.StampedCommonCache.compute(StampedCommonCache.java:163)...

Slf4j logs `[FAILED toString()]` when a StackOverflowError occurs. Except if it occurs in `addKeyValue`, then the exception is fatal: ```java import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class Scratch { private static...

**Bug description** The ResourcelessJobRepository cannot be used with a Partitioner: ``` [main] ERROR org.springframework.batch.core.step.AbstractStep - Encountered an error executing step step in job partitionJob org.springframework.batch.core.JobExecutionException: Cannot restart step from STARTING...

in: core
type: enhancement