We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7082fd commit 78afd1cCopy full SHA for 78afd1c
src/test/java/org/springframework/data/neo4j/test/TestLogFilter.java
@@ -28,7 +28,9 @@ public class TestLogFilter extends Filter<ILoggingEvent> {
28
29
private static final List<String> FILTER_MESSAGES = List.of(
30
"ClientNotification.Statement.UnknownRelationshipTypeWarning",
31
- "ClientNotification.Statement.UnknownPropertyKeyWarning"
+ "ClientNotification.Statement.UnknownLabelWarning",
32
+ "ClientNotification.Statement.UnknownPropertyKeyWarning",
33
+ "ClientNotification.Statement.FeatureDeprecationWarning"
34
);
35
36
@Override
0 commit comments