Open
Conversation
add buy me coffee link
Upgrades SnakeYAML dependency from 2.5 to 2.6 to resolve a known security vulnerability in the YAML parser. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Replaces FixedThreadPool with ThreadPoolExecutor for better control - Fixes executor shutdown timing: create new executor BEFORE shutting down old one to minimize task rejection window - Adds proper logging for RejectedExecutionException - Chunk tasks that are rejected are now kept in rebuildQueue for retry instead of being dropped Fixes crash: RejectedExecutionException at ChunkProxy.rebuild() Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- ModuleEntry: disable JarURLConnection caching to prevent file handle leaks - RadianceClient: add WARN logging when failing to close JAR filesystem - RadianceClient: wrap UnsatisfiedLinkError with descriptive message when core library fails to load Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- MixinPlugin: return Collections.emptyList() instead of null from getMixins() for better compatibility - GameRendererMixins: add comment explaining why shader preload is intentionally cancelled (Radiance handles shader loading) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replaces HashMap with ConcurrentHashMap for pending and allocated maps to prevent potential ConcurrentModificationException when accessed from multiple threads during chunk rendering. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds releaseTextureRegistration() method to properly clean up texture mappings when textures are no longer needed, preventing memory leaks in long-running sessions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
No action to build PRs? That's a shame |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Minecraft-Radiance#205