We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54cf0c commit d6197b7Copy full SHA for d6197b7
org.springframework.context/src/main/resources/org/springframework/scheduling/config/spring-task-3.0.xsd
@@ -84,7 +84,10 @@
84
<xsd:annotation>
85
<xsd:documentation><![CDATA[
86
The bean name for the generated ThreadPoolTaskExecutor instance.
87
- It will also be used as the default thread name prefix.
+ This value will also be used as the thread name prefix which is why it is
88
+ required even when defining the executor as an inner bean: The executor
89
+ won't be directly accessible then but will nevertheless use the specified
90
+ id as the thread name prefix of the threads that it manages.
91
]]></xsd:documentation>
92
</xsd:annotation>
93
</xsd:attribute>
0 commit comments