He-Pin commented on issue #39:
URL: https://github.com/apache/pekko/issues/39#issuecomment-3271016178
Yes, especially since I've found that regular contributors don't actually
use Scala 2.12 in their own work. For example, I use Pekko for my Java
projects, but I always use Scala 3. If every compilation requires testing
against 2.12, it's a waste of time. Life is short, so perhaps we could spend
that time on a better Java experience and getting our projects approved by the
Scala 3 community build.
eg:
```xml
<dependency>
<groupId>org.apache.pekko</groupId>
<artifactId>pekko-stream_3</artifactId>
</dependency>
```
--
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]