spring-projects / spring-projects/spring-security
AclClassIdUtils is package private and not accessible
@jzheaux is already working on this.
Since Jul 16, 2021.
- Dominant language
- Java
- Stars
- 9.6k
- Forks
- 6.3k
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 52
Description
Describe the bug
This is a follow up from #10079, as i discovered, that AclClassIdUtils is package private, wich seems a little bit weird to me, because there is a legit use case for this?
Expected behavior
This class should be part of the public api, so you dont need to create something similair for yourself.
Sample
A link to a GitHub repository with a minimal, reproducible sample.
Reports that include a sample will take priority over reports that do not.
At times, we may require a sample, so it is good to try and include a sample up front.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.