]
James Perkins commented on WFCORE-4211:
---------------------------------------
After I thought about this for a bit I agree it's not a bug and just something we need
to document. There's not we can do in WildFly itself.
Embedded container does not work without the JVM being launched with
java.se module on Java 11
----------------------------------------------------------------------------------------------
Key: WFCORE-4211
URL:
https://issues.jboss.org/browse/WFCORE-4211
Project: WildFly Core
Issue Type: Task
Components: Embedded
Reporter: James Perkins
Assignee: James Perkins
Priority: Major
Labels: Documentation, Java11
With the embedded API the container can't be started on Java 11 without the
{{--add-module=java.se}} argument being added to the JVM. There may not be a way to solve
this, but it should likely at lest be documented. If this becomes just a documentation
issue then the type should likely be changed to "Task".