[ https://issues.apache.org/jira/browse/SUREFIRE-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Osipov updated SUREFIRE-2253: ------------------------------------- Summary: [REGRESSION] Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.1 causes hang (was: Version 3.3.1 hangs when 3.2.5 is fine) > [REGRESSION] Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.1 > causes hang > ---------------------------------------------------------------------------------------- > > Key: SUREFIRE-2253 > URL: https://issues.apache.org/jira/browse/SUREFIRE-2253 > Project: Maven Surefire > Issue Type: Bug > Components: Maven Surefire Plugin > Affects Versions: 3.3.0, 3.3.1 > Reporter: Gary D. Gregory > Priority: Major > > Version 3.3.1 hangs when 3.2.5 is fine > To reproduce: > {noformat} > git clone https://gitbox.apache.org/repos/asf/commons-codec.git > cd commons-codec > git checkout 560e87e520bf7d352cdaa489f7628baa986188c3 > mvn clean test -Dtest=Md5CryptTest -Dcommons.surefire.version=3.3.1 > {noformat} > The above hangs. As does: > {noformat} > mvn clean test -Dtest=Md5CryptTest -Dcommons.surefire.version=3.3.0 > {noformat} > This works (which uses 3.2.5): > {noformat} > mvn clean test -Dtest=Md5CryptTest > {noformat} > Using: > {noformat} > openjdk version "17.0.12" 2024-07-16 > OpenJDK Runtime Environment Homebrew (build 17.0.12+0) > OpenJDK 64-Bit Server VM Homebrew (build 17.0.12+0, mixed mode, sharing) > Apache Maven 3.9.8 (36645f6c9b5079805ea5009217e36f2cffd34256) > Maven home: /usr/local/Cellar/maven/3.9.8/libexec > Java version: 17.0.12, vendor: Homebrew, runtime: > /usr/local/Cellar/openjdk@17/17.0.12/libexec/openjdk.jdk/Contents/Home > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "14.5", arch: "x86_64", family: "mac" > Darwin **** 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:09:52 PDT > 2024; root:xnu-10063.121.3~5/RELEASE_X86_64 x86_64 > {noformat} > It also hangs on: > {noformat} > openjdk version "1.8.0_412" > OpenJDK Runtime Environment (build 1.8.0_412-bre_2024_04_17_05_46-b00) > OpenJDK 64-Bit Server VM (build 25.412-b00, mixed mode) > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)