spring-cloud / spring-cloud-cli

Spring Cloud CLI features
Apache License 2.0
155 stars 80 forks source link

JMX bean launcher.<service name> is gone #148

Open BoykoAlex opened 4 years ago

BoykoAlex commented 4 years ago

There used to be a JMX bean launcher., e.g. launcher.eureka in previous versions of Spring Cloud CLI. STS was able to extract the "Ready" state of the service (and possibly port) from that bean

Is there a way to enable this JMX bean? A parameter that can be passed to deployer or the service app?

spencergibb commented 4 years ago

we didn't remove anything explicitly, so we'll need to see where it went.

BoykoAlex commented 4 years ago

Cloud CLI 2.1.0 is the last version where it worked.