Steven Hawkins

Results 508 comments of Steven Hawkins

@jean-christophe-manciot that note may need some tweaking - it means that if you haven't already run a bulid, then the database will remain the default of h2.

> Yes, if I perform another build, all the enabled features are shown as such in the admin console. start without --optimized, start-dev, and the non-server commands (import, export, bootstrap-admin)...

@jean-christophe-manciot would https://github.com/keycloak/keycloak/pull/32433 make this situation clearer?

I'm not in favor of a warning because this is standard behavior wrt build-time options, and without careful wording could make it seem like we're warning against using --optimized (as...

Do you want to submit that in a pr? The only thing I would change is to use the term command instead of phase and mention the role of --optimized...

To clarify do the tests run incorrectly, or is this just unexpectedly logged? Either way can you provide more of the stacktrace? There have been two other issues addressed recently...

Can you increase the fabric8 logging? There is a debug message when the client is closed.

> I think that only the last part of the output is relevant, we can see that the for some reason, close() is called in io.fabric8.kubernetes.client.impl.BaseClient. Fabric8 won't proactively close...

> So there's no way I'm accidentally using the client after it has been closed. Perhaps not directly, but references to the client from within the try catch block can...