Skip to content

8384468: Enhance jpackage Packaging#31324

Draft
alexeysemenyukoracle wants to merge 6 commits into
openjdk:masterfrom
alexeysemenyukoracle:JDK-8384468
Draft

8384468: Enhance jpackage Packaging#31324
alexeysemenyukoracle wants to merge 6 commits into
openjdk:masterfrom
alexeysemenyukoracle:JDK-8384468

Conversation

@alexeysemenyukoracle
Copy link
Copy Markdown
Member

@alexeysemenyukoracle alexeysemenyukoracle commented May 29, 2026

  1. Replace popen() with pipe()+fork()+execvp()
  2. Call "rpm -qf" or "dpkg -S" command only once


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

Integration blocker

 ⚠️ Failed to retrieve information on issue 8384468. Please make sure it exists and is accessible.

Issue

  • ⚠️ Failed to retrieve information on issue 8384468.

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 31324

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

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/31324.diff

@bridgekeeper
Copy link
Copy Markdown

bridgekeeper Bot commented May 29, 2026

👋 Welcome back asemenyuk! 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
Copy link
Copy Markdown

openjdk Bot commented May 29, 2026

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

@openjdk openjdk Bot added build build-dev@openjdk.org core-libs core-libs-dev@openjdk.org labels May 29, 2026
@openjdk
Copy link
Copy Markdown

openjdk Bot commented May 29, 2026

@alexeysemenyukoracle The following labels will be automatically applied to this pull request:

  • build
  • core-libs

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command.

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

Labels

build build-dev@openjdk.org core-libs core-libs-dev@openjdk.org

Development

Successfully merging this pull request may close these issues.

1 participant