Caleb Cushing
Caleb Cushing
questions: 1. Has anyone whined at Java about this? I'd do it but I A don't know what I'm talking about, and B it'd be a lot more meaningful coming...
long term then, it might be a good idea to extract the "cglib" package to another jar and not make it available in spring boot by default (like v4). just...
Hmm... except `Initializer` is a `compileOnly` annotation. So I think the problem is that its scope as `implementation` is wrong. Sorry, I didn't notice it said "implementation" for that in...
> unfortunately I don't think its a graphql or apollo problem, but a microservice architecture one, more specifically with database per service, the problem wouldn't exist with a shared database....
this is the same as issue #8
sub personal account (for searching)
I'll say this, I personally don't want/need this as a replacement for a BOM, I just don't want to write the dependencies out one at a time to get the...
at least the most egregious problems appear to come from 3rd party starters, and not things spring itself depends on. Like vaadin. I want to buy all the people with...
I think you shouldn't do -if-exists, or if you do it should be disable-able, I haven't tried this just yet