Loading chart with entry names longer than 100 chars is failing
In our system we have charts with many nesting levels and thus name are sometimes longer then 100. currently these charts are failing to load in microbean. In the current microbean implementation jtar is used for parsing chart tar files. jtar has limitation as it reflecting old tart format where entry names were limited to 100 chars. see https://github.com/kamranzafar/jtar/issues/9. I have tested with apache common compress TarArchiveInputStream which support the GNU tar format and its worked. migration was easy as same API are exposed both by the new implementation and existing implementation.
Appreciate your support on that!
Hi, Did you get chance to look into this issue?
Sorry for the delay in responding; missed this notification!
This is on the radar but it will require a breaking change.