You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java 8 seems to be the common target for libraries. We're currently using Java 20+ features in our generated code. Investigate and report here on what features we'd need to lose, what can be polyfilled, and what functionality we would lose.
Discuss the tradeoffs, create tickets if we decide to support it.
The text was updated successfully, but these errors were encountered:
Could figure out the effort to support back to Java 17 - that is likely to be a problem because we are using Records, and they are new after 17. If we can get to 17, getting back to 11 or 8 is probably not too difficult.
Java 8 seems to be the common target for libraries. We're currently using Java 20+ features in our generated code. Investigate and report here on what features we'd need to lose, what can be polyfilled, and what functionality we would lose.
Discuss the tradeoffs, create tickets if we decide to support it.
The text was updated successfully, but these errors were encountered: