spring-framework/spring-context
Sam Brannen e384389790 Reinstate the @⁠Inject Technology Compatibility Kit (TCK)
In commit 05ebca8677, the `public` modifier was removed from the
SpringAtInjectTckTests class, which prevents it from being run as a
JUnit 3 test class.

To address that, this commit adds the missing `public` modifier as well
as a a code comment to help prevent this from happening again.

In addition, this commit updates spring-context.gradle to ensure that
the JUnit Vintage test engine is always applied. However, that Gradle
configuration is unfortunately ignored due to how our TestConventions
class has been implemented. Thus, that issue will have to be addressed
separately.

Closes gh-34800
2025-04-25 12:08:39 +02:00
..
src Reinstate the @⁠Inject Technology Compatibility Kit (TCK) 2025-04-25 12:08:39 +02:00
.springBeans
spring-context.gradle Reinstate the @⁠Inject Technology Compatibility Kit (TCK) 2025-04-25 12:08:39 +02:00