Slackbot
11/08/2023, 8:08 PMrobertjstroud
11/09/2023, 11:25 AMBuildProperties bean has been deprecated in favour of /actuator/info but that would be a breaking change.
As a workaround, is there a way to access META-INF/build-info.properties directly from Grails?robertjstroud
11/09/2023, 12:05 PM/actuator/info endpoint and got some entirely fictitious output:
{
"git": {
"branch": "2.4.x",
"commit": {
"id": "54f3734",
"time": 1691882715
}
}
}robertjstroud
11/09/2023, 12:11 PMbuild-info.properties so what is going on?Groovy Duke
11/09/2023, 12:36 PMGroovy Duke
11/09/2023, 12:39 PMrobertjstroud
11/09/2023, 12:53 PMrobertjstroud
11/09/2023, 12:55 PM