Actions
Bug #23811
closedScala 2.13.10 causes compilation errors with JDK 21 on intellj
Status:
Rejected
Priority:
N/A
Assignee:
Category:
Architecture - Dependencies
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
At least under intellj, we can't use Scala 2.13.10 with jdk 21. It leads to compilation errors.
Upgrading to scala 2.13.12 solves the problem.
It comes with new types declaration needed for implicits.
Updated by François ARMAND 12 months ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND 12 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Clark ANDRIANASOLO
- Pull Request set to https://github.com/Normation/rudder/pull/5217
Updated by François ARMAND 12 months ago
- Status changed from Pending technical review to New
Updated by François ARMAND 12 months ago
- Related to Bug #23417: Upgrade to scala 2.13.12 added
Updated by François ARMAND 12 months ago
- Status changed from New to Rejected
This issue would need to have the same changes that the one in #23417 and related tickets - quite a lot of changes for a patch release. We will try to avoid that unless it is really needed for security reason for ex.
Actions