* Add notification logic after modifying web thread pool parameters.
* Refactor the notification module to enable notification capability for the web container.
* Add application profile enum.
* Revert the bugfix changes and split them into issue #1134.
* Revert @Order annotation in AbstractWebThreadPoolService.
* fix profile enum name with test environment.
* Fix: remove unused imports.
* Delete ProfileEnum class.
* Modify the way of obtaining the ID of the web thread pool.
* Move the IExecutorProperties class to the common module.
* Narrow the scope of @SuppressWarnings annotation usage.
* Fix: Prevent parameter refresh failure during web container startup due to issues with the execution order of the ApplicationRunner.
* Use `isContainerStarted` conditional logic when updating parameters.
* fix: remove 'isContainerStarted' conditional logic.
* Refactor the web adapter module to be compatible with Spring Boot 1.x versions.
* fix: Prevent NPE exceptions from being thrown when certain parameters are not configured.
* fix: Add some ERROR logs.
* fix: Add some notes.
* refactor: Extension module
* refactor: Update packageNames and classNames, mark ServiceLoader deprecated.
* fix: remove some unused fields.
* method does not override or implement a method from a supertype
* fix: Modify some field names, add scoped target object filtering.
* Support for Consul Configuration Center to dynamically adjust parameters
* Optimize(Support for Consul Configuration Center to dynamically adjust parameters )
* Second optimization(Support for Consul Configuration Center to dynamically adjust parameters )
* delete empty rows
* feat: Add a new thread-pool that supports the registration of callback interfaces
* feat: Add plugins to support the default extensions of DynamicThreadPoolExecutor
* refactor: Deprecate AbstractDynamicExecutorSupport and make DynamicThreadPoolExecutor extend ExtensibleThreadPoolExecutor (#815)
* fix: obtained plugin list may cause thread-safe problems during iteration
* refactor: Make DynamicThreadPoolExecutor support the selection of shutdown mode in destroy
Co-authored-by: 马称 Ma Chen <machen@apache.org>