-
Notifications
You must be signed in to change notification settings - Fork 7
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
fixed the log4j security issues #126
fixed the log4j security issues #126
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file should probably be excluded or do we really need it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same applies to the generated code in src-gen, do we really need that in the repo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Maven build generates all files to the target
folder and the remaining steps of the build (e.g., Java compiler) only pick up files from there. We can add the directories to the .gitignore
file, but there is really no point in using them, unless the entire build is done by Eclipse.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
xtend-gen should probably also be excluded
checkState(correspondencesResource != null, "Correspondences resource must be specified to load existing correspondences"); | ||
Resource loadedResource = loadOrCreateResource(withGlobalFactories(new ResourceSetImpl()), correspondencesResource.getURI()); | ||
checkState(correspondencesResource != null, | ||
"Correspondences resource must be specified to load existing correspondences"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't check in formatting changes or use a dedicated PR for them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wasn't my intention, sorry
Quality Gate passedIssues Measures |
No description provided.