You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by Romain Manni-Bucau <rm...@gmail.com> on 2020/09/11 12:18:20 UTC

Native mode status

Hi everyone,

Alex did a great job this summer for OWB implementing a light http server
with a CDI first API and a basic native-image (graalvm/native mode)
integration.

I'd like to move it forward and drop the requirement to write a custom main
(like
https://github.com/yupiik/jira-cli-native/blob/master/src/main/java/io/yupiik/jira/cli/command/impl/internal/dump/Dump.java)
to be able to run with native-image.

My idea is to do a "knight" (extension) to Geronimo Arthur (
http://geronimo.apache.org/arthur/) which will auto configure what is in
the pom (https://github.com/yupiik/jira-cli-native/blob/master/pom.xml#L202)
and the proxy dump in a temp folder added to the cp passed to native-image
this way we would have an owb (cdi se and potentially more ;)) friendly
native-image mode.

wdyt?

@Alex are you motivated to continue what you started?

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<https://www.packtpub.com/application-development/java-ee-8-high-performance>