Skip to content
This repository has been 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
yehormasalitin opened this issue Oct 29, 2021 · 1 comment
Labels
Milestone

Comments

@yehormasalitin
Copy link

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
image
image

@yehormasalitin
Copy link
Author

Pull request: #749

oliemansm added a commit that referenced this issue Mar 30, 2022
@oliemansm oliemansm added this to the 13.0.0 milestone Apr 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants