Closed melloware closed 1 month ago
I think we would need the BeanDiscoveryFinishedBuildItem beans
like in this example below to accomplish this. Not sure how easy it is still.
Hi, when will this be fixed? Is there a workaround? Thanks
@svenhaag admittedly i think i would need @BalusC help on this one since this is core functionality of OmniFaces. It needs to be written as not a CDI extension. I will open a ticket on OmniFaces.
@svenhaag we got this working!
Awesome. Thank you very much guys.
However, I don't understand why the release is 4 digits instead of 4.5.2
?
Also, the warning regarding @Param
should be removed I guess: https://github.com/quarkiverse/quarkus-omnifaces/blob/4.5.1.1/README.md?plain=1#L45
Cheers
4.5.1 is the OmniFaces version I stay in sync with. But since this was a fix without changing the OmniFaces version I made it 4.5.1.1. Next version will be 4.5.2 to match OmniFaces release.
As for that warning it remains true. param works in JVM mode but not in Native GraalVM compilation.
@svenhaag let me know how your testing goes OK?
@all-contributors add @svenhaag for testing
@melloware
I've put up a pull request to add @svenhaag! :tada:
Thank you guys! It works indeed. Awesome.
Currently
@Param
is a CDI Extension which don't work in Quarkus.https://showcase.omnifaces.org/cdi/Param