spring-loaded
spring-loaded copied to clipboard
Java agent that enables class reloading in a running JVM
public static T getIfNotNull(final Z object, final Supplier objectValue) { return object == null ? null : objectValue.get(); } @Test public void test() { final String id = null; MatcherAssert.assertThat(ConditionalOperation.getIfNotNull(id,...
spring-loaded version: 1.2.5 Define a interface like this: ` public interface IStatement { ``` String getScript(); default void printScript() { System.out.println(getScript()); } ``` ` Call this method will crash JVM...
Hi, Dear I worked conversion list to map with Java8 method reference. But, It failed to reload. I am using loaded-1.2.3. ``` @Service public class StatsService { public void copy()...
I am havening trouble using spring loaded with whatever. I am getting org.springsource.loaded.jvm.JVM : Problems copying method. Incompatible JVM? Maybe this is JDK issue the same thing happens if I...
Hi all, I would like to use spring-loaded, but cannot figure out, how to configure it in my environment. So I have Maven application with just normal Spring MVC(not Boot)...
With Grails 2.5.5, seemingly randomly I will get the following error. I've seen it for several different scenarios but this stack is coming from a simple change to a Grails...
A fatal error has been detected by the Java Runtime Environment:
Hi all! First, i run `mvn spring-boot:run` to start my project, then i change some `controller` parameters, last i compile the changed the controller file dependently. the terminal also show...
Can `Spring-Loaded` discover automatically a brand new class and send some event to application?
18:05:57,471 INFO [STDOUT] 2016-07-28 18:05:57 INFO SettingsFactory:267 - Optimize cache for minimal puts: disabled 18:05:57,471 INFO [STDOUT] 2016-07-28 18:05:57 INFO SettingsFactory:276 - Structured second-level cache entries: disabled 18:05:57,473 INFO [STDOUT]...