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

Java agent that enables class reloading in a running JVM

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

Currently Spring loaded ignores all classes under the grails/\* package, but some plugins exist under `grails/plugins/*` When developing these plugins reloading doesn't work, it would be nice if it could...

env: - jdk1.8.0.45 - idea14.1.3 - spring-boot-1.2.3-RELEASE - spring-loaded-1.2.3-RELEASE vm options: -javaagent:/Users/li/Downloads/springloaded-1.2.3.RELEASE.jar -noverify ![image](https://cloud.githubusercontent.com/assets/75619/7878115/f7364d32-0615-11e5-9175-81f57110387e.png) After the configuration, the console first line has a hint: `/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/bin/java -..../Contents/Home/jre/lib/libinstrument.dylib. One of the two...

I have some Java files generated from google protobuffer file. These java files are very complicated with deep embedded inner class. While I modify the protobuffer file(ie, add one field)...

Sometimes when I modify some code, and then re-execute it I have some problems with the repositories interfaces implementation created by Spring Data JPA, ending up with exceptions like this:...

I'm trying to see if the Eclipse plug-in development experience could be enhanced by running hosted Eclipse instances with the spring-loaded agent. When launching an Eclipse plugin as an Eclipse...

Hi! I'm trying to use Spring-loaded in order to be able to reload class changes but I'm not able to launch the servlet container we are using (_Tomcat 8_). I'm...

How do we use Spring Loaded in STS (eclipse)? I've tried adding ``` text -javaagent:C:\Users\harkonnis\src\hp-dsat\springloaded-1.2.0.BUILD-20140409.201438-12.jar -noverify ``` to my VM arguments list in Run Configurations, so in total it contains...

Hi, I don't know if the title is correct, so I will try to describe issue. I've added HikarcCP packages to exclusions but I was surprised when I got: ```...

Hello, I see that not all classes are preprocessed and in such case I see something like: ``` INFO: WhyNotReloadable? The type javax/naming/CommunicationException is using a package name 'javax/' which...

I had like many others problem running grails applications using the latest jdk version. As I still have problems with the fedora openjdk (based on and early icedtea 2.3.10), I...