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

Run on JDK 1.17, 1.19 #273

Open
xfeep opened this issue Oct 4, 2022 · 3 comments
Open

Run on JDK 1.17, 1.19 #273

xfeep opened this issue Oct 4, 2022 · 3 comments
Labels

Comments

@xfeep
Copy link
Member

xfeep commented Oct 4, 2022

To run nginx-clojure on JDK 1.17, 1.19 we need add jvm options in nginx.conf, e.g.

    jvm_options "--add-opens=java.base/java.lang=ALL-UNNAMED";
    jvm_options "--add-opens=java.base/sun.nio.cs=ALL-UNNAMED";
    jvm_options "--add-opens=java.base/sun.nio.ch=ALL-UNNAMED";
@xfeep xfeep added the question label Oct 4, 2022
@xfeep
Copy link
Member Author

xfeep commented Oct 4, 2022

Groovy users need upgrade groovy runtime to 4.0.5 if they want to run groovy handler on JDK 1.19. e.g.

<dependency>
    <groupId>org.apache.groovy</groupId>
    <artifactId>groovy</artifactId>
    <version>4.0.5</version>
</dependency>

@xfeep
Copy link
Member Author

xfeep commented Oct 7, 2022

Coroutine mode still can not work with JDK 1.17, 1.19.

xfeep added a commit that referenced this issue Nov 12, 2022
xfeep added a commit that referenced this issue Nov 14, 2022
We can use it to give a chance to handle 'Pinned: MONITOR'
issue  #250 #273.
@xfeep
Copy link
Member Author

xfeep commented Mar 21, 2023

See #250 to know how to enbale jdk19 native coroutine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant