Actions
Architecture #14291
closedRemove deprecated (and not use) code causing warning
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Internal libs
Target version:
Fix check:
Regression:
Description
In scala-ldap, we are using a old, deprecated piece of code to double-check a property on nodes in a LDAP tree.
That code cause warning and actually does nothing else than testing for a requirement, which can be done elsewhere without the deprecated code.
Moreover, the test is done with a "require" (ie an assert), so it would just explose in a stack trace.
I propose to let the old code in 4.1 to avoid any risk and correct it above: now that we have merged repos, we are going to see the warning more frequently.
Updated by François ARMAND almost 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder/pull/2137
Updated by Rudder Quality Assistant almost 6 years ago
- Status changed from Pending technical review to Discussion
- Assignee changed from Nicolas CHARLES to François ARMAND
Updated by François ARMAND almost 6 years ago
- Status changed from Discussion to Pending release
Applied in changeset rudder|8da580d0d2e52d0bcdeba9fdf5ef79f40ef23ca0.
Updated by François ARMAND over 5 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.3.10 and 5.0.7 which were released today.
Actions