org.apache.pekko.util.ManifestInfo
See theManifestInfo companion object
Utility that extracts ManifestInfo#Version information from META-INF/MANIFEST.MF in jar files on the classpath. Note that versions can only be found in ordinary jar files, for example not in "fat jars' assembled from many jar files.
Attributes
Companion
object
Source
ManifestInfo.scala
Graph
Reset zoom Hide graph Show graph
Supertypes
class Object
trait Matchable
class Any
Members list
Verify that the version is the same for all given artifacts.
Verify that the version is the same for all given artifacts.
If configuration pekko.fail-mixed-versions=on it will throw an IllegalStateException if the versions are not the same for all given artifacts.
Attributes
Returns
true if versions are the same
Source
ManifestInfo.scala
Verify that the version is the same for all given artifacts.
Verify that the version is the same for all given artifacts.
If throwException is true it will throw an IllegalStateException if the versions are not the same for all given artifacts.
Attributes
Returns
true if versions are the same
Source
ManifestInfo.scala
Versions of artifacts from known vendors.