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

[WIP] [E4 Xpath] Replace apache.commons.jxpath by javax.xml.xpath #2387

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    d596f17 View commit details
    Browse the repository at this point in the history
  2. [FIXUP] Only support containmeints?!

    HannesWell authored and ptziegler committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    21d2224 View commit details
    Browse the repository at this point in the history
  3. Simplify creation of XML document from Eclipse data model

    Instead of using a queue, one can simply use eAllContents() to get a
    tree iterator over all elements. One one is created for each node, which
    is then attached to its container.
    ptziegler committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    42a3ebd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    faeee20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c24dce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f700e27 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9f3906 View commit details
    Browse the repository at this point in the history
  8. Synchronize tests

    ptziegler committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    dc9d2d4 View commit details
    Browse the repository at this point in the history