Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2025

This PR contains the following updates:

Package Change Age Confidence
com.google.testparameterinjector:test-parameter-injector 1.19 -> 1.20 age confidence

Release Notes

google/testparameterinjector (com.google.testparameterinjector:test-parameter-injector)

v1.20

  • New Compile-Time Dependency on Kotlin: The library now includes a
    compile-time dependency on the Kotlin Standard Library (kotlin-stdlib)
    and Kotlin Reflection (kotlin-reflect). This is required to properly
    support Kotlin tests (see the next two changes).

    If this dependency is causing problems, please let us know by raising an
    issue. If there is enough need for this, we can justify adding an extra
    artefact that omits the Kotlin part.

  • Bugfix for Kotlin v2.2.20: Get parameter names via Kotlin reflection because
    those via Java reflection have changed to include the class.

  • Fix the breaking change in TestParameterInjector v1.19: By getting the
    parameter names via Kotlin, the breaking change in 1.19 is no longer breaking
    when directly upgrading to 1.10

  • Breaking change: TestParametersValuesProvider must return at least one
    value. If your use case requires (sometimes) disabling the test by returning
    zero values, override
    TestParametersValuesProvider.valuesListCanBeEmptyWhichMeansThatTheTestWillBeSkipped().


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@JakeWharton JakeWharton merged commit e306a5c into trunk Nov 21, 2025
12 checks passed
@JakeWharton JakeWharton deleted the renovate/com.google.testparameterinjector-test-parameter-injector-1.x branch November 21, 2025 20:51
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.

2 participants