Why does a default Grails 4 application including Grails 4.0.12 have two entries in the default generated application.xml reference the unique-names attributes. We got this section near the top of the application.xml:
spring:
jmx:
unique-names: true
main:
banner-mode: "off"
and a second one that seem deprecated:
management:
endpoints:
jmx:
unique-names: true
Should this second one be deleted?