Skip to content

Why it is necessary to maintain some dependencies in lib folder? #164

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

Open
jabrena opened this issue Apr 10, 2025 · 1 comment
Open

Why it is necessary to maintain some dependencies in lib folder? #164

jabrena opened this issue Apr 10, 2025 · 1 comment

Comments

@jabrena
Copy link

jabrena commented Apr 10, 2025

Hi,

Can you explain why exist some libs in lib folder?

Many thanks in advance

Juan Antonio

@en-milie
Copy link
Contributor

Hi @jabrena. Sure!
I had to fork OkHttp because the default implementation is not allowing non-ascii characters in header names. Which makes sense from the library perspective, but I needed this functionality. Additionally, I also wanted to change how response headers and http response are being handled in case of different types of exceptions.

For swagger-parser, I needed the ability to solve cross-path references for schemas and parameters, which is not supported yet. Plus some additional feature such as handling empty model names, handling primitives with additional properties, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants