Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/mise/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ uv = "0.9.13"
# Tools to compile the project
'cargo:wasm-opt' = "0.116.1"
"cargo:wasm-pack" = "0.13.1"
java = "25"
java = "25.0.2+10.0.LTS"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Java version unavailable from Adoptium Temurin

High Severity

The Java version 25.0.2+10.0.LTS does not appear to be available from Adoptium Temurin yet. While Oracle released their January 2026 CPU on January 21, Adoptium has not released corresponding Temurin 25.0.2 binaries. The latest verified version is 25.0.1. Since mise uses Adoptium as its Java backend, attempting to run mise install will fail, blocking CI pipelines, developer environment setup, and Docker builds throughout the project.

Fix in Cursor Fix in Web

protoc = "32.1"

# CLI tools
Expand Down
Loading