Dave Syer

Results 522 comments of Dave Syer

Thanks @mlchung that's a useful summary and a good example. The point really is that `spring-boot-*.jar` has mandatory and optional dependencies and `jdeps` doesn't know how to tell the difference....

It depends which features you need at runtime. E.g. see my examples above https://github.com/spring-projects/spring-framework/issues/26884#issuecomment-928948327 which both have fewer modules than yours.

Pretty sure it’s a runtime error. Why don’t you try it and report back?

It’s a natural next step. I’m on vacation until Aug 16, but I’ll connect with Eddu when I get back if you like. I would assume that his suggestions would...

Yeah, sure. I was meaning to do a Kafka sample anyway.

LGTM. Maybe after this is merged we can migrate all the Spring samples to use these features (would reduce the amount of boiler plate).

I don't know what's going on with Github actions. Doesn't look like anything I did?

Thanks for looking. It fails for me also locally, so I guess that's a problem, but I don't know how to solve it. I mean, the Kafka classes are on...