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 eclipse warnings #1916

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open

fix eclipse warnings #1916

wants to merge 6 commits into from

Commits on Nov 16, 2022

  1. fix eclipse warnings

    Remove @SuppressWarnings("deprecation") on deprecated methods. The
    annotation is for suppressing calls of deprecated methods, not
    implementation of deprecated methods.
    
    Only generated _plainSerDe when it is used.
    
    Fixes #1635
    rzpt committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    8e54a5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4100017 View commit details
    Browse the repository at this point in the history
  3. fix tests

    rzpt committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    3cc21a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Revert deprecation changes

    rzpt committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    7e6f54b View commit details
    Browse the repository at this point in the history
  2. switch away from ThreadLocal

    rzpt committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    0757139 View commit details
    Browse the repository at this point in the history
  3. update changelog

    rzpt committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    329adda View commit details
    Browse the repository at this point in the history