Skip to content
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

Sync delivery to master after 21-rc2 #6983

Merged
merged 10 commits into from
Jan 24, 2024
Merged

Sync delivery to master after 21-rc2 #6983

merged 10 commits into from
Jan 24, 2024

Conversation

neilcsmith-net
Copy link
Member

No description provided.

ebarboni and others added 6 commits January 15, 2024 15:43
The ClassPathProvider is also invoked for files that are only temporary
present. The files are only present for a short time and between the
FileObject#isValid call and the FileObject#asBytes call the file is
removed leading to an IOException.

This situation is a race condition and happens often enough for users
to be annoyed. As this is common and the scanning error is not fatal
for normal operation, this should normally not be reported.

Closes: #6970
@neilcsmith-net neilcsmith-net added Release process PRs (eg. versions, sync) that are part of the release process and can be ignored in release notes. do not merge Don't merge this PR, it is not ready or just demonstration purposes. labels Jan 22, 2024
neilcsmith-net and others added 4 commits January 22, 2024 10:01
[GITHUB-6970] MultiSourceRootProvider: reduce logging verbosity
[NETBEANS-6970] Adding a system property to disable the multi source file handling.
@neilcsmith-net neilcsmith-net removed the do not merge Don't merge this PR, it is not ready or just demonstration purposes. label Jan 24, 2024
@neilcsmith-net neilcsmith-net merged commit 2c6e3a7 into master Jan 24, 2024
107 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release process PRs (eg. versions, sync) that are part of the release process and can be ignored in release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants