-
Notifications
You must be signed in to change notification settings - Fork 874
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Occasional OfflineOperationError when diffing pom files #6525
Labels
Comments
Revert is not a good solution: the thrown exception suggests that the execution (somehow) bypassed all the checks for The previous impl just hid / swallowed the error condition, most probably. |
sdedic
added a commit
to sdedic/incubator-netbeans
that referenced
this issue
Oct 10, 2023
sdedic
added a commit
to sdedic/incubator-netbeans
that referenced
this issue
Oct 16, 2023
mbien
added a commit
that referenced
this issue
Oct 16, 2023
#6525: maven execution should setup LegacySupport before running Maven
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Apache NetBeans version
build from master at 2cb4326 (NB 20 dev build)
What happened
noticed while testing the jgit changes. While browsing git history in diff view, the pom files sometimes fail to load and the exception is thrown. The diff view remains empty when that happens.
How to reproduce
unfortunately this doesn't seem to be always reproducible, still trying to figure out why:
Did this work correctly in an earlier version?
It seems to work fine in NB 19 so far
Operating System
linux
JDK
JDK 21
Apache NetBeans packaging
Own source build
Anything else
No response
Are you willing to submit a pull request?
Maybe
The text was updated successfully, but these errors were encountered: