Skip to content
Success

Changes

Summary

  1. Soft-deprecate reflection helpers (commit: a11a57e) (details)
Commit a11a57eb405665b6451dc9d5ca1dabb411661a13 by ME1312
Soft-deprecate reflection helpers

This commit adds warnings to methods that are likely to be removed in a future version.
The reason these weren't just out-right removed as usual is because: (1) these methods are used frequently, and (2) at this time, their functionality is as desired.
The moment this project switches to JPMS modules, however, it is very possible that these methods will cease to function as their callers had expected. At that point, they will be removed to further improve security.
(commit: a11a57e)
The file was modified GalaxiAPI/global/src/net/ME1312/Galaxi/Library/Util.java (diff)
The file was modified GalaxiAPI/global/src/net/ME1312/Galaxi/Library/Access.java (diff)