Skip to content

Remove dependency on java.beans #851

@kwin

Description

@kwin

java.beans is only contained in module java.desktop and should not be required to run AEM. A similar fix was implemented in https://issues.apache.org/jira/browse/SLING-8030. Compare also with https://stackoverflow.com/questions/49784240/java-beans-introspector-requires-desktop-module. Although this dependency comes from the JSP EL (https://tomcat.apache.org/tomcat-10.1-doc/elapi/jakarta/el/ELResolver.html#getFeatureDescriptors(jakarta.el.ELContext,java.lang.Object)) it is removed in EL 6. This requires Java 17 at runtime though...

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