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

fix: do not serialize unnecessary fields #1426

Merged
merged 1 commit into from Sep 15, 2021

Commits on Sep 15, 2021

  1. fix: do not serialize unnecessary fields

    Do not serialize java.util.regex.Pattern and executor fields in client
    side statement. This caused an issue with Java 16 compilation, where an
    IllegalAccessException is thrown during JSON serialization of such
    fields.
    thiagotnunes committed Sep 15, 2021
    Copy the full SHA
    a0c5df8 View commit details
    Browse the repository at this point in the history