Skip to content

Commit 53e0584

Browse files
committed
Update README.md and CONTRIBUTING.md for Java 17+
1 parent b985647 commit 53e0584

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ If you have not done so on this machine, you need to:
227227
* macOS: Use the `Disk Utility.app` to check. It also allows you to create a case-sensitive volume to store your code projects. See this [blog entry](https://karnsonline.com/case-sensitive-apfs/) for more.
228228
* Windows: [Enable case sensitive file names per directory](https://learn.microsoft.com/en-us/windows/wsl/case-sensitivity)
229229
* Install Git and configure your GitHub access
230-
* Install Java SDK 11+ (OpenJDK recommended)
230+
* Install Java SDK 17+ (OpenJDK recommended)
231231
* Install [GraalVM](https://quarkus.io/guides/building-native-image)
232232
* Install platform C developer tools:
233233
* Linux
@@ -357,7 +357,7 @@ in `quarkus-parent` (root `pom.xml`).
357357
When contributing to Quarkus, it is recommended to respect the following rules.
358358

359359
> **Note:** The `impsort-maven-plugin` uses the `.cache` directory on each module to speed up the build.
360-
> Because we have configured the plugin to store in a versioned directory, you may notice over time that the `.cache` directory grows in size. You can safely delete the `.cache` directory in each module to reclaim the space.
360+
> Because we have configured the plugin to store in a versioned directory, you may notice over time that the `.cache` directory grows in size. You can safely delete the `.cache` directory in each module to reclaim the space.
361361
> Running `./mvnw clean -Dclean-cache` automatically deletes that directory for you.
362362
363363
**Contributing to an extension**
@@ -748,7 +748,7 @@ This project is an open source project, please act responsibly, be nice, polite
748748

749749
See section `IDEA Setup` as there are different possible solutions described.
750750

751-
* IntelliJ does not recognize the project as a Java 11 project
751+
* IntelliJ does not recognize the project as a Java 17 project
752752

753753
In the Maven pane, uncheck the `include-jdk-misc` and `compile-java8-release-flag` profiles
754754

@@ -787,5 +787,5 @@ This project is an open source project, please act responsibly, be nice, polite
787787
...
788788
```
789789
* Tests fail with `Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8080: Address already in use`
790-
790+
791791
Check that you do not have other Quarkus dev environments, apps or other web servers running on this default 8080 port.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
[![License](https://img.shields.io/github/license/quarkusio/quarkus?style=for-the-badge&logo=apache)](https://www.apache.org/licenses/LICENSE-2.0)
88
[![Project Chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg?style=for-the-badge&logo=zulip)](https://quarkusio.zulipchat.com/)
99
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?style=for-the-badge&logo=gitpod&logoColor=white)](https://gitpod.io/#https://github.com/quarkusio/quarkus/-/tree/main/)
10-
[![Supported JVM Versions](https://img.shields.io/badge/JVM-11--17--21-brightgreen.svg?style=for-the-badge&logo=openjdk)](https://github.com/quarkusio/quarkus/actions/runs/113853915/)
10+
[![Supported JVM Versions](https://img.shields.io/badge/JVM-17--21-brightgreen.svg?style=for-the-badge&logo=openjdk)](https://github.com/quarkusio/quarkus/actions/runs/113853915/)
1111
[![Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?style=for-the-badge&logo=gradle)](https://ge.quarkus.io/scans)
1212
[![GitHub Repo stars](https://img.shields.io/github/stars/quarkusio/quarkus?style=for-the-badge)](https://github.com/quarkusio/quarkus/stargazers)
1313

1414
# Quarkus - Supersonic Subatomic Java
1515

1616
Quarkus is a Cloud Native, (Linux) Container First framework for writing Java applications.
1717

18-
* **Container First**:
18+
* **Container First**:
1919
Minimal footprint Java applications optimal for running in containers.
2020
* **Cloud Native**:
2121
Embraces [12 factor architecture](https://12factor.net) in environments like Kubernetes.

0 commit comments

Comments
 (0)