beanit / asn1bean

ASN1bean (formerly known as jASN1) is a Java ASN.1 BER and DER encoding/decoding library
https://www.beanit.com/asn1/
Apache License 2.0
110 stars 45 forks source link

Remove test/compilation dependency on JAXB to make it compile on JDK11 #22

Closed kimholan closed 5 years ago

kimholan commented 5 years ago

Is there any particular reason to use the JAXB data type converter for the hex conversions?

JAXB was deprecated in JDK9, so it doesn't compile out of the box.

The PR changes all JAXB calls to use the HexConverter already present in the code base.

sfeuerhahn commented 5 years ago

I thought I had removed all JAXB dependencies. Thanks.