spring-loaded
spring-loaded copied to clipboard
Java agent that enables class reloading in a running JVM
Hi, is it possible to setup spring-loaded in a way that it can handle code replacement between an IDE on one machine and an application running on another?
Crash if jdk8 interface with default methods implemented by abstract class. ``` public interface I { public default void testI() {} } public abstract class IA implements I { }...
Because spring-loaded uses java.util.logging the LogManager is eagerly initialized. Because Wildfly uses modular class loading this happens before the Modules system has been set up, and as a result the...
When using the restTemplate.xForObject() or restTemplate.exchange() I get a segmentation fault A fatal error has been detected by the Java Runtime Environment: SIGSEGV (0xb) at pc=0x000000010474adc2, pid=85502, tid=20995 JRE version:...
Hi, I often see this message on the console saying GRAILS-7799: Subtype 'com.sun.proxy.$Proxy251' of reloadable type com.xxx.xxxRepository is not reloadable: may not see changes reloaded in this hierarchy (please comment...
java.lang.ClassCastException: cannot assign instance of com.google.common.collect.ImmutableList$SerializedForm to field com.foo.Bar.authorities of type java.util.Collection in instance of com.foo.Bar Serialization is used to clone an object, like so: clone = (Bar) org.springframework.util.SerializationUtils.deserialize( org.springframework.util.SerializationUtils.serialize(bar)...
I try getting started examples of Spring. Almost all of them use Spring Boot. I use Eclipse Mars (not STS). Without spring-loaded dependency, everything looks fine. When I put the...
Hello, I'm currently developing Alfresco sdk with netbeans, but I'm having issues where I am not able to use springloaded. It works well on eclipse, but I prefer to use...
Hey there, I'm currently researching the usage of spring-loaded with IBM's WAS Liberty Profile and find it incompatible. When spring-loaded is added as a java agent, Liberty is unable to...
Hi..I have tried spring loaded. It is working fine for projects which is not having sap jco jar. Sap JCO jar projects throwing error java.lang.ExceptionInInitializerError: JCO.classInitialize(): Could not load middleware...