Bug#911181: sitemesh: FTBFS with Java 11 due to javax.rmi removal

Emmanuel Bourg ebourg at apache.org
Tue Oct 16 22:01:15 BST 2018


Source: sitemesh
Severity: important
Tags: sid buster
User: debian-java at lists.debian.org
Usertags: default-java11

sitemesh fails to build with Java 11, it's affected by the removal of the CORBA
related classes which include the javax.rmi package:

    [javac] /build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/Factory.java:17: error: package javax.rmi does not exist
    [javac] import javax.rmi.PortableRemoteObject;
    [javac]                 ^
    [javac] /build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/Factory.java:94: error: cannot find symbol
    [javac]                 result = (String)PortableRemoteObject.narrow(o, String.class); // rmi-iiop friendly.
    [javac]                                  ^
    [javac]   symbol:   variable PortableRemoteObject
    [javac]   location: class Factory



More information about the pkg-java-maintainers mailing list