-
Notifications
You must be signed in to change notification settings - Fork 485
Fix ISO8601 parser for date with colon offset #422
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
- Dates with colon offset like "2018-03-12T10:16:46+07:00" threw a DateTimeParseException - Changing the order of the offset patterns fixes this
|
@derkoe Also, what version of Java are you using? |
|
@gmessner this is thrown in the Jenkins plugin on MR web hooks using your API (have to file a bug there as well). Seems to happen since our upgrade to GitLab 12.1. Here's the part of the stacktrace: Oh we are using OpenJDK 8 (1.8.0_212-1) on Jenkins. The bug is reproducible with OpenJDK 11 (11.0.3) |
|
Here's the Jenkins issue https://issues.jenkins-ci.org/browse/JENKINS-58919 |
|
@derkoe I will pull down your fix and run both the Unit and integration tests if all is OK will merge and do a release. |
|
Thanks! I've just built a SNAPSHOT of gitlab4j and the Jenkins plugin and will deploy it to our Jenkins tonight. I'll give feedback if this worked. |
|
@derkoe Thanks for your contribution. |
|
SNAPSHOT build of plugin works! |
|
@derkoe |
|
You want to say thanks for the swift turn around @gmessner-nb much appreciated! |
DateTimeParseException