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

Replace Javassist dependency with Byte Buddy #6

Closed
hprange opened this issue May 12, 2012 · 0 comments
Closed

Replace Javassist dependency with Byte Buddy #6

hprange opened this issue May 12, 2012 · 0 comments
Assignees
Labels
Milestone

Comments

@hprange
Copy link
Owner

hprange commented May 12, 2012

The Byte Buddy library is more efficient than Javassist regarding CPU and memory usage.

@ghost ghost assigned hprange May 12, 2012
@hprange hprange modified the milestone: woinject-1.2 Feb 5, 2015
@hprange hprange changed the title Replace Javassist with ASM Replace Javassist with Byte Buddy Oct 11, 2018
@hprange hprange changed the title Replace Javassist with Byte Buddy Replace Javassist by Byte Buddy Oct 11, 2018
hprange added a commit that referenced this issue Oct 11, 2018
The Byte Buddy library is more efficient than Javassist regarding CPU and memory usage. It's also a lot easier to use. This solution doesn't require a custom class loader, which is another advantage.

This commit doesn't include changes to replace the Javassist library when running the application into servlet environments.
hprange added a commit that referenced this issue Oct 11, 2018
The Byte Buddy library is more efficient than Javassist regarding CPU and memory usage. It's also a lot easier to use. This solution doesn't require a custom class loader, which is another advantage.

This commit doesn't include changes to replace the Javassist library when running the application into servlet environments.
hprange added a commit that referenced this issue Oct 11, 2018
This supplementary commit includes changes to replace the Javassist library when running the application into servlet environments.
@hprange hprange changed the title Replace Javassist by Byte Buddy Replace Javassist dependency with Byte Buddy Oct 11, 2018
@hprange hprange added this to the woinject-1.3 milestone Dec 4, 2018
@hprange hprange closed this as completed Dec 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant