Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Reflections part to own gradle sub module #3005

Open
2 tasks
de-jcup opened this issue Mar 14, 2024 · 0 comments
Open
2 tasks

Move Reflections part to own gradle sub module #3005

de-jcup opened this issue Mar 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@de-jcup
Copy link
Member

de-jcup commented Mar 14, 2024

Situation

Currently sechub-doc contains Reflections implementation.
It is difficult to use the implementation in other sub modules, because normally no sub module has a reference to sechub-doc (except sechub-test, because this is for cross checking used)

Wanted

every gradle sub module shall be able to use Reflections class (but of course with project reference scope - means limitation in visible parts)

Solution

  • Introduce sechub-reflections gradle sub module.
  • Update sechub-doc (and other parts where necessary) to use this as a (test) dependency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant