You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Guillaume Nodet (Jira)" <ji...@apache.org> on 2022/10/20 08:11:02 UTC

[jira] [Updated] (MNG-7090) mvnDebug does not work on Java 11+

     [ https://issues.apache.org/jira/browse/MNG-7090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated MNG-7090:
---------------------------------
    Fix Version/s: 4.0.0-alpha-2

> mvnDebug does not work on Java 11+
> ----------------------------------
>
>                 Key: MNG-7090
>                 URL: https://issues.apache.org/jira/browse/MNG-7090
>             Project: Maven
>          Issue Type: Bug
>    Affects Versions: 3.8.1
>            Reporter: Michael Osipov
>            Assignee: Michael Osipov
>            Priority: Major
>             Fix For: 3.8.2, 4.0.0-alpha-1, 4.0.0-alpha-2, 4.0.0
>
>
> 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.20.10#820010)