File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
selfie-runner-junit5/src/main/kotlin/com/diffplug/selfie/junit5 Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
## [ Unreleased]
14
14
### Fixed
15
15
- Restore support for JRE 11. (fixes [ #528 ] ( https://github.com/diffplug/selfie/issues/528 ) )
16
+ - snapshots created by ` junit.jupiter.api.TestFactory ` are no longer garbage-collected (#534 )
16
17
17
18
## [ 2.5.2] - 2025-04-28
18
19
### Fixed
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2023-2024 DiffPlug
2
+ * Copyright (C) 2023-2025 DiffPlug
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -22,6 +22,7 @@ import com.diffplug.selfie.guts.WithinTestGC
22
22
private val testAnnotations =
23
23
listOf (
24
24
" org.junit.jupiter.api.Test" , // junit5,
25
+ " org.junit.jupiter.api.TestFactory" , // junit5,
25
26
" org.junit.jupiter.params.ParameterizedTest" ,
26
27
" org.junit.Test" // junit4
27
28
)
You can’t perform that action at this time.
0 commit comments