update latestPatchOf26 to 2.6.5 (#28997)

* update latestPatchOf26 to 2.6.5
* mima exclude for jfr package in 2.6.x
This commit is contained in:
Patrik Nordwall 2020-05-04 11:45:03 +02:00 committed by GitHub
parent 8cfc23da37
commit 3158803a37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
# JDK9+ classes for JFR
ProblemFilters.exclude[Problem]("akka.actor.typed.internal.jfr.*")

View file

@ -13,7 +13,7 @@ import com.typesafe.tools.mima.plugin.MimaPlugin.autoImport._
object MiMa extends AutoPlugin {
private val latestPatchOf25 = 31
private val latestPatchOf26 = 4
private val latestPatchOf26 = 5
override def requires = MimaPlugin
override def trigger = allRequirements