Skip to content

Commit dd88b11

Browse files
committed
Add deprecated metadata for Jolokia
See gh-10076
1 parent 88656b3 commit dd88b11

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

spring-boot-actuator/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,15 @@
853853
"level": "error"
854854
}
855855
},
856+
{
857+
"name" : "jolokia.config",
858+
"type" : "java.util.Map<java.lang.String,java.lang.String>",
859+
"description" : "Jolokia settings. These are traditionally set using servlet parameters. Refer to\n the documentation of Jolokia for more details.",
860+
"deprecation" : {
861+
"replacement" : "management.jolokia.config",
862+
"level" : "error"
863+
}
864+
},
856865
{
857866
"name" : "management.shell.auth.jaas.domain",
858867
"type" : "java.lang.String",

0 commit comments

Comments
 (0)