Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading chart with entry names longer than 100 chars is failing #181

Open
avichap opened this issue Aug 22, 2018 · 2 comments
Open

Loading chart with entry names longer than 100 chars is failing #181

avichap opened this issue Aug 22, 2018 · 2 comments
Assignees
Labels
Milestone

Comments

@avichap
Copy link

avichap commented Aug 22, 2018

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 kamranzafar/jtar#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!

@avichap avichap changed the title Loading chart with entry names longer then 100 chars is failing Loading chart with entry names longer than 100 chars is failing Aug 22, 2018
@ljnelson ljnelson self-assigned this Aug 22, 2018
@Netaji-Surve
Copy link

Hi,
Did you get chance to look into this issue?

@ljnelson
Copy link
Member

Sorry for the delay in responding; missed this notification!

This is on the radar but it will require a breaking change.

@ljnelson ljnelson added the bug label Feb 15, 2019
@ljnelson ljnelson added this to the Someday milestone Feb 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants