With the newest amazon-kinesis-client, the javax.xml.bind.DatatypeConverter is used in the code. (see ticket).
The current solution is a (long) substitution for the native to work (javax has to be replaced with jakarta).
It might (or not) be possible to solve the issue in more elegant way - by using bytecode transformations (see an example)
Description
With the newest
amazon-kinesis-client
, thejavax.xml.bind.DatatypeConverter
is used in the code. (see ticket).The current solution is a (long) substitution for the native to work (javax has to be replaced with jakarta). It might (or not) be possible to solve the issue in more elegant way - by using bytecode transformations (see an example)