You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When spring-boot-upgrade is started with a different port than 8080, it still asks to open the report on port 8080.
To Reproduce
Steps to reproduce the behavior:
run spring-boot-upgrade with e.g. java -Dsbm.gitSupportEnabled=false -Dserver.port=8432 --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED -jar spring-boot-upgrade.jar
The text was updated successfully, but these errors were encountered:
marcgemis
changed the title
spring-boot-upgrade does not use correct port when it asks to open the project
spring-boot-upgrade does not use correct port when it asks to open the report
Jan 4, 2023
Describe the bug
When spring-boot-upgrade is started with a different port than 8080, it still asks to open the report on port 8080.
To Reproduce
Steps to reproduce the behavior:
/ | () | ___ \ | | |__ |
\
--. _ __ _ __ _ _ __ __ _ | |_/ / ___ ___ | |_ / /
--. \ '_ | '| | '_ \ / ` | | ___ / _ \ / _ | __| \/_/ / |) | | | | | | | (| | | |/ / () | () | | ./ /
_/| ./|| ||| ||_, | _/ _/ _/ _| _/
| | / |
|| |/
| | | | | | | ___ \ | |
| | | |_ __ __ _ _ __ __ _ | | ___ | |/ / _ __ ___ _ | |
| | | | ' \ /
| '__/ _
|/ ` |/ _ \ | // _ \ ' \ / _ | '__| __|| || | |) | (| | | | (| | (| | / | |\ \ / |) | () | | | |_
_/| ./ _, || _,|_,|_| _| __| ./ _/|| _|
| | / | | |
|| |/ |_|
powered by Spring Boot Migrator
Find us on GitHub: https://via.vmw.com/8AD63p
Please report all errors: https://via.vmw.com/bXlqJC
Scanning /Users/mgemis/Projects/p4/awp/bluecloud/microservices/eureka-server
finished scan. Please open: http://localhost:8080/spring-boot-upgrade
Expected behavior
The text should read
finished scan. Please open: http://localhost:8432/spring-boot-upgrade
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: