Skip to content

[MNG-7913] Upgrade Sisu version to 0.9.0.M2 #8732

@jira-importer

Description

@jira-importer

Tamas Cservenak opened MNG-7913 and commented

Recently, as new Java versions are pushed out more aggressively (with Java 21 out this autumn), seemingly it became normal that users developing Maven plugins (and components used by those plugins) using bytecode level that is Java14+.

But alas, Maven 3.9.x line uses Sisu 0.3.5 that is capable to glean bytecode only up to Java 14. Components having higher version bytecode are silently skipped by Sisu (no output about this, only at Sisu DEBUG level not emitted by default).

Hence, it would make sense to up Sisu version to at least 0.9.0.M2 in Maven 3.9.x as well, that would allow use of JSR330 components using bytecode more recent that Java 14 is, up to 19.


Issue Links:

Remote Links:

1 votes, 4 watchers

Metadata

Metadata

Assignees

Labels

dependenciesPull requests that update a dependency filepriority:majorMajor loss of function

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions