mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 12:12:08 +08:00
feature #I7HJFX 修改新增文件的since版本号为2.11.0
This commit is contained in:
@@ -8,7 +8,7 @@ import com.yomahub.liteflow.flow.element.condition.LoopCondition;
|
||||
* EL规则中的parallel的操作符
|
||||
*
|
||||
* @author zhhhhy
|
||||
* @since 2.10.5
|
||||
* @since 2.11.0
|
||||
*/
|
||||
|
||||
public class ParallelOperator extends BaseOperator<LoopCondition> {
|
||||
|
||||
@@ -4,7 +4,7 @@ package com.yomahub.liteflow.flow.parallel;
|
||||
* 并行循环各子项的执行结果对象
|
||||
*
|
||||
* @author zhhhhy
|
||||
* @since 2.10.5
|
||||
* @since 2.11.0
|
||||
*/
|
||||
|
||||
public class LoopFutureObj {
|
||||
|
||||
@@ -10,7 +10,7 @@ import java.util.concurrent.ExecutorService;
|
||||
* LiteFlow默认的并行循环执行器实现
|
||||
*
|
||||
* @author zhhhhy
|
||||
* @since 2.10.5
|
||||
* @since 2.11.0
|
||||
*/
|
||||
|
||||
public class LiteFlowDefaultParallelLoopExecutorBuilder implements ExecutorBuilder {
|
||||
|
||||
@@ -23,6 +23,7 @@ import java.util.regex.Pattern;
|
||||
* springboot环境EL异步循环测试
|
||||
*
|
||||
* @author zhhhhy
|
||||
* @since 2.11.0
|
||||
*/
|
||||
@RunWith(SpringRunner.class)
|
||||
@TestPropertySource(value = "classpath:/parallelLoop/application.properties")
|
||||
|
||||
@@ -23,6 +23,7 @@ import java.util.regex.Pattern;
|
||||
* springboot环境EL异步循环测试
|
||||
*
|
||||
* @author zhhhhy
|
||||
* @since 2.11.0
|
||||
*/
|
||||
@RunWith(SpringRunner.class)
|
||||
@TestPropertySource(value = "classpath:/parallelLoop/application.properties")
|
||||
|
||||
Reference in New Issue
Block a user