Skip to content

Fix-348: Replacing org.apache.commons.lang.StringEscapeUtils by org.apache.commons.text.StringEscapeUtils - #349

Open
juluanb wants to merge 1 commit into
jenkinsci:mainfrom
juluanb:fix-348
Open

Fix-348: Replacing org.apache.commons.lang.StringEscapeUtils by org.apache.commons.text.StringEscapeUtils#349
juluanb wants to merge 1 commit into
jenkinsci:mainfrom
juluanb:fix-348

Conversation

@juluanb

@juluanb juluanb commented Aug 27, 2026

Copy link
Copy Markdown

PR Details

Fix-348: Replacing org.apache.commons.lang.StringEscapeUtils by org.apache.commons.text.StringEscapeUtils

Description

Relying on 'org.apache.commons.text.StringEscapeUtils' instead of 'org.apache.commons.lang.StringEscapeUtils' because Jenkins has removed the obsolete Apache Commons Lang 2 library (org.apache.commons.lang.*) from the core system.

How Has This Been Tested

Running just test return BUILD SUCCESSFUL.

Types of Changes

  • Added Unit Testing
  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have added the appropriate label for this PR
  • If necessary, I have updated the documentation accordingly.
  • All new and existing tests passed.

…g.apache.commons.lang.StringEscapeUtils' because Jenkins has removed the obsolete Apache Commons Lang 2 library (org.apache.commons.lang.*) from the core system.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant