Results 511 comments of Caleb Cushing

Yeah I don't understand the window side of this so much... Like the impact. I would think what it should be is (and I'm on my phone, code typos May...

I'm willing to look into this, I'm about to put my own massive copy-pasta of spring names into a convention catalog. What I'd need from you in order to achieve...

It would appear that I needed to add this, and that spring-boot-dependencies absolutely broke things ```kts implementation(platform(libs.dgs.platform.dependencies)) implementation(libs.graphql.java) ``` note: those map to `libs.versions.toml` ```toml dgs-platform-dependencies = { module =...

Just to be clear I'm not saying it should be added to implementation I'm saying that this isn't easy to make it work as documented. So either they should be...

> We haven't had a request for finer-grained control like that before. Do you have examples of jars with incorrect @NonNull annotations on parameters or https://github.com/nullable annotations on return values?...

It doesn't have to start based on the macOS or vice versa since it is just mapped to meta and whatever. The trickier thing is the sheer quantity of duplication.

it is, here's the source for that https://github.com/gradle/gradle/blob/5cb81304ee750fd32c943fefba19b5387000d226/subprojects/core-api/src/main/java/org/gradle/api/provider/Provider.java#L127 note: worth saying that I believe that gradle will be moving to jspecify in version 9, there's a ticket related to that...

I'm not entirely sure how some of these annotations are meant to be applied. In this case, my intention is that all packages should be considered part of the `@DomainLayer`...

I've been reflecting on how I would adhere to such designs if JPMS modules were permitted. Here's what I'm thinking: 1. Conceptually, `@Module` and a JPMS `module` are equivalent. -...

but it is a place to suggest improving documentation. I'm brain dumping because I don't know how to develop a comprehensive list of annotations that belong on modules; as from...