pjfanning commented on PR #218:
URL: https://github.com/apache/pekko-management/pull/218#issuecomment-2103233979
there are still too many binary compatibility issues
```
[info] done compiling
[error] pekko-lease-kubernetes: Failed binary compatibility check against
org.apache.pekko:pekko-lease-kubernetes_2.12:1.0.0! Found 8 potential problems
[error] * abstract method checkLease()Boolean in class
org.apache.pekko.coordination.lease.scaladsl.Lease does not have a
correspondent in current version
[error] filter with:
ProblemFilters.exclude[DirectAbstractMethodProblem]("org.apache.pekko.coordination.lease.scaladsl.Lease.checkLease")
[error] * abstract method release()scala.concurrent.Future in class
org.apache.pekko.coordination.lease.scaladsl.Lease does not have a
correspondent in current version
[error] filter with:
ProblemFilters.exclude[DirectAbstractMethodProblem]("org.apache.pekko.coordination.lease.scaladsl.Lease.release")
[error] * abstract method acquire()scala.concurrent.Future in class
org.apache.pekko.coordination.lease.scaladsl.Lease does not have a
correspondent in current version
[error] filter with:
ProblemFilters.exclude[DirectAbstractMethodProblem]("org.apache.pekko.coordination.lease.scaladsl.Lease.acquire")
[error] * abstract method acquire(scala.Function1)scala.concurrent.Future
in class org.apache.pekko.coordination.lease.scaladsl.Lease does not have a
correspondent in current version
[error] filter with:
ProblemFilters.exclude[DirectAbstractMethodProblem]("org.apache.pekko.coordination.lease.scaladsl.Lease.acquire")
[error] * abstract synthetic method
org$apache$pekko$coordination$lease$kubernetes$internal$KubernetesJsonSupport$_setter_$nativeSpecFormat_=(spray.json.JsonFormat)Unit
in interface
org.apache.pekko.coordination.lease.kubernetes.internal.KubernetesJsonSupport
is present only in current version
[error] filter with:
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.pekko.coordination.lease.kubernetes.internal.KubernetesJsonSupport.org$apache$pekko$coordination$lease$kubernetes$internal$KubernetesJsonSupport$_setter_$nativeSpecFormat_=")
[error] * abstract synthetic method
org$apache$pekko$coordination$lease$kubernetes$internal$KubernetesJsonSupport$_setter_$leaseNativeResourceFormat_=(spray.json.RootJsonFormat)Unit
in interface
org.apache.pekko.coordination.lease.kubernetes.internal.KubernetesJsonSupport
is present only in current version
[error] filter with:
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.pekko.coordination.lease.kubernetes.internal.KubernetesJsonSupport.org$apache$pekko$coordination$lease$kubernetes$internal$KubernetesJsonSupport$_setter_$leaseNativeResourceFormat_=")
[error] * abstract method nativeSpecFormat()spray.json.JsonFormat in
interface
org.apache.pekko.coordination.lease.kubernetes.internal.KubernetesJsonSupport
is present only in current version
[error] filter with:
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.pekko.coordination.lease.kubernetes.internal.KubernetesJsonSupport.nativeSpecFormat")
[error] * abstract method
leaseNativeResourceFormat()spray.json.RootJsonFormat in interface
org.apache.pekko.coordination.lease.kubernetes.internal.KubernetesJsonSupport
is present only in current version
[error] filter with:
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.pekko.coordination.lease.kubernetes.internal.KubernetesJsonSupport.leaseNativeResourceFormat")
[error] java.lang.RuntimeException: Failed binary compatibility check
against org.apache.pekko:pekko-lease-kubernetes_2.12:1.0.0! Found 8 potential
problems
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]