Spring boot tests seem to be overridden surefire plugin listeners.
Spring boot parent version: 2.2.0.RELEASE
Surefire maven plugin version: 3.0.0-M3
Java version: 11
I attached a project to demonstrate it, where there is a listener that prints to the sysout if it is executed. If I change the spring boot parent version to 2.1.9.RELEASE, the listener is executed.
demouuuuu.zip