javalin.github.io
javalin.github.io copied to clipboard
Javalin website source code
**Is your feature request related to a problem? Please describe.** I've been looking into having Javalin run on GraalVM. In that process I ran into a bug in GraalVM as...
I am trying to migrate my Vaadin/javalin application to version 6.1.0. I am using [vaadin-boot](https://github.com/mvysny/vaadin-boot) library for Vaadin which already provides an embedded Jetty server. I am looking how to...
Currently javalin.io provides only OpenGraph tags, would be nice if someone would implement tags for Twitter: * https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/markup
The tutorial is outdated and it's been discussed on discord to remove it. However it could be updated for javalin/javalin#1795. Related: javalin/javalin#1793 **Posible implementation**: javalin/javalin#1825
**Describe the feature** I would like to request Java versions of this guide: https://javalin.io/tutorials/simple-frontends-with-javalin-and-vue **Additional context** Additionally, I would like to suggest using ApiBuilder.get and ApiBuilder.path to show static method...
**Describe the bug** While shading javalin ssl inside of spigot plugin, hpack http2 class is not included inside of ServiceLoaders, resulting `ERR_CONNECTION_CLOSED` Fixed by adding `org.apache.maven.plugins.shade.resource.ServicesResourceTransformer` transformer. Docs should be...
1. > Let’s try to render our first template. Create the directory src/main/jte in your project. In this directory create a file hello.jte and enter the following: * The guide...
There are still some unlisted plugins that are bundled: * https://github.com/javalin/javalin/tree/master/javalin/src/main/java/io/javalin/plugin/bundled It might be good idea to move them to plugin pages with relevant guides.
### Objective Make it easier for users (like me) to contribute documentation updates for the Javalin web site. **REQUEST**: Can the community provide a better Docker-based (or even non-Docker-based) approach...