-
Notifications
You must be signed in to change notification settings - Fork 130
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
Regression: Jenkins test harness no longer compiles against recent cores #370
Comments
…ent cores Signed-off-by: Olivier Lamy <olamy@apache.org>
Rather than olamy@23a88cd I would recommend removing use of Digester altogether, as in the links in the description. |
this pattern has been used for most of the plugins during migration. |
Against my advice.
It is about avoiding adding something else to the dependencies of JTH. I will see if I can find a few minutes to do it. |
…e, and want to be able to test jenkinsci/jenkins-test-harness#370
* Update plugin parent POM and dependencies * Remove old version of classworlds * Cleanup from #45: jenkinsci/jenkins#1740 long since available, and want to be able to test jenkinsci/jenkins-test-harness#370 Co-authored-by: Basil Crow <me@basilcrow.com>
As of jenkinsci/jenkins#5320, the Jenkins test harness no longer compiles against recent cores:
ExtractChangeLogParser#parse
Should be easy enough to fix in the usual way; see jenkinsci/subversion-plugin#259 and jenkinsci/jep#367.
CC @olamy @batmat
The text was updated successfully, but these errors were encountered: