Given a mapper SelmaMapper that declares a custom mapper CustomSelmaMapper.
Given this CustomSelmaMapper wants to use SelmaMapper again.
If CustomSelmaMapper initialize SelmaMapper into a field declaration,
When SelmaMapper is first used and initialized,
Then there is a StackOverflowError.
Given a mapper
SelmaMapper
that declares a custom mapperCustomSelmaMapper
.Given this
CustomSelmaMapper
wants to useSelmaMapper
again.If
CustomSelmaMapper
initializeSelmaMapper
into a field declaration,When
SelmaMapper
is first used and initialized,Then there is a
StackOverflowError
.You can find a failing test on this project.
The text was updated successfully, but these errors were encountered: