Skip to content

Commit

Permalink
Remove spring allowed log line quarkusio/quarkus#42237
Browse files Browse the repository at this point in the history
  • Loading branch information
jedla97 committed Dec 12, 2024
1 parent ba416a1 commit d198d61
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ public enum WhitelistLogLines {
Pattern.compile(".*Checksum validation failed, expected 2811ba27a71a8bda0602161ffe2f6e1429da8068 but is 36257165a0945753efb3f9d473d86c6f4c6c6f6e.*"),
Pattern.compile(".*Could not validate integrity of download from https://repo.maven.apache.org/maven2/org/jboss/arquillian/arquillian-bom/1.7.0.Final/arquillian-bom-1.7.0.Final.pom.*"),
Pattern.compile(".*org.eclipse.aether.util.concurrency.RunnableErrorForwarder.*"),
// TODO: https://github.com/quarkusio/quarkus/issues/42237
Pattern.compile(".*Failed to index org.springframework.aot.hint.annotation.Reflective.*")
}),
// Quarkus is not being gratefully shutdown in Windows when running in Dev mode.
// Reported by https://github.com/quarkusio/quarkus/issues/14647.
Expand Down

0 comments on commit d198d61

Please sign in to comment.