| Having to depend on jsr250-api during builds is making the project import more complex with various tools. This was necessary as the @Generated annotation that the Loggers generate are missing on the compilation classpath when using JDK9, but there's a better option now: avoid generating such annotations altogether. Since they had retention "sources" this has no impact on the released code so I prefer it. |