[jboss-jira] [JBoss JIRA] (JGRP-2332) Port of JGroups to Quarkus

Sanne Grinovero (Jira) issues at jboss.org
Thu Mar 21 19:09:00 EDT 2019


    [ https://issues.jboss.org/browse/JGRP-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13711910#comment-13711910 ] 

Sanne Grinovero commented on JGRP-2332:
---------------------------------------

{{log42.xml}} is the perfect example of what kind of resource _should not_ be included into a native image. One (typically) doesn't need any resource at all: static configuration should be applied to the libraries upfront, so that constant folding and dead code elimination can do a better job.


> Port of JGroups to Quarkus
> --------------------------
>
>                 Key: JGRP-2332
>                 URL: https://issues.jboss.org/browse/JGRP-2332
>             Project: JGroups
>          Issue Type: Patch
>            Reporter: Bela Ban
>            Assignee: Bela Ban
>            Priority: Major
>             Fix For: 4.1.0
>
>
> Port JGroups to Quarkus [1].
> This is a quick and dirty port, to see what needs to be done.
> The goal is to identify changes which can be ported back to JGroups proper to make this port as easy as possible. 
> Example: since JMX is not supported, separate JMX into a set of interfaces and 2 implementations: the default impl which is used when JGroups runs on a regular JVM, and another one used when run on GraalVM.
> This is currently scheduled for 4.x, but may as well end up being done in 5.x
> [1] https://quarkus.io



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list