Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Deprecate Xalan for removal #6591

Open
Open
Milestone
@vlsi

Description

JMeter ships with Xalan, however, many its features are available with Java.
Xalan is not actively maintained, so we should consider removing Xalan APIs.

Unfortuantely, JMeter public APIs include Xalan classes, so we can't easily drop it.

The plan is as follows:

  1. Deprecate Xalan for removal in JMeter 6.0 <-- this issue
  2. Remove Xalan somewhere in 2026-2027

Looks like org.apache.jmeter.util.XPathUtil is not used by third-party code:
https://github.com/search?q=%22import+org.apache.jmeter.util.XPathUtil%22&type=code

org.apache.jmeter.util.PropertiesBasedPrefixResolver is not used either:
https://github.com/search?q=%22import+org.apache.jmeter.util.PropertiesBasedPrefixResolver%22&type=code

Looks like we could just replace the implementation and drop Xalan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      AltStyle によって変換されたページ (->オリジナル) /