a Fix for Spring Boot is coming with 1.5.15
Proguard 6 use non-default compression for jar
with Spring boot and a Proguard 6 the repacker will not work with compessed jar. see https://github.com/spring-projects/spring-boot/issues/13720 So it is possible to create a jar without compression?
thank for answering. An Update logic will be great. For now you aneed to apply the...
Found one solution: changed in .metadata.plugins\net.sourceforge.pmd.eclipse.plugin\ruleset.xml...
Runtime Exception when loading stored ruleset file. Falling back to default ruleset.Unable to find referenced rule UseSingleton; perhaps the rule name is mispelled? #6
thanks for fast fixing. Now it works
ok good that you found the issue. But it seems that only the ModifierOrderQuickfix...