Actions
Architecture #24554
closedUse enumeratum in place of sealarate for scala3 migration
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Code maintenance
Target version:
Fix check:
To do
Regression:
No
Description
Sealarate isn't supported in Scala3. Plus, it's a very limited library that doesn't really gives us enumeration.
Enumeratum IS supported in both scala 2 and 3 and can replace sealarate.
We need to migrate to enumeratum before being able to migrate to scala 3.
Updated by François ARMAND 8 months ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND 8 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/5499
Updated by Anonymous 8 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|a38294833f459efb0351ff4adbd9a0f3c44dc112.
Updated by Vincent MEMBRÉ 8 months ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 8.1.0~beta2 which was released today.
Updated by François ARMAND 7 months ago
- Related to Architecture #24814: Scala 3 migration added
Actions