Caleb Cushing
Caleb Cushing
If you wait until later, then code doesn't compile in the meantime. At least not if you're using a solution like nullaway. You're also giving yourself a very false sense...
so, what do you suggest should be done here? if I want to use the EE validator I'm going to have to find a way to allow the null to...
Oops, I just realized I may have missed many comments. Rereading will change if necessary. See here's the problem with the better tools. For JPA all of your fields have...
> I think there may also be some work on the side of the Eclipse Foundation in allowing records to be used in a future version of Jakarta Persistence. I...
> Regardless the trick that I would do is what I recommended earlier. Separate out the JPA code and have your build not run nullaway (or whatever else) on that...
CGLIB is dead, it doesn't work past LTS Java 11 (or was it 17). Java Config can just use proxies... and reflection, which are only magical up to a point...
> I'm not actually certain how @NotNull Optional is handled, does it actually DWIM? > Depends WYM! Assuming @NullMarked context, both Optional and String are treated as non-null (which is...
Is there some reason why maven doesn't declare the dependency as optional? why does the module info (arguably) disagree with the pom? could the pom be fixed in older version...
Spring boot has apparently decided that although they are they are willing to force Jakarta transaction upon us in certain circumstances that they are not willing to include these extra...
@tomjenkinson well... 🤷🏻♂️ all I can say is what I said. Spring Boot has decided not to follow the specification @philwebb says they think it's a bug here... https://github.com/spring-projects/spring-boot/issues/41203#issuecomment-2209210263