Skip to content

Commit

Permalink
feat: Support Java 21 in the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jansorg authored and ahtrotta committed Feb 2, 2024
1 parent d8ee3e0 commit 08ab253
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
public class AppMapJvmExecutor extends Executor {
public static final String EXECUTOR_ID = "AppMap";
// latest version of Java, which is supported by the AppMap JVM agent
private static final int LATEST_SUPPORTED_JAVA_VERSION = 17;
private static final int LATEST_SUPPORTED_JAVA_VERSION = 21;

public static @NotNull Executor getInstance() {
var executor = ExecutorRegistry.getInstance().getExecutorById(EXECUTOR_ID);
Expand Down

0 comments on commit 08ab253

Please sign in to comment.