Source: sitemesh
Severity: important
Tags: sid buster
User: debian-j...@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

Reply via email to