Skip to content

[BUG] OxygenXML not compatible yet with 'develop' #5806

@dizzzz

Description

@dizzzz

The oxygenXML editor is not yet compatible with 'develop'.

Two reasons

  1. Java 21
    Oxygen is yet bundled with Java17; as develop is built with Java21, the eXist-db classes can't be loaded
    Work around: remove bundled OpenJDK from oxygen

  2. xmldb-api change
    the API has been modernized and updated. as a result OxygenXML shows the following error:

Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: 'java.lang.String org.xmldb.api.base.Resource.getResourceType()'
	at ro.sync.db.nxd.exist.k.getTooltip(Unknown Source)

this requires an update of the editor.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions