Source: axis
Severity: serious
Tags: sid buster
User: [email protected]
Usertags: default-java10
axis fails to build with Java 10 due to the removal of the com.sun.net.ssl API:
./axis/src/org/apache/axis/components/net/SunFakeTrustSocketFactory.java:24:
error: package com.sun.net.ssl does not exist
import com.sun.net.ssl.SSLContext;
^
./axis/src/org/apache/axis/components/net/SunFakeTrustSocketFactory.java:25:
error: package com.sun.net.ssl does not exist
import com.sun.net.ssl.TrustManager;
^
./axis/src/org/apache/axis/components/net/SunFakeTrustSocketFactory.java:26:
error: package com.sun.net.ssl does not exist
import com.sun.net.ssl.X509TrustManager;
^
./axis/src/org/apache/axis/components/net/SunJSSESocketFactory.java:26:
error: package com.sun.net.ssl does not exist
import com.sun.net.ssl.SSLContext;
^
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
[email protected] for discussions and questions.