We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Refactor pattern for reading file from gcs or resource path into a helper that can be used everytime we need to do this.
The text was updated successfully, but these errors were encountered:
@kkleemola we have this here:
https://github.com/mozilla-services/foxsec-pipeline/blob/097a431054dd27188ebcc6d6a5ab3edf87a8417b/src/main/java/com/mozilla/secops/FileUtil.java
That will always return an ArrayList though, so maybe something a bit more generic is needed to cover all possible cases.
ArrayList
Sorry, something went wrong.
kkleemola
Successfully merging a pull request may close this issue.
Refactor pattern for reading file from gcs or resource path into a helper that can be used everytime we need to do this.
The text was updated successfully, but these errors were encountered: