Skip to content

Merge jdk:master - #50

Open
openjdk-bot wants to merge 1 commit into
openjdk:masterfrom
openjdk-bots:16
Open

Merge jdk:master#50
openjdk-bot wants to merge 1 commit into
openjdk:masterfrom
openjdk-bots:16

Conversation

@openjdk-bot

@openjdk-bot openjdk-bot commented Jul 30, 2026

Copy link
Copy Markdown

Hi all,

this is an automatically generated pull request to notify you that there is 1 commit from the branch jdk:masterthat can not be merged into the branch master:

The following file contains merge conflicts:

  • make/modules/java.desktop/Lib.gmk

All Committers in this project have access to my personal fork and can therefore help resolve these merge conflicts (you may want to coordinate who should do this).
The following paragraphs will give an example on how to solve these merge conflicts and push the resulting merge commit to this pull request.
The below commands should be run in a local clone of your personal fork of the openjdk/mobile repository.

# Ensure target branch is up to date
$ git checkout master
$ git pull https://github.com/openjdk/mobile.git master

# Fetch and checkout the branch for this pull request
$ git fetch https://github.com/openjdk-bots/mobile.git +16:openjdk-bot-16
$ git checkout openjdk-bot-16

# Merge the target branch
$ git merge master

When you have resolved the conflicts resulting from the git merge command above, run the following commands to create a merge commit:

$ git add paths/to/files/with/conflicts
$ git commit -m 'Merge jdk:master'

When you have created the merge commit, run the following command to push the merge commit to this pull request:

$ git push https://github.com/openjdk-bots/mobile.git openjdk-bot-16:16

Note: if you are using SSH to push commits to GitHub, then change the URL in the above git push command accordingly.

Thanks,
J. Duke

/integrate auto


Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue

Error

 ⚠️ Pull request body is missing required line: - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/mobile.git pull/50/head:pull/50
$ git checkout pull/50

Update a local copy of the PR:
$ git checkout pull/50
$ git pull https://git.openjdk.org/mobile.git pull/50/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 50

View PR using the GUI difftool:
$ git pr show -t 50

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/mobile/pull/50.diff

@bridgekeeper

bridgekeeper Bot commented Jul 30, 2026

Copy link
Copy Markdown

👋 Welcome back duke! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk

openjdk Bot commented Jul 30, 2026

Copy link
Copy Markdown

❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.

@openjdk

openjdk Bot commented Jul 30, 2026

Copy link
Copy Markdown

@openjdk-bot this pull request can not be integrated into master due to one or more merge conflicts. To resolve these merge conflicts and update this pull request you can run the following commands in the local repository for your personal fork:

git checkout 16
git fetch https://git.openjdk.org/mobile.git master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push

@openjdk openjdk Bot added merge-conflict auto Expect automatic integration when ready; no further action required labels Jul 30, 2026
@openjdk

openjdk Bot commented Jul 30, 2026

Copy link
Copy Markdown

@openjdk-bot This pull request will be automatically integrated when it is ready

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto Expect automatic integration when ready; no further action required merge-conflict

Development

Successfully merging this pull request may close these issues.

2 participants