You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2021/11/19 00:26:50 UTC

[GitHub] [activemq] ehossack opened a new pull request #726: Fix for removed java.xml.bind dependency in Java 11

ehossack opened a new pull request #726:
URL: https://github.com/apache/activemq/pull/726


   Without this change, in my local clone of the project (and Intellij) fails to build because there's no shipped version of `DataTypeConverter` that's referenced.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [activemq] mattrpav commented on pull request #726: Fix for removed java.xml.bind dependency in Java 11

Posted by GitBox <gi...@apache.org>.
mattrpav commented on pull request #726:
URL: https://github.com/apache/activemq/pull/726#issuecomment-973677810


   What is the error you get? I build w/ Java 11 without this patch-- so does Apache's Jenkins.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [activemq] jbonofre commented on pull request #726: Fix for removed java.xml.bind dependency in Java 11

Posted by GitBox <gi...@apache.org>.
jbonofre commented on pull request #726:
URL: https://github.com/apache/activemq/pull/726#issuecomment-974144779


   Java11 build is OK on my boxes. Furthermore, as JDK9+ doesn't provide jaxb anymore, the dependency is actually required.
   IMHO, I would -1 this change.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [activemq] jbonofre closed pull request #726: Fix for removed java.xml.bind dependency in Java 11

Posted by GitBox <gi...@apache.org>.
jbonofre closed pull request #726:
URL: https://github.com/apache/activemq/pull/726


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [activemq] jbonofre commented on pull request #726: Fix for removed java.xml.bind dependency in Java 11

Posted by GitBox <gi...@apache.org>.
jbonofre commented on pull request #726:
URL: https://github.com/apache/activemq/pull/726#issuecomment-997339416


   Tested and I confirm that the dependency is required for JDK11+


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org