Petr Kuzel created QPIDJMS-596:
----------------------------------

             Summary: Remove dependency on the java.desktop module
                 Key: QPIDJMS-596
                 URL: https://issues.apache.org/jira/browse/QPIDJMS-596
             Project: Qpid JMS
          Issue Type: Improvement
          Components: qpid-jms-client
            Reporter: Petr Kuzel


I have a microservice and trying to build (c.f. jlink) an image with minimal 
size.

 

jdeps -s qpid-jms-client-1.11.0.jar
qpid-jms-client-1.11.0.jar -> java.base
qpid-jms-client-1.11.0.jar -> java.desktop
qpid-jms-client-1.11.0.jar -> java.naming
qpid-jms-client-1.11.0.jar -> java.security.sasl
qpid-jms-client-1.11.0.jar -> not found

 

Qpid is the only library in my deps that requires the java.desktop module, 
which is one of biggest.

 

Would not it be possible to avoid dependency on the java.desktop module, please?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to