Stephane Nicoll
|
bfa48d551d
|
Polish contribution
Closes gh-1112
|
8 years ago |
fisache
|
3ccf653174
|
Polish Javadoc
See gh-1112
|
8 years ago |
Juergen Hoeller
|
249b798059
|
Direct reference to JDK 7 AutoCloseable interface
Issue: SPR-13188
|
8 years ago |
Juergen Hoeller
|
ed49ce838e
|
Executable instead of Object for constructor or factory method
Issue: SPR-13188
|
8 years ago |
Juergen Hoeller
|
4a85309a04
|
Consistent throwing of BeanNotOfRequiredTypeException even for existing proxy
Issue: SPR-14504
|
8 years ago |
Juergen Hoeller
|
725fb3219f
|
Polishing
|
8 years ago |
Juergen Hoeller
|
0e3f0bd9d0
|
Avoid JDK proxy against CGLIB Factory interface and assert required type when resolving dependency
Issue: SPR-14478
|
8 years ago |
Juergen Hoeller
|
938b56c0fe
|
BeanWrapperImpl.setBeanInstance correctly exposes root object
Issue: SPR-14474
|
8 years ago |
Juergen Hoeller
|
99be15f58b
|
Revise encoding steps towards use of JDK Charset and StandardCharsets
Issue: SPR-14492
|
8 years ago |
Juergen Hoeller
|
aaac199e8b
|
Consistently use constructor-based instantiation instead of Class.newInstance / BeanUtils.instantiate
Issue: SPR-14486
|
8 years ago |
Juergen Hoeller
|
91ac0bfefa
|
Reinstated support for spring-beans.dtd (streamlined like xsd)
Issue: SPR-13499
|
8 years ago |
Juergen Hoeller
|
c43e7497c1
|
Fixed typo: "occured"->"occurred"
|
8 years ago |
Juergen Hoeller
|
23c2b6ad41
|
Added PathEditor for NIO file system resolution
Issue: SPR-14436
|
8 years ago |
Juergen Hoeller
|
a1f5fb53db
|
Java 8 getParameterCount() instead of getParameterTypes().length
Issue: SPR-13188
|
8 years ago |
Juergen Hoeller
|
39e3f2ebf6
|
MethodParameter supports Java 8 Executable/Parameter and validates parameter indexes
Also, equals insists on the same class now, differentiating from SynthesizingMethodParameter.
Issue: SPR-14055
Issue: SPR-13456
Issue: SPR-14438
|
8 years ago |
Juergen Hoeller
|
da9c24c41e
|
Polishing
|
8 years ago |
Juergen Hoeller
|
5890758fd0
|
Avoid canonicalName call for already-seen bean name
Issue: SPR-14433
|
8 years ago |
Juergen Hoeller
|
76dedd7ca2
|
FactoryBean, BeanPostProcessor and HandlerInterceptor variants declared with default methods
Issue: SPR-14432
|
8 years ago |
Stephane Nicoll
|
e4b0486c5a
|
Add @FunctionalInterface on candidate interfaces
Issue: SPR-14432
|
8 years ago |
Juergen Hoeller
|
bc2c22d51e
|
Streamline XML namespace support towards unversioned schemas
This commit also removes support code for outdated options which were only available in older schema versions.
Issue: SPR-13499
|
8 years ago |
Sam Brannen
|
2bae0613a3
|
Ensure code compiles with Eclipse JDT
|
8 years ago |
Stephane Nicoll
|
00d2606b00
|
Explicit type can be replaced by <>
Issue: SPR-13188
|
8 years ago |
Juergen Hoeller
|
b5db5d3aac
|
Broadly remove deprecated core classes and methods
Issue: SPR-14430
|
8 years ago |
Juergen Hoeller
|
51252ebbca
|
Avoid defensive checks against Java 8 API (java.util.Optional etc)
This commit also fixes broken javadoc links and code references.
Issue: SPR-13188
|
8 years ago |
Juergen Hoeller
|
c4c941c43f
|
Convert comma-separated string into list of classes analogous to existing support for class array
Issue: SPR-14415
|
9 years ago |
Juergen Hoeller
|
e15f7efff8
|
InjectionPoint propagated for shortcut bean name resolution as well
Issue: SPR-14400
|
9 years ago |
Juergen Hoeller
|
d51c22a789
|
Consistent processing of empty values and catching of RuntimeExceptions for Formatters
Issue: SPR-14345
|
9 years ago |
Juergen Hoeller
|
9131ebbea6
|
Synchronized access to method overrides (in particular for @Lookup)
Issue: SPR-14333
|
9 years ago |
Juergen Hoeller
|
71463fb399
|
AbstractBeanFactory consistently guards add/remove operations against alreadyCreated Set
Issue: SPR-14269
|
9 years ago |
Juergen Hoeller
|
9064d38e4c
|
AbstractBeanFactory.markBeanAsCreated() reliably clears merged bean definition only once
Issue: SPR-14269
|
9 years ago |
Juergen Hoeller
|
cf0a0cd5d8
|
BeanWrapper avoids StringIndexOutOfBoundsException for incompletely quoted keys
Issue: SPR-14293
|
9 years ago |
Juergen Hoeller
|
6efa058917
|
AbstractBeanFactory.markBeanAsCreated() reliably clears merged bean definition first
Issue: SPR-14269
|
9 years ago |
Juergen Hoeller
|
ce2f28da49
|
CachedIntrospectionResults explicitly introspects implemented interfaces (for Java 8 default methods)
Issue: SPR-14198
|
9 years ago |
Johnny Lim
|
44e652f99e
|
Remove duplicate words
Closes gh-1039
|
9 years ago |
Juergen Hoeller
|
7e55b0822f
|
BeanInstantiationException preserves Constructor/Method if available
Issue: SPR-14166
|
9 years ago |
Juergen Hoeller
|
cb9549655c
|
AbstractApplicationContext registers default embedded value resolver
Issue: SPR-14140
|
9 years ago |
Juergen Hoeller
|
157dcab56c
|
Cleanup of remaining direct BeanWrapper usage
Issue: SPR-14121
|
9 years ago |
Juergen Hoeller
|
5c1d3fca15
|
BeanFactory does not unwrap java.util.Optional for top-level bean
Issue: SPR-14121
|
9 years ago |
Juergen Hoeller
|
4ea4257e3c
|
BeanDefinitionBuilder keeps providing addConstructorArg(Object) for Spring Security 2.x compatibility
Issue: SPR-14123
|
9 years ago |
Juergen Hoeller
|
4024b2fd4b
|
DefaultListableBeanFactory leniently deserializes into dummy factory if serialization id not resolvable
Issue: SPR-14117
|
9 years ago |
Juergen Hoeller
|
edea66a967
|
Further tests for getBeanNamesForType(ResolvableType)
Issue: SPR-14097
|
9 years ago |
Juergen Hoeller
|
517ebd1d3e
|
Consistent formatting
|
9 years ago |
Juergen Hoeller
|
c5b318a4cc
|
Revised 4.3 signatures for MethodParameter/DependencyDescriptor
Issue: SPR-13440
|
9 years ago |
Sam Brannen
|
799736c571
|
Fix typos in Javadoc for AutowireCapableBeanFactory
|
9 years ago |
Juergen Hoeller
|
a905412514
|
Allow @Autowired to be declared on parameters
Issue: SPR-14057
|
9 years ago |
Juergen Hoeller
|
431ca9314a
|
Leniently allow constructor argument matches if required name is not resolvable
Issue: SPR-13987
|
9 years ago |
Juergen Hoeller
|
a95bf6e0fc
|
Current InjectionPoint/DependencyDescriptor as factory method argument
Issue: SPR-14033
|
9 years ago |
Juergen Hoeller
|
b944283354
|
ConstructorResolver exposes parameter signature from user-declared class (in case of a CGLIB-generated subclass)
Issue: SPR-14015
|
9 years ago |
Juergen Hoeller
|
b6f69492a3
|
NoUniqueBeanDefinitionException exposes beanNamesFound collection
Issue: SPR-13968
|
9 years ago |
Juergen Hoeller
|
8a83af55b8
|
Consistent resolution of factory method exceptions
Issue: SPR-13985
|
9 years ago |