Skip to content

Update jgit.version to v7.7.0.202606012155-r#1770

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/jgit.version
Open

Update jgit.version to v7.7.0.202606012155-r#1770
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/jgit.version

Conversation

@renovate

@renovate renovate Bot commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
org.eclipse.jgit:org.eclipse.jgit.ssh.apache 7.6.0.202603022253-r7.7.0.202606012155-r age confidence
org.eclipse.jgit:org.eclipse.jgit.lfs 7.6.0.202603022253-r7.7.0.202606012155-r age confidence
org.eclipse.jgit:org.eclipse.jgit.http.server 7.6.0.202603022253-r7.7.0.202606012155-r age confidence
org.eclipse.jgit:org.eclipse.jgit.http.apache 7.6.0.202603022253-r7.7.0.202606012155-r age confidence
org.eclipse.jgit:org.eclipse.jgit 7.6.0.202603022253-r7.7.0.202606012155-r age confidence

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner June 6, 2026 10:15
@renovate renovate Bot added the dependencies Dependency related change label Jun 6, 2026
@MarkEWaite

Copy link
Copy Markdown
Contributor

Changelog looks good to me.

@renovate renovate Bot force-pushed the renovate/jgit.version branch from 60a8817 to 755541b Compare June 6, 2026 13:29
@MarkEWaite

MarkEWaite commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

Tests that push changes to a remote repository are failing. The failure is only on Windows and suggests that the pack file is being left open by JGit 7.7.0. The same tests pass consistently with earlier versions of JGit.

The test failure details are available on the CI server. They include:

org.apache.commons.io.IOExceptionList: 1 exception(s): [org.apache.commons.io.IOIndexedException: IOException #6: Cannot delete file: Z:\Temp\junit-3026785764829051725\junit-1153793973200\objects]
        at org.apache.commons.io.IOExceptionList.checkEmpty(IOExceptionList.java:50)
        at org.apache.commons.io.function.IOStream.forAll(IOStream.java:357)
        at org.apache.commons.io.function.IOStreams.forAll(IOStreams.java:42)
        at org.apache.commons.io.function.IOStreams.forAll(IOStreams.java:36)
        at org.apache.commons.io.function.IOConsumer.forAll(IOConsumer.java:82)
        at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:381)
        at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1256)
        at org.jenkinsci.plugins.gitclient.PushTest.removeBareRepository(PushTest.java:228)
        Suppressed: org.junit.platform.commons.JUnitException: Failed to close extension context
                at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
        Caused by: org.junit.jupiter.api.io.TempDirDeletionStrategy$DeletionException: Failed to delete temp directory Z:\Temp\junit-3026785764829051725. The following paths could not be deleted (see suppressed exceptions for details): <root>, junit-1153793973200, junit-1153793973200\objects, junit-1153793973200\objects\pack, junit-1153793973200\objects\pack\pack-1faac042fe87553d4452fed80f6dd82f68896365.pack
                Suppressed: java.nio.file.DirectoryNotEmptyException: Z:\Temp\junit-3026785764829051725
Caused by: org.apache.commons.io.IOIndexedException: IOException #6: Cannot delete file: Z:\Temp\junit-3026785764829051725\junit-1153793973200\objects
        at org.apache.commons.io.function.IOStream.lambda$forAll$11(IOStream.java:352)
        at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:1024)
        at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
        at org.apache.commons.io.function.IOStream.forAll(IOStream.java:343)
        ... 6 more
Caused by: java.io.IOException: Cannot delete file: Z:\Temp\junit-3026785764829051725\junit-1153793973200\objects
        at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1428)
        at org.apache.commons.io.FileUtils.lambda$cleanDirectory$0(FileUtils.java:381)
        at org.apache.commons.io.function.IOStream.lambda$forAll$11(IOStream.java:345)
        ... 9 more
Caused by: java.nio.file.FileSystemException: Z:\Temp\junit-3026785764829051725\junit-1153793973200\objects\pack\pack-1faac042fe87553d4452fed80f6dd82f68896365.pack: The process cannot access the file because it is being used by another process

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency related change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant