Skip to content

Commit

Permalink
Add TODO comment for WFCORE-6321
Browse files Browse the repository at this point in the history
  • Loading branch information
pferraro committed Jul 31, 2023
1 parent bb3f016 commit da70684
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ protected List<ServiceName> installServices(OperationContext context, HttpInterf
final Supplier<XnioWorker> xwSupplier = builder.requires(ManagementWorkerService.SERVICE_NAME);
final Supplier<Executor> eSupplier = builder.requires(ExternalManagementRequestExecutor.SERVICE_NAME);
final Supplier<HttpAuthenticationFactory> hafSupplier = httpAuthenticationFactory != null ? builder.requiresCapability(HTTP_AUTHENTICATION_FACTORY_CAPABILITY, HttpAuthenticationFactory.class, httpAuthenticationFactory) : null;
// TODO WFCORE-6321 Expose ServerEnvironment via a capability
// Supplier<ServerEnvironment> environment = builder.requiresCapability("org.wildfly.server.environment", ServerEnvironment.class);
Supplier<ServerEnvironment> environment = builder.requires(ServerEnvironmentService.SERVICE_NAME);
Supplier<String> consoleSlot = new Supplier<>() {
@Override
Expand Down

0 comments on commit da70684

Please sign in to comment.