Closed
Description
Martin Lippert opened SPR-14123 and commented
class: BeanDefinitionBuilder
method: addConstructorArg(Object value)
This method got removed a while ago. But it caused some incompatibilities with older handler implementations (and older Spring Security versions). Therefore it got re-introduced in this commit:
Unfortunately this method got removed again in this commit:
and it seems to cause some issues for people (in Spring IDE when using older library versions of Spring Security, in this case, mentioned in the reference URL).
So it would be great if this method could be re-re-introduced back into the code base.
Affects: 4.2.5, 4.3 RC1
Reference URL: https://issuetracker.springsource.com/browse/STS-4339
Issue Links:
- Remove pre-3.2 deprecated classes and methods [SPR-12578] #17179 Remove pre-3.2 deprecated classes and methods
- Deprecate MultiActionController and Controller*NameHandlerMapping [SPR-14128] #18700 Deprecate MultiActionController and Controller*NameHandlerMapping