Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sureshg/openjdk-playground
:coffee: A sample repo to test the latest OpenJDK releases for both Java and Kotlin.
https://github.com/sureshg/openjdk-playground
graalvm graalvm-native-image gradle-kotlin-dsl java jvm kotlin loom openjdk preview-features virtual-thread
Last synced: 9 days ago
JSON representation
:coffee: A sample repo to test the latest OpenJDK releases for both Java and Kotlin.
- Host: GitHub
- URL: https://github.com/sureshg/openjdk-playground
- Owner: sureshg
- License: apache-2.0
- Created: 2020-05-26T19:36:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T21:32:55.000Z (6 months ago)
- Last Synced: 2024-05-22T22:20:54.762Z (6 months ago)
- Topics: graalvm, graalvm-native-image, gradle-kotlin-dsl, java, jvm, kotlin, loom, openjdk, preview-features, virtual-thread
- Language: Kotlin
- Homepage: https://suresh.dev/notes
- Size: 11.7 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenJDK PlayGround
> [!WARNING]
> The repo is not maintained anymore. To see the updated playground,
> visit [kotlin-mpp-playground](https://github.com/sureshg/kotlin-mpp-playground)#### Install OpenJDK
```bash
$ curl -s "https://get.sdkman.io" | bash
$ sdk i java openjdk-ea-24
```#### Build
```bash
$ ./gradlew build
```
[java_url]: https://jdk.java.net/
[java_img]: https://img.shields.io/badge/OpenJDK-24--ea-ea791d?logo=java&logoColor=ea791d
[kt_url]: https://github.com/JetBrains/kotlin/releases/latest
[kt_img]: https://img.shields.io/github/v/release/Jetbrains/kotlin?include_prereleases&color=7f53ff&label=Kotlin&logo=kotlin&logoColor=7f53ff
[mvn_search]: https://search.maven.org/search?q=g:io.micronaut
[mvn_jar]: https://search.maven.org/remote_content?g=io.micronaut&a=micronaut-http-server-netty&v=LATEST
[mvn_jar_img]: https://img.shields.io/maven-central/v/io.micronaut/micronaut-runtime?color=orange&label=micronaut&logo=apache-rocketmq&logoColor=orange
[gha_url]: https://github.com/sureshg/openjdk-playground/actions/workflows/build.yml
[gha_img]: https://github.com/sureshg/openjdk-playground/actions/workflows/build.yml/badge.svg
[gha_badge]: https://img.shields.io/github/actions/workflow/status/sureshg/openjdk-playground/build.yml?branch=main&color=green&label=Build&logo=Github-Actions&logoColor=green
[gh_pkgs]: https://github.com/sureshg/openjdk-playground/packages
[docker_img]: https://img.shields.io/docker/v/sureshg/openjdk-latest?color=dodgerblue&label=DockerHub&logo=docker&logoColor=dodgerblue
[docker_url]: https://hub.docker.com/r/sureshg/openjdk-playground
[sonar_img]: https://img.shields.io/badge/Sonar%20Cloud-Status-e46a2a.svg?logo=sonarcloud&logoColor=e46a2a
[sonar_url]: https://sonarcloud.io/summary/new_code?id=sureshg_openjdk-playground
[jmh_url]: https://openjdk.java.net/projects/code-tools/jmh/
[jmh_img]: https://img.shields.io/maven-central/v/org.openjdk.jmh/jmh-core?color=magenta&label=Jmh-Core&logo=apache%20maven&logoColor=magenta
[jmh-archetypes]: https://github.com/openjdk/jmh/tree/master/jmh-archetypes
[javadoc_url]: https://javadoc.io/doc/org.jetbrains.kotlin/kotlin-stdlib
[javadoc_img]: https://javadoc.io/badge2/org.jetbrains.kotlin/kotlin-stdlib/javadoc.svg?logo=kotlin
[sty_url]: https://kotlinlang.org/docs/coding-conventions.html
[sty_img]: https://img.shields.io/badge/style-Kotlin--Official-40c4ff.svg?style=for-the-badge&logo=kotlin&logoColor=40c4ff
[ktfmt_url]: https://github.com/facebookincubator/ktfmt#ktfmt
[ktfmt_img]: https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg?logo=kotlin&logoColor=FF4081