The goal is to help making sure JVM versions in use on Master and Agents are reasonably aligned
to avoid ClassFormatError
and other cool errors.
Description | Examples |
---|---|
Agent runtime must be greater or equal than the Master bytecode level (strongly recommended minimum) |
|
Agent major.minor must be equal to Master major.minor JVM version (paranoid version) |
|
Agent JVM version must be exactly the same as Master JVM version (paranoid++ version) |
|