File tree Expand file tree Collapse file tree
cxf-syncope2-webapp/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 <karaf .version>4.2.16</karaf .version>
4747 <slf4j .version>1.7.26</slf4j .version>
4848 <spring .version>5.3.22</spring .version>
49- <syncope .version>2.1.11 </syncope .version>
49+ <syncope .version>2.1.12 </syncope .version>
5050 <tomcat .version>8.5.82</tomcat .version>
5151 </properties >
5252
Original file line number Diff line number Diff line change 1515# specific language governing permissions and limitations
1616# under the License.
1717
18- asyncConnectorFacadeExecutor.poolSize =5-25
18+ asyncConnectorFacadeExecutor.corePoolSize =5
19+ asyncConnectorFacadeExecutor.maxPoolSize =25
1920asyncConnectorFacadeExecutor.queueCapacity =100
2021
21- propagationTaskExecutorAsyncExecutor.poolSize =5-25
22+ propagationTaskExecutorAsyncExecutor.corePoolSize =5
23+ propagationTaskExecutorAsyncExecutor.maxPoolSize =25
2224propagationTaskExecutorAsyncExecutor.queueCapacity =100
2325propagationTaskExecutor =org.apache.syncope.core.provisioning.java.propagation.PriorityPropagationTaskExecutor
2426
Original file line number Diff line number Diff line change 1414# KIND, either express or implied. See the License for the
1515# specific language governing permissions and limitations
1616# under the License.
17- asyncConnectorFacadeExecutor.poolSize =5-25
17+ asyncConnectorFacadeExecutor.corePoolSize =5
18+ asyncConnectorFacadeExecutor.maxPoolSize =25
1819asyncConnectorFacadeExecutor.queueCapacity =100
1920
20- propagationTaskExecutorAsyncExecutor.poolSize =5-25
21+ propagationTaskExecutorAsyncExecutor.corePoolSize =5
22+ propagationTaskExecutorAsyncExecutor.maxPoolSize =25
2123propagationTaskExecutorAsyncExecutor.queueCapacity =100
2224propagationTaskExecutor =org.apache.syncope.core.provisioning.java.propagation.PriorityPropagationTaskExecutor
2325
Original file line number Diff line number Diff line change 3737 <cargo .output>${log.directory} /cargo-output.log</cargo .output>
3838 <conf .directory>${project.build.directory} /test-classes</conf .directory>
3939 <h2 .version>1.4.200</h2 .version>
40- <spring .version>5.2.19 .RELEASE</spring .version>
40+ <spring .version>5.2.22 .RELEASE</spring .version>
4141 </properties >
4242 <dependencies >
4343 <dependency >
Original file line number Diff line number Diff line change 1414# KIND, either express or implied. See the License for the
1515# specific language governing permissions and limitations
1616# under the License.
17- asyncConnectorFacadeExecutor.poolSize =5-25
17+ asyncConnectorFacadeExecutor.corePoolSize =5
18+ asyncConnectorFacadeExecutor.maxPoolSize =25
1819asyncConnectorFacadeExecutor.queueCapacity =100
1920
20- propagationTaskExecutorAsyncExecutor.poolSize =5-25
21+ propagationTaskExecutorAsyncExecutor.corePoolSize =5
22+ propagationTaskExecutorAsyncExecutor.maxPoolSize =25
2123propagationTaskExecutorAsyncExecutor.queueCapacity =100
2224propagationTaskExecutor =org.apache.syncope.core.provisioning.java.propagation.PriorityPropagationTaskExecutor
2325
You can’t perform that action at this time.
0 commit comments