This is an automated email from the ASF dual-hosted git repository.

kbowers-ibm pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git


The following commit(s) were added to refs/heads/main by this push:
     new 09dd6194 kie-issues#2347: 10.3.x+ stream: Move optaplanner to drools 
(#1304)
09dd6194 is described below

commit 09dd61941dfe9ebba16a0799cd81be595637548d
Author: Kbowers <[email protected]>
AuthorDate: Fri Jul 10 08:46:42 2026 +0200

    kie-issues#2347: 10.3.x+ stream: Move optaplanner to drools (#1304)
    
    * optaplanner merge
    
    * update instances of optaplanner repo location
---
 .ci/buildchain-config-pr-cdb.yaml |  9 ---------
 .ci/jenkins/dsl/jobs.groovy       |  1 -
 .ci/project-dependencies.yaml     |  5 -----
 .ci/pull-request-config.yaml      |  7 -------
 docs/current_pipelines.md         |  1 -
 tools/zip-sources-all.sh          |  1 -
 tools/zip-sources-files/BUILD     | 13 ++++---------
 tools/zip-sources-files/LICENSE   | 26 +++++++++++++-------------
 tools/zip-sources-files/build.sh  |  5 -----
 9 files changed, 17 insertions(+), 51 deletions(-)

diff --git a/.ci/buildchain-config-pr-cdb.yaml 
b/.ci/buildchain-config-pr-cdb.yaml
index 0b8f8e49..171e94fc 100644
--- a/.ci/buildchain-config-pr-cdb.yaml
+++ b/.ci/buildchain-config-pr-cdb.yaml
@@ -34,15 +34,6 @@ build:
         mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} 
${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
       downstream: |
         mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} 
${{ env.BUILD_MVN_OPTS_DOWNSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_DOWNSTREAM }}
-
-  - project: apache/incubator-kie-optaplanner
-    build-command:
-      current: |
-        mvn clean install -Dfull ${{ env.BUILD_MVN_OPTS }} ${{ 
env.BUILD_MVN_OPTS_CURRENT }} ${{ env.OPTAPLANNER_BUILD_MVN_OPTS }}
-      upstream: |
-        mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ 
env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.OPTAPLANNER_BUILD_MVN_OPTS_UPSTREAM }}
-      downstream: |
-        mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ 
env.BUILD_MVN_OPTS_DOWNSTREAM }} ${{ env.OPTAPLANNER_BUILD_MVN_OPTS_DOWNSTREAM 
}}
   
   - project: apache/incubator-kie-kogito-runtimes
     build-command:
diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy
index 90b23a0c..f08cd569 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.ci/jenkins/dsl/jobs.groovy
@@ -204,7 +204,6 @@ void setupZipSourcesJob() {
 incubator-kie-kogito-runtimes
 incubator-kie-kogito-apps
 incubator-kie-kogito-images
-incubator-kie-optaplanner
 incubator-kie-tools
 incubator-kie-sandbox-quarkus-accelerator''',
                     'Configuration of sources repositories to pack. Format: 
"repository_name;branch(if-override-needed)" -eg. we want to override default 
sources branch for some repositories.')
diff --git a/.ci/project-dependencies.yaml b/.ci/project-dependencies.yaml
index 5dd5a99c..d2a6bec7 100644
--- a/.ci/project-dependencies.yaml
+++ b/.ci/project-dependencies.yaml
@@ -2,14 +2,9 @@ version: "2.1"
 dependencies:
   - project: apache/incubator-kie-drools
 
-  - project: apache/incubator-kie-optaplanner
-    dependencies:
-      - project: apache/incubator-kie-drools
-
   - project: apache/incubator-kie-kogito-runtimes
     dependencies:
       - project: apache/incubator-kie-drools
-      - project: apache/incubator-kie-optaplanner
   
   - project: apache/incubator-kie-kogito-apps
     dependencies:
diff --git a/.ci/pull-request-config.yaml b/.ci/pull-request-config.yaml
index a2d761d1..41282228 100644
--- a/.ci/pull-request-config.yaml
+++ b/.ci/pull-request-config.yaml
@@ -35,13 +35,6 @@ build:
       upstream: |
         mvn dependency:tree -DoutputFile=${{ env.GITHUB_WORKSPACE }}/${{ 
env.DEPENDENCY_TREE_FILE }} -DappendOutput=true clean install -Dquickly ${{ 
env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ 
env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
 
-  - project: apache/incubator-kie-optaplanner
-    build-command:
-      current: |
-        mvn clean install -Dfull ${{ env.BUILD_MVN_OPTS }} ${{ 
env.BUILD_MVN_OPTS_CURRENT }} ${{ env.OPTAPLANNER_BUILD_MVN_OPTS }}
-      upstream: |
-        mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ 
env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.OPTAPLANNER_BUILD_MVN_OPTS_UPSTREAM }}
-  
   - project: apache/incubator-kie-kogito-runtimes
     build-command:
       current: |
diff --git a/docs/current_pipelines.md b/docs/current_pipelines.md
index 6f9e8685..ae0e97cb 100644
--- a/docs/current_pipelines.md
+++ b/docs/current_pipelines.md
@@ -20,7 +20,6 @@ Here is a small overview of current pipelines existing around 
Kogito project.
   - https://github.com/apache/incubator-kie-docs
   - https://github.com/kiegroup/kie-tools
 - OptaPlanner
-  - https://github.com/apache/incubator-kie-optaplanner
   - https://github.com/apache/incubator-kie-optaplanner-quickstarts
   - https://github.com/kiegroup/optaplanner-website
 
diff --git a/tools/zip-sources-all.sh b/tools/zip-sources-all.sh
index c1bb362e..6f80a372 100755
--- a/tools/zip-sources-all.sh
+++ b/tools/zip-sources-all.sh
@@ -30,7 +30,6 @@
 #incubator-kie-kogito-runtimes
 #incubator-kie-kogito-apps
 #incubator-kie-kogito-images
-#incubator-kie-optaplanner
 #incubator-kie-tools
 #incubator-kie-sandbox-quarkus-accelerator"
 
diff --git a/tools/zip-sources-files/BUILD b/tools/zip-sources-files/BUILD
index b78364f6..340c915c 100644
--- a/tools/zip-sources-files/BUILD
+++ b/tools/zip-sources-files/BUILD
@@ -46,22 +46,17 @@ git init .
 mvn clean install -DskipTests -Dfull -Donly.reproducible=true
 cd ..
 
-2. Build OptaPlanner:
-cd incubator-kie-optaplanner
-mvn clean install -DskipTests -Dfull -Donly.reproducible=true
-cd ..
-
-3. Build Kogito Runtimes:
+2. Build Kogito Runtimes:
 cd incubator-kie-kogito-runtimes
 mvn clean install -DskipTests -Dfull -Donly.reproducible=true
 cd ..
 
-4. Build Kogito Apps:
+3. Build Kogito Apps:
 cd incubator-kie-kogito-apps
 mvn clean install -DskipTests -Dfull -Donly.reproducible=true 
-Pjitexecutor-native
 cd ..
 
-5. Build Kogito Images:
+4. Build Kogito Images:
 cd incubator-kie-kogito-images
 cekit --descriptor kogito-base-builder-image.yaml build docker --platform 
linux/amd64
 make build-image KOGITO_APPS_TARGET_BRANCH=main ignore_test=true 
image_name=kogito-data-index-ephemeral
@@ -72,7 +67,7 @@ make build-image KOGITO_APPS_TARGET_BRANCH=main 
ignore_test=true image_name=kogi
 make build-image KOGITO_APPS_TARGET_BRANCH=main ignore_test=true 
image_name=kogito-jobs-service-postgresql
 cd ..
 
-6. Build KIE Tools:
+5. Build KIE Tools:
 cd incubator-kie-tools
 git init .
 git config user.name "Builder"
diff --git a/tools/zip-sources-files/LICENSE b/tools/zip-sources-files/LICENSE
index 5a9429be..1165a6d0 100644
--- a/tools/zip-sources-files/LICENSE
+++ b/tools/zip-sources-files/LICENSE
@@ -375,9 +375,9 @@ the testing suites.
      JavaParser is dual licensed under LGPL license and Apache License Version 
2.0 license. We choose the Apache License Version 2.0.
 
 
------------------------------------------------------------------------------------------------------------------
-for 
incubator-kie-optaplanner/optaplanner-benchmark/src/main/resources/org/optaplanner/benchmark/impl/report/twitterbootstrap/css/bootstrap*
-    
incubator-kie-optaplanner/optaplanner-benchmark/src/main/resources/org/optaplanner/benchmark/impl/report/twitterbootstrap/img/**
-    
incubator-kie-optaplanner/optaplanner-benchmark/src/main/resources/org/optaplanner/benchmark/impl/report/twitterbootstrap/js/bootstrap*
+for 
incubator-kie-drools/optaplanner-benchmark/src/main/resources/org/optaplanner/benchmark/impl/report/twitterbootstrap/css/bootstrap*
+    
incubator-kie-drools/optaplanner-benchmark/src/main/resources/org/optaplanner/benchmark/impl/report/twitterbootstrap/img/**
+    
incubator-kie-drools/optaplanner-benchmark/src/main/resources/org/optaplanner/benchmark/impl/report/twitterbootstrap/js/bootstrap*
 
     (https://github.com/twbs/bootstrap/)
     The MIT License (MIT)
@@ -404,8 +404,8 @@ for 
incubator-kie-optaplanner/optaplanner-benchmark/src/main/resources/org/optap
     THE SOFTWARE.
 
 
--------------------------------------------------------------------------------------------------------------
-for 
incubator-kie-optaplanner/optaplanner-docs/src/modules/ROOT/images/website/jquery/jquery.min.js
-    
incubator-kie-optaplanner/optaplanner-benchmark/src/main/resources/org/optaplanner/benchmark/impl/report/twitterbootstrap/js/jquery*
+for 
incubator-kie-drools/optaplanner-docs/src/modules/ROOT/images/website/jquery/jquery.min.js
+    
incubator-kie-drools/optaplanner-benchmark/src/main/resources/org/optaplanner/benchmark/impl/report/twitterbootstrap/js/jquery*
 
     (https://github.com/jquery/jquery)
     Copyright OpenJS Foundation and other contributors, https://openjsf.org/
@@ -430,19 +430,19 @@ for 
incubator-kie-optaplanner/optaplanner-docs/src/modules/ROOT/images/website/j
     WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 
--------------------------------------------------------------------------------------------------------------------
-for 
incubator-kie-optaplanner/optaplanner-benchmark/src/main/resources/org/optaplanner/benchmark/impl/report/twitterbootstrap/css/prettify.css
-    
incubator-kie-optaplanner/optaplanner-benchmark/src/main/resources/org/optaplanner/benchmark/impl/report/twitterbootstrap/js/prettify.js
+for 
incubator-kie-drools/optaplanner-benchmark/src/main/resources/org/optaplanner/benchmark/impl/report/twitterbootstrap/css/prettify.css
+    
incubator-kie-drools/optaplanner-benchmark/src/main/resources/org/optaplanner/benchmark/impl/report/twitterbootstrap/js/prettify.js
 
     (https://github.com/googlearchive/code-prettify)
     http://www.apache.org/licenses/LICENSE-2.0
 
 -------------------------------------------------------------------------
-for 
incubator-kie-optaplanner/optaplanner-docs/src/modules/ROOT/images/website/jstree/32px.png
-    
incubator-kie-optaplanner/optaplanner-docs/src/modules/ROOT/images/website/jstree/40px.png
-    
incubator-kie-optaplanner/optaplanner-docs/src/modules/ROOT/images/website/jstree/jstree.js
-    
incubator-kie-optaplanner/optaplanner-docs/src/modules/ROOT/images/website/jstree/jstree.min.js
-    
incubator-kie-optaplanner/optaplanner-docs/src/modules/ROOT/images/website/jstree/style.css
-    
incubator-kie-optaplanner/optaplanner-docs/src/modules/ROOT/images/website/jstree/throbber.gif
+for 
incubator-kie-drools/optaplanner-docs/src/modules/ROOT/images/website/jstree/32px.png
+    
incubator-kie-drools/optaplanner-docs/src/modules/ROOT/images/website/jstree/40px.png
+    
incubator-kie-drools/optaplanner-docs/src/modules/ROOT/images/website/jstree/jstree.js
+    
incubator-kie-drools/optaplanner-docs/src/modules/ROOT/images/website/jstree/jstree.min.js
+    
incubator-kie-drools/optaplanner-docs/src/modules/ROOT/images/website/jstree/style.css
+    
incubator-kie-drools/optaplanner-docs/src/modules/ROOT/images/website/jstree/throbber.gif
 
     (https://github.com/vakata/jstree)
     Copyright (c) 2014 Ivan Bozhanov
diff --git a/tools/zip-sources-files/build.sh b/tools/zip-sources-files/build.sh
index 69d11c9e..656be1ba 100755
--- a/tools/zip-sources-files/build.sh
+++ b/tools/zip-sources-files/build.sh
@@ -47,11 +47,6 @@ build_components() {
     mvn clean install -DskipTests -Dfull -Donly.reproducible=true
     cd ..
 
-    # Build OptaPlanner
-    cd incubator-kie-optaplanner || exit 1
-    mvn clean install -DskipTests -Dfull -Donly.reproducible=true
-    cd ..
-
     # Build Kogito Runtimes
     cd incubator-kie-kogito-runtimes || exit 1
     mvn clean install -DskipTests -Dfull -Donly.reproducible=true


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to