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 test code depending on Spring to separate module #5582

Merged
merged 3 commits into from
Oct 11, 2024

Commits on Oct 10, 2024

  1. Move test code depending on Spring to separate module

    It is difficult to depend on Spring 6 in test code in our published modules because we maintain a Java 8 baseline while Spring 6 requires Java 17. Moving this code to a separate module avoids that issue. There is still one usage of Spring in our normal test code for ModifiedClassPathClassLoader.
    shakuzen committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    fad8326 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Update micrometer-core/src/test/java/io/micrometer/core/aop/MeterTagS…

    …upportTests.java
    
    Co-authored-by: Jonatan Ivanov <[email protected]>
    shakuzen and jonatan-ivanov authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4feb8f6 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    shakuzen committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9826b02 View commit details
    Browse the repository at this point in the history