CloudBees Git Validated Merge Plugin 3.25

1 minute read

RELEASED: Public: 2019-08-28

New features

Use JGit Repository.exactRef(String) in 1 more case

JGit 4 deprecated the Repository.getRef(String) method in favor of the other two forms. JGit 5.2 removes the deprecated methods. JGit 5.4 or later will be included in git client plugin 3.0. This change will allow the plugin to work with git client 2.7.* and with the upcoming release of git client 3.0.

Special thanks to @jglick for his request to more thoroughly confirm compatibility with both git client 2.x and git client 3.x pre-release.

Use JGit Repository.findRef(String) & exactRef(String)

JGit 4 deprecated the Repository.getRef(String) method in favor of the other two forms. JGit 5.2 removes the deprecated methods. JGit 5.2 or later will be included in git client plugin 3.0. This change will allow the plugin to work with git client 2.7.* and with the upcoming release of git client 3.0.

[QE-694] remove astro marker file to finish migration to gauntlet2

Resolved issues

None

Known issues

None