George Gastaldi

Results 345 comments of George Gastaldi

I've checked https://github.com/jbosstm/narayana/compare/7.0.1.Final...7.0.2.Final and didn't notice any major changes, hence I believe this is safe to merge

Maybe related to https://github.com/quarkusio/registry.quarkus.io/issues/205?

If anyone could point me to some documentation on how to enable this, it would help :)

I followed the guide above and had trouble finding the dashboards on the main page. After some digging, I navigated to http://localhost:43915/dashboards and found them there. Can we star them...

@aloubyansky I thought of introducing a `MinimumQuarkusVersionBuildItem` which other extensions could produce and we perform the check here in a build step, failing the build (or logging a warning) if...

Right, I haven't yet checked if it might need some changes in core to allow that, but I agree

@geoand one use case is that extensions could specify the minimum Quarkus version they require to function (because they use an APi introduced from that version onwards). This would hopefully...

I am not sure yet what changes in core would need to be done to support this. My initial idea was so that extensions would produce BuildItems for the environment...

Because an extension would (in theory) not require changes in core and would work when an extension depending on it is included in an app using any existing Quarkus version