top | item 46841399

(no title)

_benj | 29 days ago

Would there be a difference in contributing to OpenJDK vs to, say, Temurin or Zulu Java? How separated are those Java JDKs really from OpenJDK?

discuss

order

embedding-shape|29 days ago

Temurin and others are "distributions" of OpenJDK, basically their compilation results of it, not their own codebase. They're not "forks" in terms of source code, but they have patches, build systems, QA, and everything else around it that they apply, then offer you their version of it.

  OpenJDK: where Java is developed
  Temurin / Zulu: where OpenJDK is built, tested, packaged, and supported

_benj|28 days ago

Thanks for the explanation!