yegor256/cam

enable Java 21 syntax

Open

#231 opened on Mar 21, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Shell (51 forks)github user discovery
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (27 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, we only support Java 8, because we use javalang library, which supports Java 8 (three years without any updates). Let's find a way to either replace it or maybe upgrade it. We need to support Java 21+.

Contributor guide