Apicurio / apicurio-registry

An API/Schema registry - stores APIs and Schemas.
https://www.apicur.io/registry/
Apache License 2.0
586 stars 259 forks source link

Inconsistent source/target Java version with changelog (bug in automatic release notes tooling) #5075

Open IncandescentChrysalis opened 2 weeks ago

IncandescentChrysalis commented 2 weeks ago

Description

Registry Version: 2.6.2.Final

Reading from 2.4.3.Final changelog, Java target release was supposed to be switched to Java 17. However its pom.xml configuration still shows Java 11. Moreover, even the latest 2.*, 2.6.2.Final is afflicted by the same problem.

apicurio-bot[bot] commented 2 weeks ago

Thank you for reporting an issue!

Pinging @jsenko to respond or triage.

EricWittmann commented 2 days ago

Our automatic changelog tool is broken. It pulls in changes from main no matter what branch is being used for a release.

That said, the official story on this is that java 17 is required starting with version 3.0 (aka main). Older versions remain Java 11.