]
Bartosz Baranowski reassigned WFLY-13212:
-----------------------------------------
Assignee: Bartosz Baranowski (was: Jeff Mesnil)
Boot messages related to activation of MP subsystems are
inconsistent
---------------------------------------------------------------------
Key: WFLY-13212
URL:
https://issues.redhat.com/browse/WFLY-13212
Project: WildFly
Issue Type: Bug
Components: MP Config, MP Fault Tolerance, MP JWT, MP OpenTracing
Affects Versions: 19.0.0.Beta3
Reporter: Rostislav Svoboda
Assignee: Bartosz Baranowski
Priority: Major
Boot messages related to activation of MP subsystems are inconsistent in package names
and used wording.
- MP Config and MP JWT use {{_private}} package, the remaining do not.
- MP Config and MP JWT say {{Activating WildFly MicroProfile}}, the majority of specs
says {{Activating Eclipse MicroProfile }}
- MP FT and MP OT say {{Activating MicroProfile}}, the majority of specs says
{{Activating Eclipse MicroProfile }}
- MP FT "Activating ..." message ends {{subsystem.}} but should be in sync
with others - {{Subsystem}} - no comma at the end, upper case for the first letter
Packages and "Activating ..." messages should sync.
{code}
21:43:44,506 INFO [org.wildfly.extension.microprofile.config.smallrye._private]
(ServerService Thread Pool -- 48) WFLYCONF0001: Activating WildFly MicroProfile Config
Subsystem
21:43:44,527 INFO [org.wildfly.extension.microprofile.jwt.smallrye._private]
(ServerService Thread Pool -- 51) WFLYJWT0001: Activating WildFly MicroProfile JWT
Subsystem
{code}
{code}
21:43:44,523 INFO [org.wildfly.extension.microprofile.openapi.smallrye] (ServerService
Thread Pool -- 53) WFLYMPOAI0001: Activating Eclipse MicroProfile OpenAPI Subsystem
21:43:44,531 INFO [org.wildfly.extension.microprofile.health.smallrye] (ServerService
Thread Pool -- 50) WFLYHEALTH0001: Activating Eclipse MicroProfile Health Subsystem
21:43:44,533 INFO [org.wildfly.extension.microprofile.metrics.smallrye] (ServerService
Thread Pool -- 52) WFLYMETRICS0001: Activating Eclipse MicroProfile Metrics Subsystem
21:43:44,531 INFO [org.wildfly.extension.microprofile.faulttolerance] (ServerService
Thread Pool -- 49) WFLYMPFTEXT0001: Activating MicroProfile Fault Tolerance subsystem.
{code}
CC [~brian.stansberry] / [~maeste]