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

Update upstream to jdk21u #26

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/refresh-jdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- cron: '0 8 * * *'
workflow_dispatch:
env:
UPSTREAM_REMOTE: https://github.com/openjdk/jdk21
UPSTREAM_REMOTE: https://github.com/openjdk/jdk21u
LOCAL_BRANCH: develop
jobs:
refresh-jdk:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Corretto is used internally at Amazon for production services.
With Corretto, you can develop and run Java applications
on operating systems such as Linux, Windows, and macOS.

This repository is used to track [OpenJDK 21](https://github.com/openjdk/jdk21).
This repository is used to track [OpenJDK 21u](https://github.com/openjdk/jdk21u).
Please look at the branches section for more information on Feature Releases.

Documentation is available at [https://docs.aws.amazon.com/corretto](https://docs.aws.amazon.com/corretto).
Expand All @@ -18,7 +18,7 @@ Please read these files: "LICENSE", "ADDITIONAL_LICENSE_INFO", "ASSEMBLY_EXCEPTI
### Branches

_develop_
: The default branch. The branch that consumes development and patches to upstream [openjdk/jdk21](https://github.com/openjdk/jdk21). Corretto builds are generated from this branch.
: The default branch. The branch that consumes development and patches to upstream [openjdk/jdk21u](https://github.com/openjdk/jdk21u). Corretto builds are generated from this branch.

### OpenJDK Readme
```
Expand Down