Results 507 comments of Caleb Cushing

yeah, I couldn't find it when I viewed http://perladvent.org/

the problem is that it's very surprising behavior (that took me days to figure out what I was doing differently locally from remotely) that error prone isn't getting locked when...

oh, and I'm not the right person to ask about "why resolve", I'm just linking the explanation I got, and then reiterating my problem. I don't fully understand the why....

Just a thought, but could betterbags switch to using bagnon's library (it has a shared lib for the other shared frontend) as a backend? not certain if that would solve...

Possibly... I'm going to try to create a minimal reproducer on Monday. This results in additional problems. To be honest I actually don't have any direct dependency on the Jakarta...

[repro.tar.gz](https://github.com/user-attachments/files/15957493/repro.tar.gz) here's the reproducer. You'll note that I'm not using jakarta transaction directly and my module info doesn't depend on it. I've commented out the required fix in the build.gradle.kts...

I found an existing issue https://github.com/jakartaee/transactions/issues/214 There appears that at this time there are no plans to make this optional, but that the community can use the community process to...

Then please file a request for change the specification with Jakarta. It's their standard and they are very clearly stating that they will not be making a change to the...

I guess I'd love to know why you think it's a mistake on their end when they're saying it's not https://github.com/jakartaee/transactions/issues/214#issuecomment-1992154130

> But you could think of it as a design-bug in the spec, and we probably should have put the features that required CDI and Interceptors in a separate module....