Caleb Cushing
Caleb Cushing
hmm... looking at possibly using rocker for project scaffolding, including `.java` files, though I find intellij at least is not so good once you put other syntax in there. yeah...
oh, man, this extension parsing is just a terrible experience ``` java.lang.IllegalArgumentException: Invalid template extension '.scaf/templates/TestApplication_java.rocker.html'. Expecting something like 'views/app/index.rocker.html') ``` I'm going to move on to a different templating...
simple to follow, but you only have a 1 sentence mention... I'd love docs on how to use, what it does, and perhaps whether there can be further integration with...
just want to say, I'm find with any refactor, if they do the needful
Has anyone done any benchmarks on startup time with large codebases? I don't fully understand the low level implications of JPMS. Isn't it supposed to know what jar's have what...
yet another bump, tf... it's not even calling the logger, I created a stub with throw errors.... and no errors are even being thrown.
@imnotjames @pleerock if I were to revive, or rewrite the PR how soon could this happen in a release? I don't like writing patches without knowing they'll get reviewed in...
@dsvensson I added #8205 partially because of that. It's worse because `libs.toml` creates the accessors; it's a library of "possible dependencies", which doesn't even mean they are actually ones. with...
lol, and somehow I'm back here. I was just reading https://github.com/jakartaee/common-annotations-api/blob/master/api/src/main/java/jakarta/annotation/Nullable.java and it says > * This annotation is useful mostly for overriding a {@link Nonnull} annotation. > * Static...
well... this is awkward, reading this in 2024 trying to solve the problem for `@TempDir` from junit. which none of these seem to work (tried outside of the conditional too)...