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

Maven pom says Java 1.8 but code calls methods from Java 9 #65

Open
apatrida opened this issue May 15, 2022 · 0 comments
Open

Maven pom says Java 1.8 but code calls methods from Java 9 #65

apatrida opened this issue May 15, 2022 · 0 comments

Comments

@apatrida
Copy link

in SqlLoggerListener, Java 9 specific API is called, but the Maven setup says it is to be Java 8 compatible.

boolean keepStatus = field.canAccess(reflectObj);

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