Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.8.1
-
None
-
None
Description
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.
Attachments
Issue Links
- is fixed by
-
MNG-7149 Introduce MAVEN_DEBUG_ADDRESS in mvnDebug scripts
- Closed
- is related to
-
MINVOKER-282 Can't use mvnDebug since Maven 3.8.1
- Closed
- links to