-
Notifications
You must be signed in to change notification settings - Fork 96
[MWAR-453] Require Java 8 #23
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
Conversation
|
@slachiewicz Would you mind rebasing your branch to master, now that MWAR-444 and MWAR-450 has been merged. I don't trust myself to do that right now. |
|
I have merged master into this branch to make sure that all the checks are green, which they are now. Do we need someone to review this PR? |
|
@dennisl can you drop the commit which merges master into this branch and do a rebase instead please? |
bmarwell
left a comment
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.
Some open questions, but changes requested mainly due to merge commit.
src/test/java/org/apache/maven/plugins/war/AbstractWarMojoTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/apache/maven/plugins/war/WarOverlaysTest.java
Outdated
Show resolved
Hide resolved
|
|
||
| // Ok now check that there is no more files/directories | ||
| final FileFilter filter = new FileFilterImpl( webAppDirectory, new String[] { MANIFEST_PATH } ); | ||
| final FileFilter filter = new FileFilterImpl( webAppDirectory, new String[] {MANIFEST_PATH} ); |
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.
That is not a Java 8 change.
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.
To be reverted
src/test/java/org/apache/maven/plugins/war/WarOverlaysTest.java
Outdated
Show resolved
Hide resolved
|
|
||
| // Ok now check that there is no more files/directories | ||
| final FileFilter filter = new FileFilterImpl( webAppDirectory, new String[] { MANIFEST_PATH } ); | ||
| final FileFilter filter = new FileFilterImpl( webAppDirectory, new String[] {MANIFEST_PATH} ); |
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.
That is not a Java 8 change.
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.
Sure
|
|
||
| // Ok now check that there is no more files/directories | ||
| final FileFilter filter = new FileFilterImpl( webAppDirectory, new String[] { MANIFEST_PATH } ); | ||
| final FileFilter filter = new FileFilterImpl( webAppDirectory, new String[] {MANIFEST_PATH} ); |
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.
That is not a Java 8 change.
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.
Yes
src/main/java/org/apache/maven/plugins/war/packaging/AbstractWarPackagingTask.java
Outdated
Show resolved
Hide resolved
|
@olamy told me the merge commit will go away due to squashing anyway. Forget my previous comment about dropping and rebasing. |
michael-o
left a comment
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.
- those from Captain Marvel
src/test/java/org/apache/maven/plugins/war/AbstractWarMojoTest.java
Outdated
Show resolved
Hide resolved
michael-o
left a comment
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.
MANIFEST_PATH issue is still there.
|
Sorry, all changes was done from scratch and looks like Intellij automatically makes this changes |
|
Resolve #525 |
1 similar comment
|
Resolve #525 |
No description provided.