Bug #16673
closedBug #16491: Port Rudder to Scala 2.13
Bug #16578: Node details show properties in each pages
Avoid Seq[Node] in place of NodeSeq with updated version of scala-xml
Description
The bug from parent ticket was reported to scala-xml, and a patch was provided (https://github.com/scala/scala-xml/issues/392).
But there is not new version of scala-xml for now, so we should publish one localy and use it for next release. The risk is hight that we missed some incorrect return type, and so to get a broken display.
A patch version of scala-xml corresponding to commit: 306fe588f4e9d7324382029e3a3655816189c082 was published at: https://www.rudder-project.org/maven-releases/org/scala-lang/modules/scala-xml_2.13/1.2.0.1-rudder/
This internal release will be identical than release 1.3.0 once it is published: https://github.com/scala/scala-xml/issues/401
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/2758
Updated by François ARMAND almost 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|5f815f62a2e2f58858495cb23d374d3dc86a69fe.
Updated by François ARMAND almost 5 years ago
- Fix check changed from To do to Checked
Updated by Alexis Mousset over 4 years ago
- Name check changed from To do to Reviewed
Updated by Vincent MEMBRÉ over 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.0.3 which was released today.