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

Limit BigDecimal scale value for JsonNumber#bigIntegerValue() and JsonNumber#bigIntegerValueExact() #78

Merged
merged 9 commits into from
Apr 21, 2023

Commits on Apr 19, 2023

  1. Limit BigDecimal scale value for JsonNumber#bigIntegerValue() and Jso…

    …nNumber#bigIntegerValueExact().
    
    Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
    Tomas-Kraus committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    1c243a7 View commit details
    Browse the repository at this point in the history
  2. System property is readed in doPrivileged.

    Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
    Tomas-Kraus committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    044a4ce View commit details
    Browse the repository at this point in the history
  3. Added context instance. BigDecimal scale value is configurable from c…

    …onfig Map.
    
    Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
    Tomas-Kraus committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    b8a7881 View commit details
    Browse the repository at this point in the history
  4. Added security manager check.

    Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
    Tomas-Kraus committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    5b50d93 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Review notes applied.

    Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
    Tomas-Kraus committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    52b40cd View commit details
    Browse the repository at this point in the history
  2. Added prettyPrinting and rejectDuplicateKeys to the context class. Di…

    …d final code cleanup.
    
    Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
    Tomas-Kraus committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    dec774c View commit details
    Browse the repository at this point in the history
  3. Added junit tests to cover maxBigIntegerScale being set from system p…

    …roperty and config Map.
    
    Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
    Tomas-Kraus committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    6be65ae View commit details
    Browse the repository at this point in the history
  4. Static variable for org.eclipse.parsson.maxBigIntegerScale moved to J…

    …sonConfig
    
    Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
    Tomas-Kraus committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    774b9ed View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Fixed code style.

    Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
    Tomas-Kraus committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    ec8645e View commit details
    Browse the repository at this point in the history