We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8d66e commit 7f54cd0Copy full SHA for 7f54cd0
core/spring-boot/src/test/java/org/springframework/boot/logging/log4j2/Log4J2RuntimeHintsTests.java
@@ -50,8 +50,6 @@ void registersHintsForConfigurationFileParsers() {
50
ReflectionHints reflection = registerHints();
51
// JSON
52
assertThat(reflection.getTypeHint(ObjectMapper.class)).isNotNull();
53
- // XML
54
- assertThat(reflection.getTypeHint(DocumentBuilderFactory.class)).isNotNull();
55
// YAML
56
assertThat(reflection.getTypeHint(TypeReference.of("com.fasterxml.jackson.dataformat.yaml.YAMLMapper")))
57
.isNotNull();
0 commit comments