-
Notifications
You must be signed in to change notification settings - Fork 26
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
[JENKINS-65161] remove digester 2 from core #21
Conversation
Signed-off-by: olivier lamy <olamy@apache.org>
src/main/java/hudson/plugins/dimensionsscm/DimensionsChangeLogParser.java
Outdated
Show resolved
Hide resolved
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.
LGTM, except for one minor suggestion I can fix later.
@dconneely ooops my bad sorry for the copy/paste typo :( |
@dconneely +1, thanks for merging this! May I ask you whether you would consider releasing a version with this fix? We're trying to adapt the ecosystem to support jenkinsci/jenkins#5320 so any release done is one plugin less to worry about :-). Thanks a lot. |
When using the latest Jenkins version with Dimensions plugin added (0.9.2) , I get the following error when building:
|
Looks like you are correct and the wrong version of Apache Commons Digester was included in the POM w.r.t. the version used by the source code when this PR was merged. One temporary workaround in the meantime is to drop commons-digester-2.1.jar file into the plugins/dimensionsscm/WEB-INF/lib/ folder to make the older JAR available, but I'll aim to make a new release ASAP. |
jar is ok.
But my bad import should be changed in DimensionsChangeLogParser to digester3 package. |
see #41 |
@dconneely just to make maintenance simpler, now also that time has passed, I would recommend just bumping the That means either: |
Not currently able to do a release ( |
No description provided.