https://github.com/moduscreateorg/java-new-features-demo
Demonstrating new features of Java 15
https://github.com/moduscreateorg/java-new-features-demo
Last synced: 9 months ago
JSON representation
Demonstrating new features of Java 15
- Host: GitHub
- URL: https://github.com/moduscreateorg/java-new-features-demo
- Owner: ModusCreateOrg
- License: mit
- Created: 2020-08-03T21:04:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T20:11:03.000Z (about 5 years ago)
- Last Synced: 2025-01-26T18:27:57.816Z (11 months ago)
- Language: Java
- Size: 28.3 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# JDK New Features
[](./LICENSE)
[](https://moduscreate.com)
Java 15 has been released at September 15th 2020. Since JDK 10, new Java releases are launched every 6 months, what made little bit harder to keep updated with latest features. This Repository has some examples of key features launched since JDK 11 until 15.
## Installing JDK 15
Download [here](https://jdk.java.net/15/) the binary for OpenJDK 15. Extract the content where you prefer on your environment and change the JAVA_HOME env variable to point to this folder.
## Running the code
Clone the code on your environment and run it on your favorite IDE. We'd suggest the latest Jetbrains Intellij with preview features enabled, so you will have the full IDE experience with the new features.
# Modus Create
[Modus Create](https://moduscreate.com) is a digital product consultancy. We use a distributed team of the best talent in the world to offer a full suite of digital product design-build services; ranging from consumer facing apps, to digital migration, to agile development training, and business transformation.
This project is part of [Modus Labs](https://labs.moduscreate.com/?utm_source=labs&utm_medium=github&utm_campaign=JDK_NEW_FEATURES).
# Licensing
This project is [MIT licensed](./LICENSE).