You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
Describe the bug
I would like to get access to config from Threads class, but I can't at the moment as it is a package-private class.
I think it would be great to have it public, so we can use it as a part of any other custom settings
To Reproduce
Try to use AsyncServletProperties.Threads in any package which is not where it is located
Expected behavior AsyncServletProperties.Threads should be available in all packages
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
I would like to get access to config from
Threads
class, but I can't at the moment as it is a package-private class.I think it would be great to have it public, so we can use it as a part of any other custom settings
To Reproduce
Try to use
AsyncServletProperties.Threads
in any package which is not where it is locatedExpected behavior
AsyncServletProperties.Threads
should be available in all packagesScreenshots
The text was updated successfully, but these errors were encountered: