Ernest Ortuño

Results 5 issues of Ernest Ortuño

As a user, I would like to access my custom endpoinds registered on actuator For instance, fruits endpoint ``` @Endpoint(id = "fruits") public class FruitsEndpoint { @ReadOperation public Map fruits()...

new feature

As a user I would like to have a method of quickly shutting all instances down.

enhancement