You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vault provider selection via system properties
Now you can explicitly choose which Vault provider to use (e.g., -Dvault.Economy=Essentials). If unspecified, the default Vault
priority-based provider is applied. Minimal provider debug logging added for easier troubleshooting.
🔧 Refactoring / Performance
Optimized number formatting cache
Replaced Map<Integer, NumberFormat> with Int2ObjectMap to avoid boxing overhead in frequently accessed caches, improving
performance in number formatting operations.