Arnout Engelen

Results 679 comments of Arnout Engelen

> I would like to try to give contribution to add the missing component. Awesome! > I am trying to find the contributor agreement of sbt-sbom, Other than https://github.com/sbt/.github/blob/master/CODE_OF_CONDUCT.md, Is...

Good question. I could see value in either: indeed having our own Bom object is useful when making changes that should apply to both CycloneDX and (later) SPDX, but hooking...

The classpath of which module are you referring to? If this is about `actor-tests`, perhaps you could use a similar technique as at https://github.com/apache/pekko/blob/main/build.sbt#L419 at https://github.com/apache/pekko/blob/main/build.sbt#L128

> 1. Start SBT shell with Java 21/23 > > 2. type `console` > > 3. `classOf[org.apache.pekko.dispatch.PekkoJdk9ForkJoinPool`, class not found. `classOf` is a little weird, but testing with `Class.forName("org.apache.pekko.dispatch.PekkoJdk9ForkJoinPool")`: indeed...

Interesting! In what way does it not work? How are you testing?

> with sbt console and java 21 Hmm, that seems to work for me though. What if you check out https://github.com/raboof/pekko/pull/new/actor-tests-depend-on-jdk9-classes and then start sbt like this: ``` $ sbt...

I didn't intend to suggest Java users should use `Future$.MODULE$.failed` and such: what I was thinking is that Java users shouldn't need to touch the Scala `Future` at all, and...

Yes, I think you understood it correctly - this is further confirmed by the next sentence > Rather, it could be seen that APIs which expose those SPI types to...

> @He-Pin what do you think we should do here? Should we document the issue we see in [apache/pekko-persistence-cassandra#212](https://github.com/apache/pekko-persistence-cassandra/pull/212) or is there a change we can make to stream-testkit to...