Modernise pom#63
Conversation
vgaidarji
left a comment
There was a problem hiding this comment.
Changes in the PR are good with me 👍
No need to update any classes yet to use Java 8 features.
How does this help with https://issues.jenkins-ci.org/browse/JENKINS-62800? Or it's just the initial project cleanup and the actual fix comes next?
Please provide before/after screenshots for the tables to div fix when ready.
| (xml-apis.jar has an old version of the DOM. | ||
| Eclipse tends to get the classpath order wrong) | ||
| --> | ||
| <plugin> |
There was a problem hiding this comment.
LGTM, please remove the comment above as well.
|
Those |
|
Since buildPlugin() already works with JDK 8 by default, no changes required |
|
This was just an initial PR to make testing the plugin easier against the new Jenkins version |
|
@timja thanks for updates here. Will be ok updating the current PR to be focused only on Java 8 migration and adjustments to |
done |
|
@timja I've updated the PR description and was about to do final testing before merge but CI is not passing and seems like there's some issue with update to 4.7 version of Jenkins plugins performed here #63 (comment). I have a custom step for code coverage calculation and upload in Jenkinsfile and it fails to find |
|
probably would be easier to just change to buildPlugin? it has code coverage support built in, using code-coverage-api plugin rather than codecov |
Codecov Report
@@ Coverage Diff @@
## master #63 +/- ##
============================================
+ Coverage 43.38% 43.66% +0.27%
Complexity 190 190
============================================
Files 18 18
Lines 1263 1255 -8
Branches 192 192
============================================
Hits 548 548
+ Misses 651 643 -8
Partials 64 64
Continue to review full report at Codecov.
|



What has been done
How to test
Checklist
.github/release-drafter.yml)