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
perf(core): Use build-time class availability (#5875)
* perf(core): Use build-time class availability
Consult class availability data injected by build tooling before falling back to reflection. Keep the map nullable so consumers without supporting tooling preserve current behavior.
Refs JAVA-654
Co-Authored-By: Codex <noreply@openai.com>
* ref(core): Make class availability package-private
Allow package-local tests to set class availability without reflection.
Refs LINEAR-JAVA-654
Co-Authored-By: Codex <noreply@openai.com>
---------
Co-authored-by: Codex <noreply@openai.com>
0 commit comments