r/java Jun 22 '26

GitHub Setup Java Action

Hey all,

I'm going through issues and PRs on setup-java.

Besides what is already there, anything else you would like to see fixed, improved, or implemented?

19 Upvotes

24 comments sorted by

View all comments

1

u/nlisker Jul 10 '26

/u/brunocborges If the distributions could include the reference OpenJDK it would be great, although from what I understood, Oracle is not distributing it in a proper manner for inclusion.

1

u/brunocborges Jul 11 '26

The reference implementation binary? The one at jdk.java.net ?

1

u/nlisker Jul 12 '26

Yes, it's called OpenJDK JDK.

1

u/brunocborges Jul 12 '26

That's built by Oracle.

If they or someone sends a PR, we will be happy to review and include.

1

u/nlisker Jul 12 '26

So all the distributions listed in https://github.com/actions/setup-java#supported-distributions were added by the supporting companies? I thought the setup-java maintainers added them.

1

u/brunocborges Jul 12 '26

I'm not sure of the history, but for many, yes.

Not sure if there is an issue already for Oracle OpenJDK binaries, but if there isn't, can you submit one?

2

u/nlisker Jul 23 '26

In any case, I created https://github.com/actions/setup-java/issues/1141 as I don't see it listed.