Merge pull request #44014 from izeye
* pr/44014: Restore shouldNotRegisterStructuredLoggingJsonMembersCustomizerRuntimeHints() Closes gh-44014
This commit is contained in:
@@ -62,6 +62,13 @@ class StructuredLoggingJsonMembersCustomizerBeanFactoryInitializationAotProcesso
|
||||
.accepts(hints);
|
||||
}
|
||||
|
||||
@Test
|
||||
void shouldNotRegisterStructuredLoggingJsonMembersCustomizerRuntimeHintsWhenPropertiesAreNotSet() {
|
||||
MockEnvironment environment = new MockEnvironment();
|
||||
BeanFactoryInitializationAotContribution contribution = getContribution(environment);
|
||||
assertThat(contribution).isNull();
|
||||
}
|
||||
|
||||
@Test
|
||||
void shouldNotRegisterStructuredLoggingJsonMembersCustomizerRuntimeHintsWhenCustomizerIsNotSet() {
|
||||
MockEnvironment environment = new MockEnvironment();
|
||||
|
||||
Reference in New Issue
Block a user