pjfanning opened a new issue, #2509:
URL: https://github.com/apache/pekko/issues/2509

   The change that caused this brittleness is associated with 
https://github.com/apache/pekko/issues/2312
   
   ```
   java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
        at OSGi$.pekkoImport(OSGi.scala:147)
        at OSGi$.$anonfun$exports$1(OSGi.scala:136)
        at scala.Function1.$anonfun$compose$1(Function1.scala:49)
        at 
sbt.internal.util.EvaluateSettings$MixedNode.evaluate0(INode.scala:229)
        at sbt.internal.util.EvaluateSettings$INode.evaluate(INode.scala:171)
   ```
   
   The version is derived by sbt-dynver based on git tags. We might have a git 
tag that is not a version number. With our source release tarballs, there is no 
git at all, so the derived version is based a timestamp.
   
   We should change OSGi.scala:147 so that it has a failover strategy if the 
string split based on dots does not give us an array with enough elements.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to