David
David
Nothing built in, but you can create a before filter. I did the same for an app I have on Heroku: ``` app.before { ctx -> if (ctx.header("x-forwarded-proto") == "http")...
Might have to use the instance API then, and create two services. One for http and one for https, then redirect from the http to the https-one ?
I largely agree with @cowwoc, this is very expensive for what it brings to the average Javalin developer. Someone in the community would have to step up and commit to...
> The current upgradeContext property is marked as internal - it means that it shouldn't be visible for you in the first place, so as a root cause I'd mark...
I'm very new to TypeScript. I tried all the advice here without any success, but I managed to build on @danjohnso's workaround to "solve" this with intersection types: `export default...
Can confirm that this is an issue.
Fair enough 😅
> I might just support some dockerfiles that automate everything, and mention that Linux makes it easier. I really do think that's fair, if it wasn't clear. Anything you can...
I just spoke to the GraalVM lead yesterday, he said he would look at updating the tutorial 🤞
As @zugazagoitia points out, this does seem very solvable - is there something we're not seeing @LoonyRules ?