Apache Hop version?
2.18.1
Java version?
OpenJDK 21+35
Operating system
Windows
What happened?
When opening a project in Hop GUI that was cloned, fetched, or pulled using Native Git, a org.eclipse.jgit.errors.MissingObjectException is thrown, and the latest commits are not recognized in the Hop Git Perspective.
This issue occurs because the JGit engine bundled with Hop 2.18.1 seems unable to parse modern Native Git optimization files (such as commit-graph, multi-pack-index, or pack.useBitmaps).
Note: This issue did NOT occur in Apache Hop 2.17.0. It seems to be a regression related to a JGit version bump or how Hop handles git objects in 2.18.1.
Issue Priority
Priority: 3
Issue Component
Component: Hop Gui
Apache Hop version?
2.18.1
Java version?
OpenJDK 21+35
Operating system
Windows
What happened?
When opening a project in Hop GUI that was cloned, fetched, or pulled using Native Git, a org.eclipse.jgit.errors.MissingObjectException is thrown, and the latest commits are not recognized in the Hop Git Perspective.
This issue occurs because the JGit engine bundled with Hop 2.18.1 seems unable to parse modern Native Git optimization files (such as commit-graph, multi-pack-index, or pack.useBitmaps).
Note: This issue did NOT occur in Apache Hop 2.17.0. It seems to be a regression related to a JGit version bump or how Hop handles git objects in 2.18.1.
Issue Priority
Priority: 3
Issue Component
Component: Hop Gui