Jeremy Landis
Jeremy Landis
See https://endoflife.date/spring-framework This will change if Spring changes. Do note we follow OSS support not commercial. If you need commercial support, please sponsor this project.
This project is great but it needs help from users of it to contribute to make it better. I have been sole contributor for many years now and unfortunately for...
See https://tomcat.apache.org/tomcat-85-eol.html At such time, support with psi-probe will also drop said support. We will release one final release at or around that time before dropping support.
Logs are detected on the classpath for known types. This are ones you can change on the fly during runs. If you need logging support for custom or otherwise not...
fixes #757 Original change in d1d5852 only addressed java and did so at detriment of all formatters. This caused certain platforms to continually update the cache file on every build....
This commit https://github.com/revelc/formatter-maven-plugin/commit/d1d5852eeb377d1fc92725bb7eae36427f35081a is breaking caching. Multiple issues... - It only addressed java files. All the formatters go through that same code. So it is treating all files as if...
Currently as discovered in a port attempt over to impsort, the cache was written, then closed, reopened, sorted, and removed the timestamp incorrectly after sorting instead of before. We need...
Today, the caching system relies on creation of a cache file. After spending a great deal of time with this over last year or so and saving the cache across...
It appears after upgrade from jdk 17.0.9 to 17.0.10 that builds started failing on windows when running javap. Not sure javap run is worthwhile as gradle should be compiling code...