Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Jenkins preparing for JGit 7.0.0

On Fri, Sep 6, 2024 at 1:45 AM Mark Waite via jgit-dev <jgit-dev@xxxxxxxxxxx> wrote:
I am out of the office on vacation, but was prompted by a dependabot update on GitHub to try 7.0.0.202409031743-r .  It seems to include breaking changes that were not included in the 7.0.0-*-m3 release.  I've used the GitHub commit history to identify the needed changes and have refreshed the build at https://ci.jenkins.io/job/Plugins/job/git-client-plugin/view/change-requests/job/PR-1170/11/ 

Yes, we removed deprecated methods.
 
The incremental build information for use in Jenkins will be published when the job passes.

Mark Waite

On Thursday, August 8, 2024 at 12:59:20 PM MDT, Mark Waite <markwaite@xxxxxxxxx> wrote:


The Jenkins project has required Java 17 in its weekly releases since Jenkins 2.463 18 Jun 2024.  We plan to require Java 17 in the Jenkins long term support release beginning 30 Oct 2024.

I've created a pre-release of the Jenkins git client plugin that includes JGit 7.0.0-m2 and would love to have others test it with their Jenkins weekly installation.

If you use plugins.txt to manage your plugins as code, then you need to replace the existing git-client line with the following line:

git-client:incrementals;org.jenkins-ci.plugins;6.0.0-rc3593.3b_8f18e9e43a_

If you'd rather download the plugin and install it from the Jenkins plugin manager, use the URL from the Jenkins artifact repository 

It requires Jenkins 2.463 or newer and runs with Java 17 and with Java 21.

You can also track the progress on the pull request..

Thanks,
Mark Waite

_______________________________________________
jgit-dev mailing list
jgit-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jgit-dev

Back to the top