Skip to content
Commit 99592e0a authored by James Nord's avatar James Nord Committed by Oliver Gondža
Browse files

[JENKINS-50124] restore AbstractTaskListeners serialVersionUID.

If a subclass was serialized (default java serialization) then the
changes do push down the method to the interface would break
deserialisation when in reality the classes are still compatable.

Restoring the compatability by hard coding the serialVersionUID to what
it was before the change.

(cherry picked from commit dcf22ca8)
parent 115612bb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment