Caleb Cushing
                                            Caleb Cushing
                                        
                                    3.8.0 now. this is how I fixed it ```java configurations.all { resolutionStrategy.dependencySubstitution { substitute(module("org.checkerframework:jdk8:3.8.0")) .using(module("org.checkerframework:jdk8:3.+")) } } ``` > I'd still like to create the checkerFrameworkAnnotatedJDK configuration, to support older...
ah, ok, the documentation for CF doesn't imply that. then my rule probably should have been exclude instead. seems like the plugin could already do that though. TBF, I don't...
> You could consider running it in CI if running it on every compile is too onerous for the 200k project CI is already like 20 minutes, and I consider...
> but still, the value added by the Framework is so significant in my assessment that it's worth its overhead. for me I'm not so certain, not when I'm running...
I `@`ted you on https://github.com/typetools/checker-framework/issues/3991
workaround for the logging problem in case anyone finds this looking for that ```java @CommandLine.Option( names = { "--logging.level.com.xenoterracide.brix" } ) public void setLog( System.Logger.Level log ) { this.log =...
I'm pretty unlikely to do that at this point. The program I was writing to do this with has been replaced with a rust program. For a command line program...
Well, I'm considering looking at a different language, rust. Might be better to not use java. Yes things are adding up, death of a thousand cuts. And you can also...
https://github.com/spring-projects/spring-boot/issues/26709#issuecomment-851953515 also confirms this problem by the boot developer
As you can see in The ticket it was fedora, So definitely Linux. That commit and repo is still there if you want to take a look. I think I...