ch2dit-byte opened a new issue, #7520: URL: https://github.com/apache/hop/issues/7520
### 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. <img width="512" height="273" alt="Image" src="https://github.com/user-attachments/assets/b5743b5c-979d-421c-8fd8-731e1d4e8055" /> <img width="512" height="159" alt="Image" src="https://github.com/user-attachments/assets/f660ffaa-4609-4b4c-9f33-fbfc90bc3cba" /> ### Issue Priority Priority: 3 ### Issue Component Component: Hop Gui -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
