Skip to content

Bump io.javalin:javalin from 6.7.0 to 7.0.0#44

Merged
vanrogu merged 2 commits intodevelopfrom
dependabot/maven/io.javalin-javalin-7.0.0
Feb 23, 2026
Merged

Bump io.javalin:javalin from 6.7.0 to 7.0.0#44
vanrogu merged 2 commits intodevelopfrom
dependabot/maven/io.javalin-javalin-7.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps io.javalin:javalin from 6.7.0 to 7.0.0.

Release notes

Sourced from io.javalin:javalin's releases.

7.0.0

What's Changed

... (truncated)

Commits
  • 3e02e28 [maven-release-plugin] prepare release javalin-parent-7.0.0
  • a02ecb7 [pom] Publish aggregator poms to fix release deploy
  • 0b1d72e [json] Use ThrowingConsumer for better Java interop in PipedStreamExecutor
  • a6efecc [endpoint] Add missing annotation
  • 7b599e9 [build] Prevent skipPublishing from being inherited by child modules
  • 1b3c374 [plugin] Make RateLimitPlugin config optional
  • 3f75abe [maven-release-plugin] prepare for next development iteration
  • a83b0c8 [maven-release-plugin] prepare release javalin-parent-7.0.0-beta.3
  • 09a208b [config] Expose unsafe on JavalinConfig
  • a78cd1b [api] Add Javalin.start(config) convenience method
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Feb 23, 2026
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>
@dependabot dependabot bot force-pushed the dependabot/maven/io.javalin-javalin-7.0.0 branch from 649dd89 to 2bbbb16 Compare February 23, 2026 21:31
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>
@vanrogu vanrogu merged commit e7de359 into develop Feb 23, 2026
@dependabot dependabot bot deleted the dependabot/maven/io.javalin-javalin-7.0.0 branch February 23, 2026 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant