Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add jdk 19 loom virtual threads support to master #1499

Closed
wants to merge 236 commits into from

Conversation

mikeananev
Copy link

Please answer the following questions and leave the below in as part of your PR.

@borkdude borkdude changed the base branch from master to jdk19-loom February 19, 2023 18:09
@@ -180,8 +187,8 @@ java -jar \"$jar\" --config .build/bb.edn --deps-root . release-artifact \"$refl
(let [docker-executor-conf {:docker [{:image "circleci/clojure:openjdk-11-lein-2.9.8-bullseye"}]}
machine-executor-conf {:machine {:image "ubuntu-2004:202111-01"}}
mac-executor-conf {:macos {:xcode "14.0.0"}}
linux-graalvm-home "/home/circleci/graalvm-ce-java19-22.3.0"
mac-graalvm-home "/Users/distiller/graalvm-ce-java19-22.3.0/Contents/Home"]
linux-graalvm-home "/home/circleci/graalvm-ce-java11-22.3.0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You shouldn't change this, as the jdk19-loom branch needs java19

## Unreleased
- Add jdk19 loom virtual threads support to master
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The goal is not to merge this to master yet, but to the jdk19-loom branch

@borkdude
Copy link
Collaborator

@mikeananev Already made the jdk19-loom branch up to date - thanks!

@borkdude borkdude closed this Feb 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet