Doc: @Component bean auto naming working differently for two capital letter start [SPR-14272] #18844
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: task
A general task
Milestone
Heartin opened SPR-14272 and commented
If my class name start with two capital letters and I annotate with
@Component
, the auto generated name starts with capital letter. Else it starts with small letter.JJwriterComp gives JJwriterComp
JaaJwriterComp gives jaaJwriterComp
I could not find any reference for this difference in any documentation.
Backported to: 4.2.7
The text was updated successfully, but these errors were encountered: