[ 
https://issues.apache.org/jira/browse/MNG-7090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17276574#comment-17276574
 ] 

Michael Osipov commented on MNG-7090:
-------------------------------------

A few resources:
* https://dzone.com/articles/remote-debugging-java-applications-with-jdwp
* https://dev-aux.com/java/java-local-and-remote-jvm-debugging-jdk-8-and-later
* https://www.oracle.com/java/technologies/javase/9-notes.html

> 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)

Reply via email to