summaryrefslogtreecommitdiff
path: root/bincompat-forward.whitelist.conf
diff options
context:
space:
mode:
authorSam Halliday <sam.halliday@gmail.com>2016-12-11 12:45:08 +0000
committerSam Halliday <sam.halliday@gmail.com>2017-02-22 10:53:21 +0000
commit84749cc1bb506659ab3741768180381bec2a7711 (patch)
tree2db220966eed1437deffe2bac495031368d85d76 /bincompat-forward.whitelist.conf
parentcbf7daa57d70ccacf8cfc7c2f4a7c0e81e1c773a (diff)
downloadscala-84749cc1bb506659ab3741768180381bec2a7711.tar.gz
scala-84749cc1bb506659ab3741768180381bec2a7711.tar.bz2
scala-84749cc1bb506659ab3741768180381bec2a7711.zip
SI-9632 don't keep JarFile open in ZipArchive
Diffstat (limited to 'bincompat-forward.whitelist.conf')
-rw-r--r--bincompat-forward.whitelist.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/bincompat-forward.whitelist.conf b/bincompat-forward.whitelist.conf
index fdd0f0fa22..33db8a477e 100644
--- a/bincompat-forward.whitelist.conf
+++ b/bincompat-forward.whitelist.conf
@@ -52,6 +52,18 @@ filter {
problemName=DirectMissingMethodProblem
},
{
+ matchName="scala.reflect.io.FileZipArchive$LazyEntry"
+ problemName=MissingClassProblem
+ },
+ {
+ matchName="scala.reflect.io.ZipArchive.closeZipFile"
+ problemName=DirectMissingMethodProblem
+ },
+ {
+ matchName="scala.reflect.io.FileZipArchive$LeakyEntry"
+ problemName=MissingClassProblem
+ },
+ {
matchName="scala.collection.immutable.HashMap.contains0"
problemName=DirectMissingMethodProblem
},