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

Move generated class packages to enable java 21 support #23

Merged
merged 2 commits into from
Dec 27, 2024
Merged

Conversation

davidcooke2
Copy link
Contributor

Java 21 doesn't like us defining classes outside of the current package, it also requires a "neighbour" class. These commits upgrade javassist for the new apis needed for the neighbour class and move the generated classes into our own package

@davidcooke2 davidcooke2 merged commit b421292 into master Dec 27, 2024
5 checks passed
@davidcooke2 davidcooke2 deleted the jdk21 branch December 27, 2024 16:49
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

Successfully merging this pull request may close these issues.

2 participants