question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Expose JavalinServlet in a better way

See original GitHub issue

Currently there’s EmbeddedJavalin which extends Javalin, overrides a bunch of methods which can’t be used, and sets Javalins jetty config to nulls. It would be good if we could expose JavalinServlet more easily.

@mvysny might have some opinions here.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:21 (21 by maintainers)

github_iconTop GitHub Comments

1reaction
tipsycommented, Apr 23, 2019
0reactions
tipsycommented, Apr 24, 2019

You’re welcome 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Expose JavalinServlet in a better way · Issue #511
The problem is that Javalin is a Builder with methods returning this (Javalin itself); with the new approach it would return EmbeddedJavalin ...
Read more >
Javalin - A lightweight Java and Kotlin web framework
Javalin 2.4.0 released. JavalinServlet exposed! ( Nov 4, 2018 ). What's Javalin? Javalin is a very lightweight Java and Kotlin web framework ...
Read more >
Read Web Applications with Javalin
Javalin is both a Kotlin web framework and a Java web framework, meaning the API is being developed with focus on great interoperability...
Read more >
javalin-io/general
Hey @tipsy ! Is there an easy way for me to preview my changes? I am about 80% done with cloning the Kotlin...
Read more >
March 2022
I use a small .h file to expose this function to my C++ code like any other free function. There's another helper I...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found