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

Enable instrumentation of Spring EJB clients #11104

Merged
merged 9 commits into from
May 10, 2024

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    0b2dd1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7165eb View commit details
    Browse the repository at this point in the history
  3. Fixing CI/CD failures

    zackman0010 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    27e9af3 View commit details
    Browse the repository at this point in the history
  4. Explanatory comment

    zackman0010 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6546cfd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1a4605 View commit details
    Browse the repository at this point in the history
  6. Limit spring-test to Spring 5 when testing latest dependencies

    The test worked when I ran from IntelliJ, but not when I ran from console. IntelliJ must include all the dependencies on the classpath, so the Spring 6 classes were available there.
    zackman0010 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    80b32e6 View commit details
    Browse the repository at this point in the history
  7. Removing spring-test dependency

    The spring-test dependency was only added to use their JNDI mock, but that was removed in Spring 5. With the use of simple-jndi instead, spring-test was no longer required
    zackman0010 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ea56104 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    e4ad526 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. test agains real ejb container

    laurit committed May 10, 2024
    Configuration menu
    Copy the full SHA
    92827fc View commit details
    Browse the repository at this point in the history