File tree 2 files changed +4
-1
lines changed
client/src/test/java/org/asynchttpclient
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 22
22
import com .sun .net .httpserver .HttpExchange ;
23
23
import com .sun .net .httpserver .HttpHandler ;
24
24
import com .sun .net .httpserver .HttpServer ;
25
+ import io .github .nettyplus .leakdetector .junit .NettyLeakDetectorExtension ;
25
26
import io .netty .handler .codec .compression .Brotli ;
26
27
import org .junit .jupiter .api .AfterAll ;
27
28
import org .junit .jupiter .api .BeforeAll ;
35
36
import java .util .List ;
36
37
import java .util .stream .Collectors ;
37
38
import java .util .zip .GZIPOutputStream ;
39
+ import org .junit .jupiter .api .extension .ExtendWith ;
38
40
39
41
import static org .junit .jupiter .api .Assertions .assertEquals ;
40
42
43
+ @ ExtendWith (NettyLeakDetectorExtension .class )
41
44
public class AutomaticDecompressionTest {
42
45
private static final String UNCOMPRESSED_PAYLOAD = "a" .repeat (500 );
43
46
Original file line number Diff line number Diff line change 49
49
<netty .iouring>0.0.26.Final</netty .iouring>
50
50
<brotli4j .version>1.18.0</brotli4j .version>
51
51
<slf4j .version>2.0.16</slf4j .version>
52
- <zstd-jni .version>1.5.6-9 </zstd-jni .version>
52
+ <zstd-jni .version>1.5.6-10 </zstd-jni .version>
53
53
<activation .version>2.0.1</activation .version>
54
54
<logback .version>1.5.16</logback .version>
55
55
<jetbrains-annotations .version>26.0.2</jetbrains-annotations .version>
You can’t perform that action at this time.
0 commit comments