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