Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change template engine or increase Java baseline #272

Open
shakuzen opened this issue Jul 4, 2024 · 0 comments
Open

Change template engine or increase Java baseline #272

shakuzen opened this issue Jul 4, 2024 · 0 comments

Comments

@shakuzen
Copy link
Member

shakuzen commented Jul 4, 2024

See #224 (comment) for the original context.
We use handlebars for our template engine. It seems supported versions of handlebars going forward will be Java 17 baseline. That means we either need to bump our baseline or change to a different template engine to be on a supported version. It would be ideal to keep our Java baseline for this project in line with the rest of the Micrometer portfolio. In some sense, this project is a little different since it can be run as a build task and therefore does not need to use the same Java version your code is compiled with or targeted to. That said, a Java baseline bump would mean a new major version and it would probably complicate some users' builds that are baselined lower than Java 17.

@shakuzen shakuzen changed the title Change template engine or bump baseline Change template engine or increase Java baseline Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant