You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trim down PR apache#2506: Remove configuration and statistics
This commit removes the following components from the comprehensive PR apache#2506:
- CacheConfigurationResolver and related configuration classes
- CacheStatistics and related statistics tracking
- Cache configuration parsing and system property handling
- Factory methods from InputSource and InputLocation (merge methods)
- Complex object pooling configuration (keeping only Dependency pooling)
Remaining work:
- Fix compilation errors for missing interfaces
- Adapt to current master branch API structure
- Ensure all tests pass
This trimmed version keeps the core cache improvements while removing
the configuration complexity that's not needed for the 4.0.x branch.
0 commit comments