-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug
Milestone
Description
Kazuki Shimizu opened SPR-12442 and commented
In my application, use the @MapperScan
annotation of mybatis-spring.
My application worked until Spring 3.2.11.
But when upgrade to 3.2.12, does not work.
Probably, this problem's cause is fixes of #16939.
In my application, use @MapperScan
in multiple java config class.
Detail refer to sample application on Github.
Note : @MapperScan
use in com.springapp.infra package.
[Use spring 3.2.11 -> worked]
[Use spring 3.2.12 -> does not worked]
[Use spring 4.0.x -> worked]
[Use spring 4.1.x -> worked]
Affects: 3.2.12
Reference URL: #16939
Issue Links:
- @Import in another annotation still results in double scan [SPR-12334] #16939
@Import
in another annotation still results in double scan
Referenced from: commits 4b4bc2d
1 votes, 3 watchers
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug