Aaron Radzinski created NLPCRAFT-409:
----------------------------------------
Summary: Fix warnings from Ubuntu build.
Key: NLPCRAFT-409
URL: https://issues.apache.org/jira/browse/NLPCRAFT-409
Project: NLPCraft
Issue Type: Bug
Components: model
Affects Versions: 0.9.0
Reporter: Aaron Radzinski
Assignee: Sergey Kamov
Fix For: 0.9.1
[WARNING] [Warn]
/home/nivanov/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/deploy/NCDeployManager.scala:1666:
method copyArrayToImmutableIndexedSeq in class LowPriorityImplicits2 is
deprecated (since 2.13.0): Implicit conversions from Array to
immutable.IndexedSeq are implemented by copying; Use the more efficient
non-copying ArraySeq.unsafeWrapArray or an explicit toIndexedSeq call
[WARNING] [Warn]
/home/nivanov/incubator-nlpcraft/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/deploy/NCDeployManager.scala:1672:
method copyArrayToImmutableIndexedSeq in class LowPriorityImplicits2 is
deprecated (since 2.13.0): Implicit conversions from Array to
immutable.IndexedSeq are implemented by copying; Use the more efficient
non-copying ArraySeq.unsafeWrapArray or an explicit toIndexedSeq call
[WARNING] two warnings found
--
This message was sent by Atlassian Jira
(v8.3.4#803005)