[
https://issues.apache.org/jira/browse/MNG-7090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17331573#comment-17331573
]
Dufour Guillaume commented on MNG-7090:
---------------------------------------
Hello, i test on openjdk version "1.8.0_282", openjdk 16 2021-03-16 and openjdk
version "11.0.11" 2021-04-20.
All of them works with {{0.0.0.0:8000}}
So i do a patch
> mvnDebug does not work on Java 11+
> ----------------------------------
>
> Key: MNG-7090
> URL: https://issues.apache.org/jira/browse/MNG-7090
> Project: Maven
> Issue Type: Bug
> Reporter: Michael Osipov
> Priority: Major
>
> When {{mvnDebug}} is executed on Java 11 remote debugging does not work
> because the socket binds to localhost only, see:
> https://github.com/OpenLiberty/open-liberty/issues/7833.
> We need to change {{address=8000}} to {{address=*:8000}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)