Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

JGit/New and Noteworthy/6.1

< JGit‎ | New and Noteworthy
Revision as of 05:11, 7 January 2022 by Unnamed Poltroon (Talk) (Create page: dependency updates)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

JGit

Dependencies

  • Apache MINA sshd has been updated to version 2.8.0 (previously 2.7.0).
    • Affected JGit bundles: org.eclipse.jgit.ssh.apache and org.eclipse.jgit.ssh.apache.agent. As always, these bundles may not work with other versions of Apache MINA sshd because of possible incompatible upstream API changes.
  • Logging: JGit only uses org.sfl4j.api, version 1.7.30. The tests and the command-line program from org.eclipse.jgit.pgm now use the org.slf4j.binding.simple logging back-end; log4j has been removed. (Previously, JGit used log4j 1.2.15 in tests and in the command-line program: i.e., the old log4j, not the newer log4j2.)

Contributors

The following XX developers worked on this release:

<TBD: list of contributors, number>

Back to the top