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

JENKINS-59952: Whitelisting all remaining java.util.regex methods #274

Merged
merged 2 commits into from Nov 5, 2019

Conversation

haridsv
Copy link
Contributor

@haridsv haridsv commented Oct 27, 2019

This change ensures that all the methods from java.util.regex package are whitelisted. There is no functionality in this package that touches external resources, so everything should be safe to be whitelisted.

Copy link
Member

@dwnusbaum dwnusbaum left a comment

Choose a reason for hiding this comment

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

Thanks! Did you check the stderr output from running tests locally to make sure that all of the new signatures are valid?

@haridsv
Copy link
Contributor Author

haridsv commented Oct 28, 2019

I only observed those that are already known, so yes, none of these that I am adding showed up there.

@ketan
Copy link

ketan commented Nov 1, 2019

Could someone please kick off the build again? It seems there was some error with the build.

@haridsv
Copy link
Contributor Author

haridsv commented Nov 1, 2019

Yes, there seemed to be a transient issue, but couldn't find an option on the Jenkins interface. I could try pushing an empty commit.

@dwnusbaum
Copy link
Member

Very few users have permission to trigger a build on ci.jenkins.io directly. If you want to rebuild a PR, you can close the PR, wait a few seconds, and then reopen it. Assuming ci.jenkins.io is up and running, that will trigger a new build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants