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

[CALCITE-6590] Use reflection to handle Java SecurityManager deprecation in Avatica #251

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
javadoc fix
stoty committed Jan 25, 2025
commit 15a0c7de0ddc2c887f6810ec8080aa970e85f3bb
Original file line number Diff line number Diff line change
@@ -179,7 +179,6 @@ public static <T> T callAs(Subject subject, Callable<T> action) {

/**
* Maps to Subject.currect() is available, otherwise maps to Subject.getSubject()
* </p>
* @return the current subject
*/
public static Subject currentSubject() {