Skip to content

Commit

Permalink
Q 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Karm committed Apr 6, 2024
1 parent d626099 commit c50eded
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ org.apache.pdfbox.pdmodel.font.PDFontLike\\,\
org.apache.pdfbox.pdmodel.font.PDSimpleFont\\,\
org.apache.pdfbox.pdmodel.font.PDType1Font\\,\
org.apache.pdfbox.pdmodel.graphics.color.PDCIEDictionaryBasedColorSpace\\,\
org.apache.pdfbox.pdmodel.graphics.color.PDColorSpace\\,\
org.apache.pdfbox.pdmodel.PDDocument\\,\
org.apache.pdfbox.rendering.SoftMask

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,13 @@ public Pattern[] get(boolean inContainer) {
Pattern.compile(".*Warning Code: 0, SQLState: 00000.*"),
// OpenTelemetry
Pattern.compile(".*No BatchSpanProcessor delegate specified, no action taken.*"),
Pattern.compile(".*Connection refused: .*:4317.*"),
// Warnings about experimental options, we could probably wrap all those up in -H:+UnlockExperimentalVMOptions
Pattern.compile(".*The option '-H:BuildOutputJSONFile=' is experimental.*"),
Pattern.compile(".*The option '-H:ReflectionConfigurationFiles=reflection-config.json' is experimental.*"),
Pattern.compile(".*The option '-H:ReflectionConfigurationResources=.*netty-transport/reflection-config.json' is experimental.*"),
Pattern.compile(".*The option '-H:IncludeResourceBundles=yasson-messages' is experimental.*"),
Pattern.compile(".*The option '-H:ResourceConfigurationFiles=resource-config.json' is experimental.*"),
};
} else {
// Oldest Quarkus 2.x default
Expand Down

0 comments on commit c50eded

Please sign in to comment.