spring-loaded
spring-loaded copied to clipboard
Java agent that enables class reloading in a running JVM
Please help! Centos,java8,spring-boot(with tomcat8) command line: java -javaagent:springloaded-1.2.6.RELEASE.jar -noverify -Dspringloaded=watchJars=lib/first_warehouse-1.0.0.RELEASE.jar -jar bootstrap-1 .0.0.RELEASE-1.0.jar when put first_warehouse-1.0.0.RELEASE.jar to override it then doesn't reload this jar. why ?
Hi team, I have a project setup like this. /core /src/main/ /resources/META-INF/ web-fragment.xml /resources/jsp/ fragment.jsp /java/ FragmentTest.java /web /src/main/ /webapp/ /WEB-INF/web.xml /jsps/ parent.jsp /java/ ParentTest.java I am using spring loaded...
spring-loaded report error when running in jdk 10/9 This project has any plan to support new java version 10 and 9 ? ``` org.springsource.loaded.agent.SpringLoadedPreProcessor preProcess error: Unexpected problem transforming call...
version 3.1.1 working and show log version 5.0.6 working but not show log and i was check server option Moudules auto reload by default but 3.1.1 no options it's working...
e.g. @Bean@Component@RequestMapping and so on, how to dynamic loading these above annotations?
Spring 4 + Gretty 2.0.0(using spring loaded 1.2.5) works well. It prompt classloader error when class changed with Spring 5 + Gretty 2.0.0 as following error, I'm not sure it's...
During start up of my application i see a RuntimeException at org.springsource.loaded.agent.ClassPreProcessorAgentAdapter.transform(ClassPreProcessorAgentAdapter.java:104) cause by java.lang.RuntimeException: Method code too large! java.lang.RuntimeException: Reloading agent exited via exception, please raise a jira at...
I am trying to enable spring-loaded in Eclipse STS 4.6.3. I have taken the following steps. 1. Updated my pom to include springloaded. 2. Added `-javaagent:` to the VM arguments...
Hi, I'm working on a win7 64bit box, JDK 7.0.40. I'm unable to make breakpoints work for classes re-loaded through spring-loaded java-agent. I've tried Netbeans and IntellJ without success (any...
```` 2015-01-02 16:27:39,918 [http-nio-8112-exec-9] INFO : Initializing Spring FrameworkServlet 'dispatcherServlet' 2015-01-02 16:27:39,918 [http-nio-8112-exec-9] INFO : FrameworkServlet 'dispatcherServlet': initialization started 2015-01-02 16:27:40,075 [http-nio-8112-exec-9] INFO : FrameworkServlet 'dispatcherServlet': initialization completed in 157...