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

6070 Update Apache Commons Lang3 #7801

Merged
merged 10 commits into from
May 21, 2021
Merged

Commits on Apr 14, 2021

  1. Configuration menu
    Copy the full SHA
    da37d7c View commit details
    Browse the repository at this point in the history
  2. refactor(deps): make main Java classes use Apache Commons Lang3 IQSS#…

    …6070
    
    Also switch from bulk imports of commons.lang3.* to single class style.
    Fixing for other parts like java.util, too.
    poikilotherm committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    eb59a11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b33f88 View commit details
    Browse the repository at this point in the history
  4. fix(deps): move to Apache Commons Text for escapeHtml() and escapeXml()

    IQSS#6070
    
    Apache Commons Lang3 3.12.0 moved `StringEscapeUtils` to Apache Commons
    Text. Also, escapeHtml() and escapeXml() from Apache Commons Lang (v2)
    have been renamed to escapeHtml4() and escapeXml10() with v3.0
    poikilotherm committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    eca8b8f View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

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

Commits on May 17, 2021

  1. Configuration menu
    Copy the full SHA
    5564b4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f41342e View commit details
    Browse the repository at this point in the history
  3. Went back to using lang3.StringUtils.isNumeric()

    ... to be safe. (IQSS#6070)
    landreev authored May 17, 2021
    Configuration menu
    Copy the full SHA
    8455980 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

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

Commits on May 21, 2021

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