This repository was archived by the owner on Dec 19, 2023. It is now read-only.
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Cannot access AsyncServletProperties.Threads fields because it is a package private class #748
Closed
Description
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