Commit e7de359
Bump io.javalin:javalin from 6.7.0 to 7.0.0 (#44)
* Bump io.javalin:javalin from 6.7.0 to 7.0.0
Bumps [io.javalin:javalin](https://github.com/javalin/javalin) from 6.7.0 to 7.0.0.
- [Release notes](https://github.com/javalin/javalin/releases)
- [Commits](javalin/javalin@javalin-parent-6.7.0...javalin-parent-7.0.0)
---
updated-dependencies:
- dependency-name: io.javalin:javalin
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix compile errors for Javalin 7.0.0 upgrade
Adapt BenchmarkApplication to Javalin 7 breaking API changes:
- Move useVirtualThreads to config.concurrency.useVirtualThreads
- Move route registration from javalin.get() to config.routes.get()
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Günther Van Roey <gunther.vanroey@xt-i.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 574fea8 commit e7de359
File tree
2 files changed
+9
-11
lines changed- sliceworkz-eventmodeling-benchmark
- src/main/java/org/sliceworkz/eventmodeling/benchmark
2 files changed
+9
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
Lines changed: 8 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
87 | 94 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | 95 | | |
98 | 96 | | |
99 | 97 | | |
| |||
0 commit comments