tls-attacker / TLS-Attacker

TLS-Attacker is a Java-based framework for analyzing TLS libraries. It can be used to manually test TLS clients and servers or as as a software library for more advanced tools.
Apache License 2.0
789 stars 136 forks source link

Fix build error due to missing java.xml.bind #72

Closed ApolloLV closed 3 years ago

ApolloLV commented 4 years ago

java.xml.bind was deprecated in Java 8 and removed in Java 11, which is why Transport fails to build (even when the other issues that currently prevent building are resolved). Using Jakarta xml as proposed by https://stackoverflow.com/a/52502208/4091513.

jurajsomorovsky commented 3 years ago

Was fixed with the latest release. Java 11 is supported