Skip to content

GH-58 Migrate to Javalin 7.x#59

Merged
dzikoysk merged 3 commits into
mainfrom
GH-58
Feb 7, 2026
Merged

GH-58 Migrate to Javalin 7.x#59
dzikoysk merged 3 commits into
mainfrom
GH-58

Conversation

@dzikoysk

@dzikoysk dzikoysk commented Feb 7, 2026

Copy link
Copy Markdown
Member

No description provided.


public static void main(String[] args) {
Javalin.createAndStart(config -> {
Javalin.create(config -> {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to start 😁

@codecov

codecov Bot commented Feb 7, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 56.25000% with 28 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.40%. Comparing base (33659b3) to head (4037859).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...alin/community/routing/JavalinRoutingExtensions.kt 44.12% 18 Missing and 1 partial ⚠️
.../community/routing/annotations/AnnotatedRouting.kt 36.37% 7 Missing ⚠️
...javalin/community/routing/JavalinConfigUnsafe.java 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main      #59      +/-   ##
============================================
- Coverage     78.08%   74.40%   -3.67%     
- Complexity       94      108      +14     
============================================
  Files            21       22       +1     
  Lines           552      625      +73     
  Branches         79       57      -22     
============================================
+ Hits            431      465      +34     
- Misses           91      137      +46     
+ Partials         30       23       -7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dzikoysk dzikoysk merged commit 2067af3 into main Feb 7, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants