This commit introduces a new EventPublishingTestExecutionListener for publishing events to the test ApplicationContext. These may be consumed by @EventListener annotated methods to react to the TestContext lifecycle. The listener is not registered by default. Closes gh-18490