Results 416 comments of Caleb Cushing

Are you trying to maintain support for pre java 9?

I don't know what android's up to. Automatic module naming is backwards compatible for sure though.

I believe recent-er versions of gradle can generate the automatic module manifest (I need to do some research) are you amenable to upgrading if that's the path of least resistance?

Honestly, I went to do this, this morning, but I can't get the project to build. I'm not sure why you've done some things... so I don't want to mess...

hacky workaround (mostly using it to decide if freebuilder works for me, if not... then I have to decide what I want to do about that) ```kotlin plugins { id("org.gradlex.extra-java-module-info").version("1.+")...

Yeah, I'm just thinking there might be a better way to do whatever you're trying to do than there was in 6. You should just be able to copy and...

is that true? I would think it'd be roughly equivalent to `compileOnlyApi` in gradle... it doesn't result in a compile error. I can't find anything that says either way. https://www.oracle.com/corporate/features/understanding-java-9-modules.html...

I have one further comment about when annotations currently seem to be required on the compile class path, but I've only for sure seen this coming from things that you...

For clarity on warnings I'm referring to issues like this (linking to reproducer comment) https://github.com/spring-projects/spring-boot/issues/39901#issuecomment-1994540711 spring-core currently has this exact kind of issue with jsr305

> At least for now, that's not going to include, say, a @InitializedAfterConstruction annotation. But we'd be happy to see tools layer on their own such annotations if they find...