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

Add support for com.github.ben-manes.caffeine:caffeine:3.1.2 #177

Closed
linghengqian opened this issue Jan 15, 2023 · 2 comments · Fixed by #193
Closed

Add support for com.github.ben-manes.caffeine:caffeine:3.1.2 #177

linghengqian opened this issue Jan 15, 2023 · 2 comments · Fixed by #193
Labels
enhancement New feature or request

Comments

@linghengqian
Copy link
Contributor

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

  • No.

Describe the solution you'd like
A clear and concise description of what you want to happen.

  • Add support for com.github.ben-manes.caffeine:caffeine:3.1.2.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

  • Null.

Additional context
Add any other context or screenshots about the feature request here.

@linghengqian linghengqian added the enhancement New feature or request label Jan 15, 2023
@linghengqian
Copy link
Contributor Author

  • I'm working on this issue.

@linghengqian
Copy link
Contributor Author

  • To be honest, caffeine's unit tests use more dependencies than I imagined. I'm in the process of refactoring most of my unit tests to the standard Junit Jupiter + AssertJ combo.
dependencies {
    testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
    testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
    testImplementation 'com.github.ben-manes.caffeine:caffeine:3.1.2'
    testImplementation 'org.mockito:mockito-core:5.0.0'
    testImplementation 'org.mockito:mockito-junit-jupiter:5.0.0'
    testImplementation 'org.hamcrest:hamcrest:2.2'
    testImplementation 'org.testng:testng:7.7.1'
    testImplementation 'com.google.truth:truth:1.1.3'
    testImplementation 'org.awaitility:awaitility:4.2.0'
    testImplementation 'uk.org.lidalia:lidalia-slf4j-ext:1.0.0'
    testImplementation 'com.google.truth.extensions:truth-java8-extension:1.1.3'
    testImplementation 'it.unimi.dsi:fastutil-core:8.5.11'
    testImplementation 'com.google.guava:guava:31.1-jre'
    testImplementation 'com.google.guava:guava-testlib:31.1-jre'
    testImplementation 'org.jctools:jctools-core:4.0.1'
    testImplementation 'site.ycsb:core:0.17.0'
    testImplementation 'com.github.valfirst:slf4j-test:2.8.1'
    testImplementation 'org.apache.commons:commons-lang3:3.12.0'
    testImplementation 'org.jooq:joor-java-8:0.9.14'
    testImplementation 'org.eclipse.collections:eclipse-collections:11.1.0'
    testImplementation 'org.jetbrains.kotlinx:lincheck:2.16'
    testImplementation 'info.picocli:picocli:4.7.0'
}
  • image

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
1 participant