Registry / utility / spring-context-support

spring-context-support

JSON →
library7.0.7javamavenunverified

Provides additional context support classes for Spring, such as scheduling and caching abstractions.

<dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> <version>7.0.7</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-CONTEXT-SUP
S
spring-context-support
utilityjavav7.0.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EnableScheduling
org.springframework.scheduling.annotation.EnableScheduling

Shows how to enable scheduling in a Spring application.

import org.springframework.context.annotation.Configuration; import org.springframework.scheduling.annotation.EnableScheduling; @Configuration @EnableScheduling public class SchedulerConfig { // scheduled tasks }
Debug
Known issues
breakingSpring 7 requires Java 17+ and may have breaking changes from Spring 6.
fix
Ensure your project uses Java 17 or later and review migration guide.
affects: >=7.0.0
Upgrade
Version history
7.0.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
spring-context-support — mvn dependency:get spring-context-support · libregistry