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

Bytecode-powered optional enhancements #35

Open
A248 opened this issue Jul 15, 2023 · 1 comment
Open

Bytecode-powered optional enhancements #35

A248 opened this issue Jul 15, 2023 · 1 comment
Milestone

Comments

@A248
Copy link
Owner

A248 commented Jul 15, 2023

The following would require an optional bytecode manipulating library:

  • ConfigurationSorter based on source file ordering, requiring no manual order specification
  • Configuration proxy implemented without reflection, improving performance
@A248
Copy link
Owner Author

A248 commented Aug 30, 2023

We need to define an interface for dynamic generation of configuration interface implementations. By default, the library will use reflection with a dynamic proxy. Runtime class generation can be provided by an additional module like dazzleconf-asm, which can define hidden classes, if supported, using a multi-release jar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant