-
Notifications
You must be signed in to change notification settings - Fork 302
Simplify logging #233
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
Merged
Merged
Simplify logging #233
Changes from 18 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
617e466
first bite of logging refactoring: now logs are in line with standard…
autayeu c565788
improved description logical order
autayeu e4827eb
dep updated, plugin management added
autayeu 4274dfc
minor refactorings and typos
autayeu 38a94f9
removed newCollection methods as irrelevant for Java 7
autayeu ac6ced4
removed CLEANUP_FIRST - not needed anymore, sandbox repositories are …
autayeu 30bbc78
try with resources
autayeu 83d36d8
removed runningTests variable and special treatment of tests in produ…
autayeu 530497c
removed unused verbose variable
autayeu 4990e81
improved docs and annotations
autayeu 7dd2e85
refactored commitIdGenerationMode processing because changing static …
autayeu f63c67f
improved formatting for command line help display
autayeu c6ba6ae
avoid copying test repositories with other test resources
autayeu a00cf64
removed extra property="session"
autayeu eaf19ad
enumerated all cases to make adding new mode easier (just in case)
autayeu d62371d
keep verbose (and others for uniformity) as fields
autayeu b1e1727
switched to ThreadLocalRandom.current() instead of static variable
autayeu a8ca586
switched from AssertException to @Test(expected = IllegalArgumentExce…
autayeu 5f76cde
bridging logging to address Konrad and Michael comments regarding mod…
autayeu fed04ca
replaced static collection constructors from Google with standard Jav…
autayeu 01ee123
replaced MojoExecutionException with GitCommitIdExecutionException - …
autayeu 2e9482b
adhere to project encoding while reading-writing property files
autayeu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
funny one, thanks (and for all the other typos too, thanks)