You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
jamesnetherton
changed the title
[camel-main] Try to use bytecode transformation instead of a substitution in aws2-kinesis
Try to use bytecode transformation instead of a substitution in aws2-kinesis
Jul 22, 2024
jamesnetherton
changed the title
Try to use bytecode transformation instead of a substitution in aws2-kinesis
Remove bytecode transformation workaround in aws2-kinesis
Jul 23, 2024
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)
The text was updated successfully, but these errors were encountered: