• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

alibaba / jetcache / #380

04 Sep 2023 07:27AM UTC coverage: 88.931% (+0.002%) from 88.929%
#380

push

web-flow
for springboot3 remove javax (#813)

* for springboot3 remove javax

* CacheManager destroyMethod

* SpringConfigProvider destroyMethod

26 of 26 new or added lines in 2 files covered. (100.0%)

4684 of 5267 relevant lines covered (88.93%)

0.89 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/jetcache-anno/src/main/java/com/alicp/jetcache/anno/config/CacheNamespaceHandler.java
1
/**
2
 * Created on  13-09-18 16:37
3
 */
4
package com.alicp.jetcache.anno.config;
5

6
import org.springframework.beans.factory.xml.NamespaceHandlerSupport;
7

8
/**
9
 * @author <a href="mailto:areyouok@gmail.com">huangli</a>
10
 */
11
public class CacheNamespaceHandler extends NamespaceHandlerSupport {
×
12

13
    @Override
14
    public void init() {
15
        registerBeanDefinitionParser("annotation-driven", new CacheAnnotationParser());
×
16
    }
×
17
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc