From 9a9ac017453b4d99dfb6b332c0699369401e2a4b Mon Sep 17 00:00:00 2001 From: Matej Novotny Date: Tue, 28 Nov 2023 14:01:40 +0100 Subject: [PATCH] Remove mention of context activation from AfterDeploymentValidation event --- spec/src/main/asciidoc/core/spi_full.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/src/main/asciidoc/core/spi_full.asciidoc b/spec/src/main/asciidoc/core/spi_full.asciidoc index 6d5e04b2..ff6d3b27 100644 --- a/spec/src/main/asciidoc/core/spi_full.asciidoc +++ b/spec/src/main/asciidoc/core/spi_full.asciidoc @@ -1081,7 +1081,7 @@ With `ObserverMethodConfigurator` you can perform the following operations: ==== `AfterDeploymentValidation` event -The container must fire an event after it has validated that there are no deployment problems and before creating contexts or processing requests. +The container must fire an event after it has validated that there are no deployment problems and before processing requests. The event object must be of type `jakarta.enterprise.inject.spi.AfterDeploymentValidation`: