-
Bug
-
Resolution: Done
-
Major
-
KIESRV64 1.3.0.GA
-
CLOUD Maintenance Sprint 20
1. decisionserver64-basic-s2i.json template expects
"name": "KIE_CONTAINER_DEPLOYMENT", "value": "decisionserver-hellorules=org.openshift.quickstarts:decisionserver-hellorules:1.3.0.Final",
but the quickstart pom
{
"displayName": "Git Repository URL",
"description": "Git source URI for application",
"name": "SOURCE_REPOSITORY_URL",
"value": "https://github.com/jboss-openshift/openshift-quickstarts.git",
"required": true
},
{
"displayName": "Git Reference",
"description": "Git branch/tag reference",
"name": "SOURCE_REPOSITORY_REF",
"value": "1.3",
"required": false
},
{
"displayName": "Context Directory",
"description": "Path within Git project to build; empty for root project directory.",
"name": "CONTEXT_DIR",
"value": "decisionserver/hellorules",
"required": false
},
is actually 1.4.0.Final
2. processserver64-basic-s2i.json template expects
"name": "KIE_CONTAINER_DEPLOYMENT", "value": "processserver-library=org.openshift.quickstarts:processserver-library:1.3.0.Final"
but actual is 1.4.0.Final
https://github.com/jboss-openshift/openshift-quickstarts/blob/1.3/processserver/library/pom.xml#L8