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

Removes final modifier from generated Proxy classes. #2068

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

cccs-ian
Copy link

Description

This PR removes the final modifier from the generated proxy classes, allowing clients code to extend them. This PR relates to some changes made here: #1661 where a small bug was fixed associated with the codegen.

Reasoning

My team has extended the HikariProxyResultSet in older versions of HikariCP, to allow us to package up stuff like warnings into the ResultSet implementation. I would be open to the suggestion that only the HikariProxyResultSet be made non-final, and be willing to change the PR to match if is decided that this is the best course of action.

Thanks for your consideration.

@cccs-ian
Copy link
Author

Hoping to start conversation about this PR :)

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.

None yet

1 participant