-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
Description
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
- Identify all instances in the JMeter core where the ORO library is used.
- Replace the ORO library usage with a suitable alternative.
- Ensure backward compatibility where necessary.
- Update the build.gradle or pom.xml to remove the ORO library dependency.
- 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
Reactions are currently unavailable