Skip to content

When use the same configuration annotation of javaconfig, does not work on spring 3.2.12 [SPR-12442] #17047

@spring-projects-issues

Description

@spring-projects-issues

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:

Referenced from: commits 4b4bc2d

1 votes, 3 watchers

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions