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.

Javalin 5.0 Roadmap

See original GitHub issue

This issue summarizes issues related to Javalin 5.0 (GitHub + Discord).

Confirmed

Candidates

  • A little bit of abstraction to make Javalin independent from Jetty (or at least start this process somehow?)
  • Refactor of SSE implementation
  • Rethink config setup + Jetty config builder?

Rejected

  • ~Move to Java 17 instead of 11~

Use snapshot releases

badge In order to use snapshot builds, user has to add following repository to the pom.xml:

<repositories>
  <repository>
    <id>reposilite-repository</id>
    <name>Reposilite Repository</name>
    <url>https://maven.reposilite.com/snapshots</url>
  </repository>
</repositories>

~ Or manual download: https://maven.reposilite.com/#/snapshots/io/javalin/javalin

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:9
  • Comments:15 (12 by maintainers)

github_iconTop GitHub Comments

4reactions
tipsycommented, Sep 4, 2022

RC is out:

<dependency>
    <groupId>io.javalin</groupId>
    <artifactId>javalin</artifactId>
    <version>5.0.0.RC2</version>
</dependency>
3reactions
tipsycommented, Sep 24, 2022

There is already support for that, it has been updated to work with JDK 19 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Javalin 5.0 stable is ready!
Javalin is a Java and Kotlin web framework which focuses on simplicity and Java/Kotlin interoperability. It supports WebSockets and HTTP3, and ...
Read more >
Javalin (@javalin_io) / Twitter
Javalin 5.0 Roadmap · Issue #1517 · javalin/javalin. This issue summarizes issues related to Javalin 5.0 (GitHub + Discord). Confirmed 1. Restructuring 1.1....
Read more >
javalin v5 is out partying face https javalin io news javali | Feed
javalin v5 is out partying face https javalin io news javalin 5 0 0 stable html language kotlin.
Read more >
Introducing Javalin: a Lightweight Web Framework for Java ...
Javalin is a lightweight web framework for Java and Kotlin designed to be simple and blocking by default, supporting websockets, HTTP2, ...
Read more >
The 2019 Payara Platform 5 Roadmap : r/java - Reddit
The 2019 Payara Platform 5 Roadmap. r/java - The 2019 Payara Platform 5 Roadmap ... 5 days ago. Additional post actions ... Javalin...
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