spring-loaded
spring-loaded copied to clipboard
Java agent that enables class reloading in a running JVM
My project is java application,use 'java -javaagent:./lib/springloaded-1.2.1.RELEASE.jar -noverify -jar Server.jar' command to start server.I modify some class and jar again,but it does not load,why?Thank you!
Hello, I thought I would give a try to Spring Loaded when developing against a Java app on Tomcat. I am using Tomcat 8.0.15, JDK 8, and various Spring frameworks...
Changing spring xml config doesn't seem to trigger anything with spring-loaded. Is this expected behavior? Even if these changes couldn't be loaded dynamically (which of course would be awesome), could...
Jetty 8.1.16.v20140903 jdk1.8.0_25 springloaded-1.2.1.RELEASE Intellij IDEA 14.0.2 java.lang.RuntimeException: Reloading agent exited via exception, please raise a jira at org.springsource.loaded.agent.ClassPreProcessorAgentAdapter.transform(ClassPreProcessorAgentAdapter.java:104) at sun.instrument.TransformerManager.transform(TransformerManager.java:188) at sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:428) at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:760) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)...
If the ConstantPoolChecker is in use, it can't cope with Java8 elements. For example: https://github.com/ratpack/example-ratpack-gradle-java-app
The files that I am trying to exclude are spread out through out my application. There is way too many of them to excluded individually. But the common thing is...
Hello, I get an exception with infinispan as soon as I set the spring-loaded agent. I'm using Tomcat 8 and Java 8. I think the class loader doesn't find the...
Hi. It seems newly created classes are not recognized in the running application. Can we expect such feature in the future? Thanks!
we are using Redis cache server in spring web application. when I apply spring-loaded in my web application I got a message below Does spring-loaded support object Serializable? I think...
Is there a way to disable the SpringPlugin? In my Weblogic container I get the following error a lot after reloading classes. I don't think I even care to have...