Axel Howind
Axel Howind
some fixes, some code cleanup
Static analysis (yes, I'm actually working on that ticket too) showed that the method `JsonOperationConsumer.getDefaultOutlineLevelFromStyleHierarchy()` does either not work or is overly complex. Look at the comments I added in...
Java 8 introduced the java.time package and since then it is recommended to use java.time classes instead of Date/Calendar etc. - your IDE hopefully warns you about this. ODF Toolkit...
Title says it all. I'll create a series of patches. But this will take some time.
see title
Injecting the static initializer into the class file seems to work, but the generated classfile cannot be loaded into the JVM, see [javassist#481](https://github.com/jboss-javassist/javassist/issues/481).
sonar should also run when pull requests are merged. @svanteschubert since I do not have access to the settings in Git, do you know if the configuration described in #386...
### Current Behavior I have a multi-module Gradle project where I see massive slow-downs during build when the configuration cache is invalidated. The build time is much longer than with...
Improve support for JDKs like Temurin that implement JEP 493 (Linking Run-Time Images without JMODs)
We now have initial support for JEP 493 enabled JDKs like Temurin 24+, but automatically determining the modules to use still relies on the jmods being present. For more details...
Improve support for JDKs like Temurin that implement JEP 493 (Linking Run-Time Images without JMODs)
I have applied PR #160 so that we have initial support for JEP 493 enabled JDKs like Temurin 24. This works if the user supplies the list of modules; the...