-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: testIssues in the test moduleIssues in the test moduletype: enhancementA general enhancementA general enhancement
Milestone
Description
Overview
In conjunction with #21007, we introduced a new put(MergedContextConfiguration, LoadFunction)
method in the ContextCache
API.
Going forward, clients of the ContextCache
API should invoke put(MergedContextConfiguration, LoadFunction)
instead of put(MergedContextConfiguration, ApplicationContext)
.
In light of that, we have decided to officially deprecate put(MergedContextConfiguration, ApplicationContext)
in order to guide developers.
Note, however, that implementations of ContextCache
will still need to implement put(MergedContextConfiguration, ApplicationContext)
for historical reasons, even if that method may never be invoked.
Related Issues
Metadata
Metadata
Assignees
Labels
in: testIssues in the test moduleIssues in the test moduletype: enhancementA general enhancementA general enhancement