Mark Waite edited a comment on Bug JENKINS-27097

Git client plugin 1.17.0 released 25 Apr 2015 and includes this fix.

I've also compiled and run the git client plugin automated tests with JDK 6 and do not see any failure with JDK 6. Unfortunately, when I run the git plugin automated tests with JDK 6, it shows that there is a problem. The stack trace is:

testIsoDate(hudson.plugins.git.GitChangeSetTest)  Time elapsed: 2.798 sec  <<< ERROR!
java.lang.IllegalArgumentException: Illegal pattern character 'X'
	at java.text.SimpleDateFormat.compile(SimpleDateFormat.java:768)
	at java.text.SimpleDateFormat.initialize(SimpleDateFormat.java:575)
	at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:500)
	at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:475)
	at hudson.plugins.git.GitChangeSet.getTimestamp(GitChangeSet.java:209)
	at hudson.plugins.git.GitChangeSetTest.testIsoDate(GitChangeSetTest.java:154)

I'd prefer to not have to fix that problem, since the [Jenkins project is saying goodbye to Java 6](http://jenkins-ci.org/content/good-bye-java6)

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to