-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[MINOR][BUILD] Fix about 15 misc build warnings #25852
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
|
Test build #110995 has finished for PR 25852 at commit
|
|
|
||
| implicit val webDriver: WebDriver = | ||
| new HtmlUnitDriver(BrowserVersion.INTERNET_EXPLORER_11, true) | ||
| new HtmlUnitDriver(BrowserVersion.INTERNET_EXPLORER, true) |
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.
Just wondering why Internet Explorer at all. Why not BrowserVersion.getDefault()?
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.
#24843 (comment) is relevant, but, I imagine any modern browser would handle the jquery JS fine too. I can try just removing this specification, as it (now) defaults to Chrome (51). I think before it emulated IE 8.
|
Test build #111006 has finished for PR 25852 at commit
|
|
Test build #111004 has finished for PR 25852 at commit
|
dongjoon-hyun
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.
+1, LGTM (Pending Jenkins).
|
Test build #4878 has finished for PR 25852 at commit
|
|
Some of them looks relevant to |
This addresses about 15 miscellaneous warnings that appear in the current build. No functional changes, it just slightly reduces the amount of extra warning output. No. Existing tests, run manually. Closes apache#25852 from srowen/BuildWarnings. Authored-by: Sean Owen <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
|
Sure, only a handful affected 2.4: #25857 |
This addresses 4 miscellaneous warnings that appear in the current build. Back-port of some of #25852 Closes #25857 from srowen/BuildWarnings2.4. Authored-by: Sean Owen <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
What changes were proposed in this pull request?
This addresses about 15 miscellaneous warnings that appear in the current build.
Why are the changes needed?
No functional changes, it just slightly reduces the amount of extra warning output.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Existing tests, run manually.