Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.13] Allow two warnings #254

Merged
merged 2 commits into from
Feb 1, 2023
Merged

Conversation

fedinskiy
Copy link
Contributor

Fixes failures due to two upstreams issues:
Missing classes: quarkusio/quarkus#30508
Missing builder image: quarkusio/quarkus#30738

@fedinskiy fedinskiy requested a review from pjgg January 31, 2023 13:48
@rsvoboda rsvoboda changed the title [2.3] Allow two warnings [2.13] Allow two warnings Jan 31, 2023
@rsvoboda
Copy link
Member

Missing builder image seems to be fixed now

import java.util.regex.Pattern;

public class Commons {
static Pattern NETTY_HANDLERS=Pattern.compile(".*Could not register io.netty.handler.codec.*"); //https://github.com/quarkusio/quarkus/issues/30508
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better to put it into WhitelistLogLines and drop Commons class

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved some more repeated patterns into commons

Fixes failures due to two upstreams issues:
Missing classes: quarkusio/quarkus#30508
Move several repeating patterns to another class
Copy link
Contributor

@pjgg pjgg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fedinskiy fedinskiy merged commit 15c3138 into quarkus-qe:2.13 Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants