John Ament
John Ament
@miguelcast thanks for the hint. I got something working. I did end up writing a local `onChange` function that sets the value and state (ensuring that the right state causes...
Hi @panga just wondering, is it necessary to use the groovy plugin to generate the value? I get that it could be dynamic, but I'm not sure having a large...
Right @panga adding automatic module names is on the todo. I was more questioning whether we needed to dynamically name them or if it makes sense to simply use a...
@shamoh did you mean to include this in examples? Or documentation perhaps? The only shaded output is - dist-micrprofile - util-cxf the CXF one is because of an issue specifically...
BTW, I've since dropped util-cxf since the packaging is on the user. It also turns out you can run hammock using spring boot maven plugin. I'm planning to put together...
Ok, I've sent you a contributor link. There's also this wiki page: https://github.com/hammock-project/hammock/wiki/PackagingUsingCapsule
Looks good. Would it make sense to be able to execute the example as a test? That's my aim for the next round of updates to the examples. Also, I'd...
oh and RE the build size, are you using normal packaging? or their delayed auto install feature?
What if, I can look for a bean of type `RequestLog` and set that on the jetty instance? I'm not sure there's an equivalent for undertow. Or maybe I don't...
Oh ok, I see what you want to do now. I know how to do this in undertow, and you've linked to how to do it in jetty. Need to...