-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(distro): clean up wildfly subsystem code (#4111)
* Java deprecations : class.newInstance -> class.getDeclaredConstructor().newInstance() * WildFly * (DeploymentPhaseContext) getServiceTarget() -> getRequirementServiceTarget() * (OperationContext) getServiceTarget() -> getCapabilityServiceTarget() * use default constructor for AbstractAddStepHandler * jboss-modules * (Module) getIdentifier() -> getName() * ModuleIdentifier -> String * jboss-threads * remove ExecutionTimedOutException usage * JBoss MSC - reduce usage of deprecations in classes addService + requires + provides * ProcessApplicationModuleService * MscExecutorService * MscRuntimeContainerDelegate * MscBpmPlatformPlugins * MscRuntimeContainerJobExecutor * use #addService(serviceName) to register the services with their names * remove addAliases usage * improve code: * replace #length() == 0 with #isEmpty() * remove redundant code * remove unused suppress * improve naming * add override annotation, adjust imports and whitespaces * clean up TODO and adjust formatting * fix typo in module identifier constants * remove empty undeploy method * remove redundant comments * adjust formatting * replace lambda with method reference * fix typos * remove redundant deprecation annotation of THREAD_POOL_NAME * add final modifier related to #3589
- Loading branch information
1 parent
096d542
commit 6118083
Showing
35 changed files
with
577 additions
and
476 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.