brusdev commented on PR #4615:
URL:
https://github.com/apache/activemq-artemis/pull/4615#issuecomment-1717374898
> @brusdev I need your help on this. I don't understand the context on why
you added regular expressions to the upgrade.
@clebertsuconic I used regex mainly because the `uri` attribute of the
`binding` element depends on the `-http-host` option of the `artemis create`
command, i.e. the command `artemis create --http-host test ...` generates a
bootstrap.xml with the following content
```
<web path="web" rootRedirectLocation="console">
<binding name="artemis" uri="http://test:8161">
```
--
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]