Javalin 4 wishlist
See original GitHub issueThe master branch is now in 4.0.0 mode, write any feature requests here.
Changes: https://javalin.io/news/javalin-4-development-updates
Current version:
<dependency>
<groupId>io.javalin</groupId>
<artifactId>javalin</artifactId>
<version>4.0.0.ALPHA4</version>
</dependency>
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:47 (32 by maintainers)
Top Results From Across the Web
Javalin 4 wishlist · Issue #1172 - GitHub
This is nice as it provides a fair amount of documentation (still fairly bare bones) with very little code. The documentation is also...
Read more >Documentation - A lightweight Java and Kotlin web framework
Javalin - A lightweight Java and Kotlin web framework. Create REST APIs in Java or Kotlin easily.
Read more >Wishlist Wednesday - January 30, 2019 - What are your wishes for ...
Wishlist Wednesday - January 30, 2019 - What are your wishes for Anthem? Share your very own ideas and wishes for Anthem here,...
Read more >J-Heel for Jumpers and Javelin Throwers
J-Heel for Jumpers and Javelin Throwers. 3 Reviews. Pinit. $29.00. SKU: 6085-01. Back. $29.00. Quantity - +. Add to Cart. Add to Wishlist...
Read more >Ukraine tells the US it needs 500 Javelins and 500 Stingers ...
Ukraine has updated its extensive wishlist of additional military ... need for American-made Stinger anti-aircraft missiles and Javelin ...
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
Javalin is a really good framework, I enjoyed every moment of coding with it. For the next version fixing this trivial issue:
It would be awesome if you could change the return type for password in BasicAuthCredentials (from ctx.basicAuthCredentials()) from String to char array (strings are immutable–therefore you are unable to manually override the value and the password would be stored in memory until the garbage collector deallocates it).