eclipse-jdt/eclipse.jdt.core

Where to find the changelog for ECJ compiler versions?

Open

#262 opened on Jul 26, 2022

 (4 comments) (2 reactions) (0 assignees)Java (183 forks)auto 404
help wanted

Repository metrics

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

Description

New versions of ecj are published in Maven central at https://search.maven.org/search?q=g:org.eclipse.jdt%20a:ecj but I am not able to find a version changelog. E.g. from release 3.26.0 and 3.27.0 the minimum required Java version was changed from 8 to 11, which is an information I would like to have upfront before upgrading my dependencies.

Contributor guide