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

Resolve duplicate reflection cache #345

Closed
DaanVanYperen opened this issue Sep 6, 2015 · 1 comment
Closed

Resolve duplicate reflection cache #345

DaanVanYperen opened this issue Sep 6, 2015 · 1 comment

Comments

@DaanVanYperen
Copy link
Collaborator

Serialization uses both reflection caches. This is undesirable as it creates hard to debug issues and bloat on the platform where we don't want either.

Ideally we would do one of the following:

  • Strip LibGDX reflection into a separate module (via script, tool assisted or manual).
  • Generate delegate reflection wrapper if LibGDX is detected.
  • Move to bytecode supporting technology.
@DaanVanYperen DaanVanYperen added this to the artemis-1.1.0 milestone Sep 6, 2015
@DaanVanYperen DaanVanYperen changed the title Delegate reflection cache Resolve duplicate reflection cache Sep 6, 2015
@DaanVanYperen DaanVanYperen mentioned this issue Sep 17, 2015
16 tasks
@DaanVanYperen
Copy link
Collaborator Author

Groomed issues worth revisiting later. Out of scope or in need of sponsor.

@junkdog junkdog modified the milestone: artemis-1.4.0 Nov 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants