mani0207 opened a new issue, #6645: URL: https://github.com/apache/jmeter/issues/6645
### Use case The JMeter core currently references the legacy ORO library, which is outdated and flagged as deprecated or TLM (Technical Lifecycle Management) in the project. This issue aims to refactor the codebase to remove dependencies on the ORO library and replace it with a modern, actively maintained alternative (e.g., java.util.regex or Apache Commons Text, if applicable). ### Possible solution 1. Identify all instances in the JMeter core where the ORO library is used. 2. Replace the ORO library usage with a suitable alternative. 3. Ensure backward compatibility where necessary. 4. Update the build.gradle or pom.xml to remove the ORO library dependency. 5. Test the changes thoroughly to ensure no regressions are introduced. ### Possible workarounds _No response_ ### JMeter Version 5.6.3 ### Java Version jdk 17 ### OS Version _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
