Actions
Bug #16492
closedWe use not the correct InputStream at several place
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
In 6.0, for some reason, we have imported scala.tools.nsc.interpreter.InputStream
in place of java.io.InputStream
. This is not too bad because it's the same underlying object, but it's an internal scala API for no reason, and it' won't work in scala 2.13, and well, that's obviously not what we wanted to do.
Updated by François ARMAND almost 5 years ago
- Status changed from New to In progress
Updated by François ARMAND almost 5 years 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/2701
Updated by François ARMAND almost 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|c7997804e212cd6fcf5dcd2f150dd42fd98e0e4f.
Updated by Elaad FURREEDAN almost 5 years ago
- Fix check changed from To do to Checked
Updated by Alexis Mousset almost 5 years ago
- Name check changed from To do to Reviewed
Updated by Vincent MEMBRÉ almost 5 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.0.2 which was released today.
Actions