Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#641: Reflection API upgrade [2.5.0, Don't merge into 2.4.0!] #642

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

DaanVanYperen
Copy link
Collaborator

Ready to be merged, just blocked by 2.4.0 release.

  • Reflection implementation upgraded with libGDX reflection improvements 2014-now.

  • FIX: Maximum size of reflection cache increased (doubled, more or less).

  • BREAKING CHANGES

    • Minor changes to reflection API to match libGDX 1.10 API.
      ClassReflection::isAbstractClass -> ClassReflection::isAbstract
    • Building for HTML might throw a missing class error in the reflection cache.
      Add missing classes to artemis.reflect.include to your gwt.xml.

- Type lookups are cached.
- Several small API inconsistencies with libGDX resolved.
…between two classes.

- Merges TheLogicMaster:split-gwt-reflection-cache, excluding an optional source-reshuffle.
@fgnm fgnm mentioned this pull request Dec 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant