> - Fixed by introducing `UnavailableExitCodeException` which will be thrown > when command timeouts to signal that exit code is not available. > - Added test coverage for `UnavailableExitCodeException`. > - `CodesignException` and `retryUntilExitCodeIs` adjusted for new exception. > > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Alexander Matveev has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision: - Merge remote-tracking branch 'upstream/master' into JDK-8383821 - 8383821: IllegalStateException when command executed by jpackage Executor timeouts [v2] - IllegalStateException when command executed by jpackage Executor timeouts ------------- Changes: - all: https://git.openjdk.org/jdk/pull/31032/files - new: https://git.openjdk.org/jdk/pull/31032/files/11d8cf6e..2bf24546 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=31032&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=31032&range=01-02 Stats: 11896 lines in 297 files changed: 8469 ins; 1339 del; 2088 mod Patch: https://git.openjdk.org/jdk/pull/31032.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31032/head:pull/31032 PR: https://git.openjdk.org/jdk/pull/31032
