jbrotli mandatory in 3.2.0
See original GitHub issueActual behavior (the bug)
When upgrading to 3.2.0 I now get a dependency complaint. Could not find org.meteogroup.jbrotli:jbrotli:0.5.0.
This seems like a pretty heavy handed required dependency for a framework that for the most part is unopinionated.
Expected behavior jbrotli should not be required in order to use Javalin
To Reproduce Upgrade to 3.2.0
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
jbrotli mandatory in 3.2.0 · Issue #674 - GitHub
It's a small dependency that provides simple functionality that you as a developer won't ever have to interact with (beyond telling Javalin to ......
Read more >jbrotli-native-linux-x86-amd64 - Maven Repository
Java bindings for Brotli: a new compression algorithm for the internet. License, Apache 2.0. Tags, unixnativex86linux. Ranking, #446445 ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@mpe85 thanks. I’ve discussed this with @nixxcode, and our short term plan is to make the dependency optional, then we’ll fork jbrotli and publish it on Maven Central ourselves.
Fix has been released in 3.3.0 now: https://javalin.io/news/2019/07/28/javalin-3.3.0-released.html