From 43b0e2f25c263f294cf18bee08dbef8154771dcf Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 2 Nov 2020 19:52:30 +0000 Subject: [PATCH] Work around Micrometer JvmGcMetrics introspection failure Closes gh-23998 --- .../webapp/WEB-INF/jboss-deployment-structure.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 spring-boot-tests/spring-boot-deployment-tests/src/main/webapp/WEB-INF/jboss-deployment-structure.xml diff --git a/spring-boot-tests/spring-boot-deployment-tests/src/main/webapp/WEB-INF/jboss-deployment-structure.xml b/spring-boot-tests/spring-boot-deployment-tests/src/main/webapp/WEB-INF/jboss-deployment-structure.xml new file mode 100644 index 00000000000..fae8b0438c5 --- /dev/null +++ b/spring-boot-tests/spring-boot-deployment-tests/src/main/webapp/WEB-INF/jboss-deployment-structure.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file