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

Remove org.junit.platform.x dependencies #35

Closed
mhyeon-lee opened this issue Oct 2, 2021 · 0 comments · Fixed by #619
Closed

Remove org.junit.platform.x dependencies #35

mhyeon-lee opened this issue Oct 2, 2021 · 0 comments · Fixed by #619
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@mhyeon-lee
Copy link
Collaborator

mhyeon-lee commented Oct 2, 2021

Remove org.junit.platform.xx dependencies.
Replace the utility code of org.junit.platform.xx to use internal code.

For example, removing the BeanArbitraryGenerator ReflectionUtils usage code and replace it with a utility code that does the same thing inside.


org.junit.platform.xx 의 유틸리티 사용한 코드들을 내부 코드를 사용하도록 대체합니다.
코드에서 org.junit.platform.xx 의존 코드들을 제거합니다.

예를 들어 BeanArbitraryGenerator 의 ReflectionUtils 사용 코드를 제거하고 동일한 동작을 하는 유틸리티 코드를 내부에 작성해서 대체합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants