Merged
Conversation
# PlayerVaultsX v1.0.3 Release Notes This release focuses on platform stability, internal security, and performance optimizations through dependency updates. ## 🛠️ Internal Improvements & Dependency Updates This version brings several key libraries up to date to ensure long-term stability and security fixes. - **Storage Drivers**: - Updated **MySQL Connector** to `9.6.0` for improved connection handling. - Updated **MongoDB Driver** to `5.1.0` for better modern MongoDB compatibility. - Updated **Jedis (Redis)** to `5.2.0` with performance optimizations. - **Support Libraries**: - Updated **PlaceholderAPI** to `2.12.2` for improved integration robustness. - Updated **CardboardBox** to `3.0.6` for better item serialization. - Updated **Checker Qual** to `3.53.1` for enhanced static analysis. - **Testing Frameworks**: - Updated **MockBukkit** to `3.133.2` for more accurate Spigot server simulation. - Updated **JUnit Jupiter** to `5.11.4` for better test execution. - Updated **Mockito** to `5.21.0` for improved mocking capabilities. ## 🚀 Performance & Stability - Verified full compatibility with the latest dependency versions across all storage backends (MySQL, MongoDB, Redis, File).
…tibility and update VaultAPI dependency.
…NF in the final JAR artifact.
…lusions, new package relocations, and resource transformers, while switching from MySQL to MariaDB and adjusting Adventure dependency scopes to provided. - **18% JAR Size Reduction**: Reduced final binary from **4.43 MB** to **3.60 MB**.
Owner
|
Fixed the NoClassDefFoundError by ensuring server-provided libraries are not relocated. |
westkevin12
approved these changes
Feb 22, 2026
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.
PlayerVaultsX v1.0.3 Release Notes
This release focuses on platform stability, internal security, and performance optimizations through dependency updates.
🛠️ Internal Improvements & Dependency Updates
This version brings several key libraries up to date to ensure long-term stability and security fixes.
5.1.0for better modern MongoDB compatibility.5.2.0with performance optimizations.2.12.2for improved integration robustness.3.0.6for better item serialization.3.53.1for enhanced static analysis.3.133.2for more accurate Spigot server simulation.5.11.4for better test execution.5.21.0for improved mocking capabilities.🚀 Performance & Build Optimizations
providedto leverage native server APIs in modern Paper/Spigot environments.