-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Augmenter provides a mechanism to enhance classes dynamically at runtime, but the existing implementation had a number of problems: 1. It wasn't clear which version people should use. 2. Neither version properly handled "reflexive" calls, which made implementing new locating mechanisms harder. This diff cleans that up. It does so by removing the JRE Proxy-based implementation (sadly --- I'd much rather we didn't have the bytebuddy dependency as it's very heavy) and cleaning out the implementation. The key interfaces and methods were marked as `Beta` or otherwise had notices that they were liable to change without notice, so although this isn't strictly in the spirit of the rest of the Se4 release, it'll get us over the hump.
- Loading branch information
Showing
18 changed files
with
598 additions
and
1,106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.