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

Allow disabling validation on empty tags #497

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

Commits on Nov 27, 2023

  1. [Validation] introduce property to control whether or not to validate…

    … empty tags on decoders, and treat them as missing tags if encountered when validation is off.
    writeoncereadmany committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7f7e3c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. [Validation] switch from a runtime property to determine whether to a…

    …pply empty tag validation to a codec build-time property. note: no mechanism for setting this build-time property has been added yet.
    writeoncereadmany committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    d465cbb View commit details
    Browse the repository at this point in the history
  2. [Validation] determine whether or not to allow empty tags based on a …

    …system property passed in to the codec generator
    writeoncereadmany committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    c78d936 View commit details
    Browse the repository at this point in the history
  3. [JDK21] suppress this-escape warning: allows compilation without erro…

    …rs under JDK21. There are ways of solving this without the suppression, but they require more discussion and work: this is a good starting point for what's likely to be over-eager analysis for most use cases.
    writeoncereadmany committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    bd3a107 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8abc30 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    6f20b4a View commit details
    Browse the repository at this point in the history