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

deps: upgraded test dependencies (jacoco, junit5, assertj) #17

Merged
merged 1 commit into from
Sep 21, 2023
Merged

Conversation

sttk
Copy link
Owner

@sttk sttk commented Sep 21, 2023

This PR upgrades the versions of dependency libraries for test.

  • Jacoco : 0.8.8 --> 0.8.10
  • JUnit5
    • Jupiter API : 5.9.1 --> 5.9.3
    • Jupiter Engine : 5.9.1 --> 5.9.3
    • Platform : 1.9.1 --> 1.9.3

At the moment, the latest version of JUnit5 is 5.10.0, but this version does not support native build. (The following errors occur.)

Error: Classes that should be initialized at run time got initialized during image building:
 org.junit.platform.launcher.core.LauncherConfig was unintentionally initialized at build time. To see why org.junit.platform.launcher.core.LauncherConfig got initialized use --trace-class-initialization=org.junit.platform.launcher.core.LauncherConfig
org.junit.jupiter.engine.config.InstantiatingConfigurationParameterConverter was unintentionally initialized at build time. To see why org.junit.jupiter.engine.config.InstantiatingConfigurationParameterConverter got initialized use --trace-class-initialization=org.junit.jupiter.engine.config.InstantiatingConfigurationParameterConverter
To see how the classes got initialized, use --trace-class-initialization=org.junit.platform.launcher.core.LauncherConfig,org.junit.jupiter.engine.config.InstantiatingConfigurationParameterConverter

@sttk sttk merged commit 82ab27d into main Sep 21, 2023
6 checks passed
@sttk sttk deleted the deps branch September 21, 2023 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant