Since the latest update, java commands do not resolve anymore. E.g. heroku java:jmap produces the following error: Warning: java:jmap is not a heroku command.. This command used to work before this latest update.
OS version: macOS 26.3.1
Shell version: zsh 5.9 (arm64-apple-darwin25.0)
Heroku CLI version: 11.0.0
Java Plugin version: 3.1.1
% heroku --version
heroku/11.0.0 darwin-arm64 node-v25.8.2
% heroku plugins:install @heroku-cli/plugin-java
heroku: Installing plugin java@latest... installed v3.1.1
% heroku java:jmap
› Warning: java:jmap is not a heroku command.
Did you mean apps:join? No
› Error: Run heroku help for a list of available commands.
% heroku plugins --core
@oclif/plugin-commands 4.1.40 (core)
@oclif/plugin-help 6.2.38 (core)
@oclif/plugin-legacy 2.0.28 (core)
@oclif/plugin-not-found 3.2.75 (core)
@oclif/plugin-plugins 5.4.58 (core)
@oclif/plugin-search 1.2.38 (core)
@oclif/plugin-update 4.7.23 (core)
@oclif/plugin-version 2.2.38 (core)
@oclif/plugin-warn-if-update-available 3.1.55 (core)
@oclif/plugin-which 3.2.44 (core)
heroku-repo 2.0.0
java 3.1.1
Since the latest update, java commands do not resolve anymore. E.g.
heroku java:jmapproduces the following error:Warning: java:jmap is not a heroku command.. This command used to work before this latest update.OS version: macOS 26.3.1
Shell version: zsh 5.9 (arm64-apple-darwin25.0)
Heroku CLI version: 11.0.0
Java Plugin version: 3.1.1