This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/master by this push:
new ca8363c [create-pull-request] automated change
ca8363c is described below
commit ca8363c3c9500b76c3e4efeb0b7481f9d01892e5
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 21 00:56:46 2020 +0000
[create-pull-request] automated change
---
.../springboot/catalog/components/aws2-lambda.json | 2 +
.../src/main/docs/aws2-lambda-starter.adoc | 3 +-
.../springboot/Lambda2ComponentConfiguration.java | 12 ++
docs/modules/ROOT/pages/aws2-lambda-starter.adoc | 3 +-
tooling/camel-spring-boot-dependencies/pom.xml | 140 ++++++++++-----------
5 files changed, 88 insertions(+), 72 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-lambda.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-lambda.json
index 871c2dc..d521132 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-lambda.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-lambda.json
@@ -24,6 +24,7 @@
"configuration": { "kind": "property", "displayName": "Configuration",
"group": "producer", "label": "", "required": false, "type": "object",
"javaType": "org.apache.camel.component.aws2.lambda.Lambda2Configuration",
"deprecated": false, "secret": false, "description": "Component configuration"
},
"lazyStartProducer": { "kind": "property", "displayName": "Lazy Start
Producer", "group": "producer", "label": "producer", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "secret": false,
"defaultValue": false, "description": "Whether the producer should be started
lazy (on the first message). By starting lazy you can use this to allow
CamelContext and routes to startup in situations where a producer may otherwise
fail during starting and cause the r [...]
"operation": { "kind": "property", "displayName": "Operation", "group":
"producer", "label": "", "required": false, "type": "object", "javaType":
"org.apache.camel.component.aws2.lambda.Lambda2Operations", "enum": [
"listFunctions", "getFunction", "createAlias", "deleteAlias", "getAlias",
"listAliases", "createFunction", "deleteFunction", "invokeFunction",
"updateFunction", "createEventSourceMapping", "deleteEventSourceMapping",
"listEventSourceMapping", "listTags", "tagResource", "u [...]
+ "pojoRequest": { "kind": "property", "displayName": "Pojo Request",
"group": "producer", "label": "", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue":
"false", "configurationClass":
"org.apache.camel.component.aws2.lambda.Lambda2Configuration",
"configurationField": "configuration", "description": "If we want to use a POJO
request as body or not" },
"region": { "kind": "property", "displayName": "Region", "group":
"producer", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.aws2.lambda.Lambda2Configuration",
"configurationField": "configuration", "description": "The region in which ECS
client needs to work. When using this parameter, the configuration will expect
the lowercase name of the region (for example a [...]
"awsLambdaClient": { "kind": "property", "displayName": "Aws Lambda
Client", "group": "advanced", "label": "advanced", "required": false, "type":
"object", "javaType": "software.amazon.awssdk.services.lambda.LambdaClient",
"deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.aws2.lambda.Lambda2Configuration",
"configurationField": "configuration", "description": "To use a existing
configured AwsLambdaClient as client" },
"basicPropertyBinding": { "kind": "property", "displayName": "Basic
Property Binding", "group": "advanced", "label": "advanced", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false,
"defaultValue": false, "description": "Whether the component should use basic
property binding (Camel 2.x) or the newer property binding with additional
capabilities" },
@@ -37,6 +38,7 @@
"function": { "kind": "path", "displayName": "Function", "group":
"producer", "label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "secret":
false, "description": "Name of the Lambda function." },
"lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start
Producer", "group": "producer", "label": "producer", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "secret": false,
"defaultValue": false, "description": "Whether the producer should be started
lazy (on the first message). By starting lazy you can use this to allow
CamelContext and routes to startup in situations where a producer may otherwise
fail during starting and cause the [...]
"operation": { "kind": "parameter", "displayName": "Operation", "group":
"producer", "label": "", "required": false, "type": "object", "javaType":
"org.apache.camel.component.aws2.lambda.Lambda2Operations", "enum": [
"listFunctions", "getFunction", "createAlias", "deleteAlias", "getAlias",
"listAliases", "createFunction", "deleteFunction", "invokeFunction",
"updateFunction", "createEventSourceMapping", "deleteEventSourceMapping",
"listEventSourceMapping", "listTags", "tagResource", " [...]
+ "pojoRequest": { "kind": "parameter", "displayName": "Pojo Request",
"group": "producer", "label": "", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue":
"false", "configurationClass":
"org.apache.camel.component.aws2.lambda.Lambda2Configuration",
"configurationField": "configuration", "description": "If we want to use a POJO
request as body or not" },
"region": { "kind": "parameter", "displayName": "Region", "group":
"producer", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.aws2.lambda.Lambda2Configuration",
"configurationField": "configuration", "description": "The region in which ECS
client needs to work. When using this parameter, the configuration will expect
the lowercase name of the region (for example [...]
"awsLambdaClient": { "kind": "parameter", "displayName": "Aws Lambda
Client", "group": "advanced", "label": "advanced", "required": false, "type":
"object", "javaType": "software.amazon.awssdk.services.lambda.LambdaClient",
"deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.aws2.lambda.Lambda2Configuration",
"configurationField": "configuration", "description": "To use a existing
configured AwsLambdaClient as client" },
"basicPropertyBinding": { "kind": "parameter", "displayName": "Basic
Property Binding", "group": "advanced", "label": "advanced", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false,
"defaultValue": false, "description": "Whether the endpoint should use basic
property binding (Camel 2.x) or the newer property binding with additional
capabilities" },
diff --git
a/components-starter/camel-aws2-lambda-starter/src/main/docs/aws2-lambda-starter.adoc
b/components-starter/camel-aws2-lambda-starter/src/main/docs/aws2-lambda-starter.adoc
index 3e71a66..a886bfe 100644
---
a/components-starter/camel-aws2-lambda-starter/src/main/docs/aws2-lambda-starter.adoc
+++
b/components-starter/camel-aws2-lambda-starter/src/main/docs/aws2-lambda-starter.adoc
@@ -17,7 +17,7 @@ When using aws2-lambda with Spring Boot make sure to use the
following Maven dep
----
-The component supports 12 options, which are listed below.
+The component supports 13 options, which are listed below.
@@ -31,6 +31,7 @@ The component supports 12 options, which are listed below.
| *camel.component.aws2-lambda.enabled* | Whether to enable auto configuration
of the aws2-lambda component. This is enabled by default. | | Boolean
| *camel.component.aws2-lambda.lazy-start-producer* | Whether the producer
should be started lazy (on the first message). By starting lazy you can use
this to allow CamelContext and routes to startup in situations where a producer
may otherwise fail during starting and cause the route to fail being started.
By deferring this startup to be lazy then the startup failure can be handled
during routing messages via Camel's routing error handlers. Beware that when
the first message is processe [...]
| *camel.component.aws2-lambda.operation* | The operation to perform. It can
be listFunctions, getFunction, createFunction, deleteFunction or invokeFunction
| | Lambda2Operations
+| *camel.component.aws2-lambda.pojo-request* | If we want to use a POJO
request as body or not | false | Boolean
| *camel.component.aws2-lambda.proxy-host* | To define a proxy host when
instantiating the Lambda client | | String
| *camel.component.aws2-lambda.proxy-port* | To define a proxy port when
instantiating the Lambda client | | Integer
| *camel.component.aws2-lambda.proxy-protocol* | To define a proxy protocol
when instantiating the Lambda client | | Protocol
diff --git
a/components-starter/camel-aws2-lambda-starter/src/main/java/org/apache/camel/component/aws2/lambda/springboot/Lambda2ComponentConfiguration.java
b/components-starter/camel-aws2-lambda-starter/src/main/java/org/apache/camel/component/aws2/lambda/springboot/Lambda2ComponentConfiguration.java
index 6ddb293..dd0c3b4 100644
---
a/components-starter/camel-aws2-lambda-starter/src/main/java/org/apache/camel/component/aws2/lambda/springboot/Lambda2ComponentConfiguration.java
+++
b/components-starter/camel-aws2-lambda-starter/src/main/java/org/apache/camel/component/aws2/lambda/springboot/Lambda2ComponentConfiguration.java
@@ -62,6 +62,10 @@ public class Lambda2ComponentConfiguration
*/
private Lambda2Operations operation = Lambda2Operations.invokeFunction;
/**
+ * If we want to use a POJO request as body or not
+ */
+ private Boolean pojoRequest = false;
+ /**
* The region in which ECS client needs to work. When using this parameter,
* the configuration will expect the lowercase name of the region (for
* example ap-east-1) You'll need to use the name Region.EU_WEST_1.id()
@@ -122,6 +126,14 @@ public class Lambda2ComponentConfiguration
this.operation = operation;
}
+ public Boolean getPojoRequest() {
+ return pojoRequest;
+ }
+
+ public void setPojoRequest(Boolean pojoRequest) {
+ this.pojoRequest = pojoRequest;
+ }
+
public String getRegion() {
return region;
}
diff --git a/docs/modules/ROOT/pages/aws2-lambda-starter.adoc
b/docs/modules/ROOT/pages/aws2-lambda-starter.adoc
index 3e71a66..a886bfe 100644
--- a/docs/modules/ROOT/pages/aws2-lambda-starter.adoc
+++ b/docs/modules/ROOT/pages/aws2-lambda-starter.adoc
@@ -17,7 +17,7 @@ When using aws2-lambda with Spring Boot make sure to use the
following Maven dep
----
-The component supports 12 options, which are listed below.
+The component supports 13 options, which are listed below.
@@ -31,6 +31,7 @@ The component supports 12 options, which are listed below.
| *camel.component.aws2-lambda.enabled* | Whether to enable auto configuration
of the aws2-lambda component. This is enabled by default. | | Boolean
| *camel.component.aws2-lambda.lazy-start-producer* | Whether the producer
should be started lazy (on the first message). By starting lazy you can use
this to allow CamelContext and routes to startup in situations where a producer
may otherwise fail during starting and cause the route to fail being started.
By deferring this startup to be lazy then the startup failure can be handled
during routing messages via Camel's routing error handlers. Beware that when
the first message is processe [...]
| *camel.component.aws2-lambda.operation* | The operation to perform. It can
be listFunctions, getFunction, createFunction, deleteFunction or invokeFunction
| | Lambda2Operations
+| *camel.component.aws2-lambda.pojo-request* | If we want to use a POJO
request as body or not | false | Boolean
| *camel.component.aws2-lambda.proxy-host* | To define a proxy host when
instantiating the Lambda client | | String
| *camel.component.aws2-lambda.proxy-port* | To define a proxy port when
instantiating the Lambda client | | Integer
| *camel.component.aws2-lambda.proxy-protocol* | To define a proxy protocol
when instantiating the Lambda client | | Protocol
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml
b/tooling/camel-spring-boot-dependencies/pom.xml
index 4dfaa1d..c1fa56f 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -4129,398 +4129,398 @@
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-benchmark</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-benchmark</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-benchmark</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-benchmark</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>javadoc</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-core</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-core</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-core</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-core</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>javadoc</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-distribution</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-docs</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-examples</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-examples</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-examples</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-common</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-common</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-common</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-common</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>javadoc</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-jackson</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-jackson</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-jackson</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-jackson</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>javadoc</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-jaxb</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-jaxb</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-jaxb</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-jaxb</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>javadoc</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-jpa</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-jpa</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-jpa</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-jpa</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>javadoc</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-jsonb</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-jsonb</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-jsonb</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-jsonb</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>javadoc</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-xstream</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-xstream</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-xstream</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-xstream</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>javadoc</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-spring-boot-autoconfigure</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-spring-boot-autoconfigure</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-spring-boot-autoconfigure</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-spring-boot-starter</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-spring-boot-starter</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-spring-boot-starter</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-test</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-test</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-test</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-test</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>javadoc</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-wb-domain-editor-api</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-wb-domain-editor-api</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-wb-domain-editor-backend</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-wb-domain-editor-backend</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-wb-domain-editor-client</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-wb-domain-editor-client</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-wb-guided-rule-editor-api</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-wb-guided-rule-editor-api</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-wb-guided-rule-editor-backend</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-wb-guided-rule-editor-backend</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-wb-guided-rule-editor-client</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-wb-guided-rule-editor-client</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-wb-solver-editor-api</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-wb-solver-editor-api</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-wb-solver-editor-backend</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-wb-solver-editor-backend</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-wb-solver-editor-client</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-wb-solver-editor-client</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-wb-ui</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-workbench-models-core</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-workbench-models-core</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-workbench-models-datamodel-api</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-workbench-models-datamodel-api</artifactId>
- <version>7.36.0.Final</version>
+ <version>7.36.1.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>