Sam Brannen
51fa98a1b2
Apply compiler conventions to test fixtures
5 years ago
Juergen Hoeller
b23049bd27
Polishing
5 years ago
Juergen Hoeller
669a689a50
Prevent unnecessary refresh for InjectionMetadata.EMPTY
...
Closes gh-24485
5 years ago
Сергей Цыпанов
a36168c972
Produce less String-related garbage when generating bean names
...
Closes gh-24476
5 years ago
Johnny Lim
f01de79fe2
Polish
5 years ago
Сергей Цыпанов
64440a5f04
Some trivial improvements to reduce allocation pressure
...
Closes gh-24447
5 years ago
Sam Brannen
b34404916a
Update copyright date
5 years ago
Сергей Цыпанов
3adc7c3059
Hoist concatenation of two constant Strings out of loops
...
Closes gh-24388
5 years ago
stsypanov
8e5cad2af3
Add fast path for ClassUtils.hasMethod()
5 years ago
Sam Brannen
59ade91694
Use HTTPS in link
...
See gh-24268
5 years ago
Sam Brannen
c1d0060a6f
Recommend third-party alternatives in BeanUtils Javadoc
...
See gh-24268
5 years ago
Rossen Stoyanchev
510ef1ab2e
Polishing contribution
...
See gh-24287
5 years ago
KangZhiDong
f585eb0b79
Fix Javadoc typos
...
See gh-24287
5 years ago
Sam Brannen
57b771ba92
Move common FactoryMethods to spring-beans test fixtures
...
See gh-23550
5 years ago
Sam Brannen
94f8ef08e2
Move common TestPrincipal to spring-core test fixtures
...
See gh-23550
5 years ago
Sam Brannen
7cd4ddf5fc
Rename test fixture package in spring-beans
...
See gh-23550
5 years ago
Sam Brannen
4260c34b47
Rename test fixture package in spring-core
...
See gh-23550
5 years ago
Sam Brannen
61d4ee594d
Use Gradle test fixture support for spring-beans and spring-context
...
See gh-23550
5 years ago
Sam Brannen
5718bf424b
Use Gradle test fixture support for spring-core
...
See gh-23550
5 years ago
Juergen Hoeller
fa8f08391f
Consistent use of annotation-api dependency instead of tomcat-embed-core
5 years ago
Juergen Hoeller
9af8dc0980
Polishing
5 years ago
Johnny Lim
8ac222467b
Short-circuit boolean logic in AbstractBeanDefinition.equals()
...
Closes gh-24185
5 years ago
stsypanov
484006ce90
Hoist Class.getName() from String concatenation to dodge an issue related to profile pollution
5 years ago
Juergen Hoeller
32e7adfa32
Polishing
5 years ago
Juergen Hoeller
91b557eb4b
Polishing
5 years ago
Sam Brannen
d9ebc3bbc4
Polish StringArrayPropertyEditor[Tests]
5 years ago
stsypanov
62ca7c4e8f
Hoist constant byte[] out of loop
5 years ago
Sam Brannen
59e250c93c
Consistent use of SCOPE_PROTOTYPE and SCOPE_SINGLETON constants
...
Closes gh-19905
5 years ago
Juergen Hoeller
b5529f3f2b
Restore short-circuiting in equals implementation
...
Closes gh-24048
5 years ago
stsypanov
1f3b595a03
Use String.isEmpty() instead of String.equals("")
5 years ago
Qimiao Chen
bb2e3ce6d1
Polish AbstractBeanDefinition
...
Closes gh-24048
5 years ago
Sam Brannen
d397baa559
Polish Javadoc for AutowiredAnnotationBeanPostProcessor
5 years ago
SchutzeHades
834ebc44f8
Fix inappropriate eager init.
5 years ago
Juergen Hoeller
22211a01ce
Polishing
5 years ago
GungnirLaevatain
4bbf2d5785
polish
5 years ago
stsypanov
92efe95069
Simplify ConstructorResolver: do not sort intermediate array
5 years ago
Qimiao Chen
9b8da04e64
Delete unnecessary variable assignment
...
Closes gh-23955
5 years ago
Juergen Hoeller
6a48bb7b4d
Polishing
5 years ago
stsypanov
f5ae3c77c6
Use Method::getParameterCount where possible
5 years ago
Sam Brannen
29b31cad48
Align implementations of StringToUUIDConverter and UUIDEditor
...
Closes gh-23940
5 years ago
Sam Brannen
9f00eb68e9
Clean up warnings
5 years ago
Juergen Hoeller
248ad0fa79
Expose primary flag on BeanDefinitionBuilder
...
Closes gh-23794
5 years ago
Sam Brannen
2482209437
Polish Javadoc @param order
5 years ago
Sam Brannen
26ee9c68eb
Document [Priority]Ordered support for Bean[Factory]PostProcessor
...
Prior to this commit, it was not clear from the Javadoc for
BeanPostProcess and BeanFactoryPostProcessor that such components can
be ordered by implementing Ordered or PriorityOrdered.
This commit improves the documentation for BPP and BFPP to make this
support explicit.
Closes gh-23636
5 years ago
Juergen Hoeller
47a24ac378
Upgrade to Aalto 1.2.2, Protobuf 3.10, Apache Johnzon 1.2, SnakeYAML 1.25, OpenPDF 1.3.11, FreeMarker 2.3.29
5 years ago
Juergen Hoeller
07df1ce7d2
Update genericBeanDefinitionEquality test to AssertJ usage on master
...
See gh-23593
5 years ago
Juergen Hoeller
bb6f9bb6d4
Polishing
5 years ago
Juergen Hoeller
da44a247cb
Efficient concurrency in MethodOverrides through CopyOnWriteArraySet
...
Also restores immediate MethodOverrides instance in AbstractBeanDefinition, avoiding potential lazy-init race condition.
Closes gh-23448
5 years ago
Juergen Hoeller
20fc7e178a
Consistent equality check for parent name and indexed arguments
...
Closes gh-23593
5 years ago
Juergen Hoeller
e68132686d
Restore lenient target type handling for FactoryBean definitions
...
Closes gh-23561
5 years ago