8374216: Assorted changes to jpackage without functional impact#28957
8374216: Assorted changes to jpackage without functional impact#28957alexeysemenyukoracle wants to merge 20 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back asemenyuk! A progress list of the required criteria for merging this PR into |
|
@alexeysemenyukoracle This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 1 new commit pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
|
@alexeysemenyukoracle The following label will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command. |
9907829 to
e9583db
Compare
Webrevs
|
e9583db to
65d9c17
Compare
|
@alexeysemenyukoracle Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
|
@sashamatveev PTAL |
… property; move defaultIconResourceName() from LauncherFromOptions
…me bundle. Will use DMG by default and optionally PKG packaging to create a runtime image.
…e errors when the service loader can't find BundlingEnvironment instance.
…re automatic clean-up functionality is not used
65d9c17 to
5d43b18
Compare
|
@alexeysemenyukoracle Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
sashamatveev
left a comment
There was a problem hiding this comment.
Looks good with minor comments.
src/jdk.jpackage/share/classes/jdk/jpackage/internal/cli/StandardBundlingOperation.java
Outdated
Show resolved
Hide resolved
src/jdk.jpackage/windows/classes/jdk/jpackage/internal/WinBundlingEnvironment.java
Outdated
Show resolved
Hide resolved
test/jdk/tools/jpackage/helpers/jdk/jpackage/test/MacHelper.java
Outdated
Show resolved
Hide resolved
|
/integrate |
|
@alexeysemenyukoracle Pushed as commit a0094f5. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Miscellaneous refactorings without functional changes:
defaultIconResourceName()from LauncherFromOptionsMacHelper.createRuntimeBundle()use PackageTest to create a runtime bundle. Will use DMG by default and optionally PKG packaging to create a runtime bundleSetBuilder.build()JUnitUtils.assertArrayEquals()permit null-sJPackageCommand.withToolProvider()wrapIdentity()DefaultBundlingEnvironment.createNativePackage()createDirectories(); ReplaceTKit.createDirectories()withFiles.createDirectories()where directory clean-up is not usedProgress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/28957/head:pull/28957$ git checkout pull/28957Update a local copy of the PR:
$ git checkout pull/28957$ git pull https://git.openjdk.org/jdk.git pull/28957/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 28957View PR using the GUI difftool:
$ git pr show -t 28957Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/28957.diff
Using Webrev
Link to Webrev Comment