spring-loaded icon indicating copy to clipboard operation
spring-loaded copied to clipboard

Java agent that enables class reloading in a running JVM

Results 101 spring-loaded issues
Sort by recently updated
recently updated
newest added

Hi Yesterday I have installed spring loaded springloaded-1.2.4.RELEASE.jar at configuration of embedded jetty , spring 3.0.5 , hibernate 3.2GA ve . When ever I add a method in a business...

1. Use https://github.com/Artur-/spring-boot-loaded-vaadin 2. Remove the listener code in MyUI.java 3. Run using `mvn install spring-boot:run` 4. Open http://localhost:8080/ 5. Add the listener code back but leave imports out, creating...

If you start https://github.com/Artur-/spring-boot-loaded-vaadin using `mvn install spring-boot:run`, open http://localhost:8080/ and then change the listener in MyUI.java from an anonymous inner class to a lambda, a refresh of the page...

this is my run shell script ``` @echo off echo [INFO] Runing... cd %~dp0 cd .. set MAVEN_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,suspend=n,server=y -Xms256m -Xmx512m -XX:MaxPermSize=256m -Dspring.profiles.active=local -Dnet.spy.log.LoggerImpl=net.spy.memcached.compat.log.Log4JLogger set JAVA_OPTS=-Dspring.profiles.active=local call mvn...

can spring loaded monitor jar package change? If there is a web app application in Intellij Idea, then build a war package and put it into webapp dir of tomcat,...

Raised as a spring issue but I suspect it is spring loaded: https://jira.spring.io/browse/SWF-1654 Relates to serialization handling in the agent.

A reload on a class that uses a default method fails. Eg. Implement WithLogger below and invoke logger().info(...) This results in a failure: java.lang.NoSuchMethodError: SmsController.logger()Lorg/slf4j/Logger; ``` package test; import org.slf4j.Logger;...

Hello, Can you support the reload of properties files like i18n etc ? It seems to not working when i add a message and use it directly in my JSP.

Occasionally I see the dreaded Spring loaded agent exiting error which is caused by: | Error Caused by: java.util.ConcurrentModificationException | Error at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372) | Error at java.util.AbstractList$Itr.next(AbstractList.java:343) | Error at...

I've a webapp (Spring-3.1.0 + Struts 1.3.10 + JSF 2.1) which runs on Tomcat 7.0.25 with sun jdk 1.6.0_30. After adding springloaded-1.1.5 javaagent to the tomcat vm parameters, the below...