awslabs / amazon-kinesis-client

Client library for Amazon Kinesis
Apache License 2.0
632 stars 461 forks source link

AggregatorUtil. java contains "javax.xml.bind.*" #1355

Open JiriOndrusek opened 1 week ago

JiriOndrusek commented 1 week ago

I noticed in the last version 2.6.0, that a javax.xml.bind.DatatypeConverter is used in AggregatorUtil.java.

I'm not sure what is the stance on javax vs jakarta in this project, but I'd like to ask if jakarta.xml.bind.DatatypeConverter. can be used instead of javax.