thiagoelg opened a new issue, #1818: URL: https://github.com/apache/incubator-kie-issues/issues/1818
With the update to Quarkus 3.15, the Dev UI is only accessible via `localhost` or `127.0.0.1` [1]. It can be configured to be accessed via another hostname via `quarkus.dev-ui.hosts` property or `QUARKUS_DEV_UI_HOSTS` env var. Unfortunately, during automated tests, we can't always know what the container's hostname will be, and this configuration can only accept a list of strings. From Quarkus 3.16 onwards this configuration accepts regex [2], so this may be fixed when we update to that. With this limitation, the `Scenario: verify that the serverless workflow devui is running` test from the `sonataflow-devmode-image` package was changed to check for an HTTP status `403` instead of `200` for now. [3] [1] https://github.com/quarkusio/quarkus/pull/40979 [2] https://github.com/quarkusio/quarkus/pull/42618 [3] https://github.com/apache/incubator-kie-tools/pull/2892 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
