codeconsole commented on issue #14814:
URL: https://github.com/apache/grails-core/issues/14814#issuecomment-2985027498
Unfortunately, at this point, it seems random perhaps based on startup class
loading order. If I run multiple instances of the same jar, I get different
behavior.
```
[grailsApplication.metadata['info.app.version'],
grailsApplication.metadata['info.app.grailsVersion'],
InetAddress.getLocalHost(),
grailsApplication.getArtefactByLogicalPropertyName('Controller',
'match').namespace]
```
```
['5.6.7', '7.0.0-M4', cf422e86f7bd/172.17.0.2, null]
[40 ms]
≫
['5.6.7', '7.0.0-M4', cf422e86f7bd/172.17.0.2, null]
[39 ms]
≫
['5.6.7', '7.0.0-M4', b12b6a85f0b9/172.17.0.2, 'bq']
[40 ms]
```
--
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]