Closed pjfanning closed 1 year ago
As far as I can see this $productName
is just used in the error string "You are using version $highestVersion of $productName, but..."
, so we can safely change all occurrences to "Pekko"
.
Though this does raise the question of what "older" means. Do we plan to release Pekko at 1.0.0
or 2.6.x
? If the former, we will need to tweak code like this to be a bit smarter.
Though this does raise the question of what "older" means. Do we plan to release Pekko at
1.0.0
or2.6.x
? If the former, we will need to tweak code like this to be a bit smarter.
It will be pekko 1.0.0. Why does this matter? Pekko versions will go up - pekko and akka are unrelated - different packages and jars - if someone has akka and pekko on their classpath, they should not interfere with each other.
Ah good point - in which case you'll want to remove most of the content of this list then:
this is done
Need to work out what to replace this with