Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -317,21 +317,6 @@ void setupDeployJob(JobType jobType, String envName = '') {
MAVEN_DEPLOY_REPOSITORY: "${MAVEN_PR_CHECKS_REPOSITORY_URL}",
MAVEN_REPO_CREDS_ID: "${MAVEN_PR_CHECKS_REPOSITORY_CREDS_ID}",
])
} else {
jobParams.env.putAll([
GIT_AUTHOR: "${GIT_AUTHOR_NAME}",

GIT_AUTHOR_CREDS_ID: "${GIT_AUTHOR_CREDENTIALS_ID}",
GIT_AUTHOR_PUSH_CREDS_ID: "${GIT_AUTHOR_PUSH_CREDENTIALS_ID}",

MAVEN_DEPENDENCIES_REPOSITORY: "${MAVEN_ARTIFACTS_REPOSITORY}",

MAVEN_DEPLOY_REPOSITORY: Utils.getMavenArtifactsUploadRepositoryUrl(this, jobType.name),
MAVEN_REPO_CREDS_ID: Utils.getMavenArtifactsUploadRepositoryCredentialsId(this, jobType.name),

OPERATOR_IMAGE_NAME: 'optaplanner-operator',
MAX_REGISTRY_RETRIES: 3,
])
}
KogitoJobTemplate.createPipelineJob(this, jobParams)?.with {
parameters {
Expand Down
18 changes: 0 additions & 18 deletions build/optaplanner-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -498,24 +498,6 @@
<type>test-jar</type>
<version>${version.org.optaplanner}</version>
</dependency>
<!-- OptaPlanner operator -->
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-operator</artifactId>
<version>${version.org.optaplanner}</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-operator</artifactId>
<version>${version.org.optaplanner}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-operator</artifactId>
<type>test-jar</type>
<version>${version.org.optaplanner}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
19 changes: 1 addition & 18 deletions build/optaplanner-build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,24 +185,7 @@
<artifactId>openjpa</artifactId>
<version>${version.org.apache.openjpa}</version>
</dependency>
<!-- optaplanner-operator -->
<dependency>
<groupId>io.quarkiverse.operatorsdk</groupId>
<artifactId>quarkus-operator-sdk</artifactId>
<version>${version.io.quarkiverse.operatorsdk}</version>
</dependency>

<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>${version.io.netty}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>${version.io.netty}</version>
</dependency>


<!-- OpenRewrite -->
<dependency>
<groupId>org.openrewrite.recipe</groupId>
Expand Down
6 changes: 0 additions & 6 deletions build/optaplanner-distribution-internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,6 @@
<name>!productized</name>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-operator</artifactId>
</dependency>
</dependencies>
</profile>
<profile>
<id>productized</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,13 @@
<exclude>.git/**</exclude>
</excludes>
</fileSet>
<!-- OptaPlanner Operator distribution. -->
<fileSet>
<directory>../../optaplanner-operator/target/install</directory>
<outputDirectory>extra/optaplanner-operator</outputDirectory>
</fileSet>
</fileSets>

<dependencySets>
<dependencySet>
<includes>
<include>org.optaplanner:*:jar</include>
</includes>
<excludes>
<exclude>org.optaplanner:optaplanner-operator:jar</exclude>
</excludes>
<useProjectArtifact>false</useProjectArtifact>
<outputDirectory>examples/binaries</outputDirectory>
<useStrictFiltering>true</useStrictFiltering>
Expand Down
27 changes: 0 additions & 27 deletions optaplanner-operator/.gitignore

This file was deleted.

65 changes: 0 additions & 65 deletions optaplanner-operator/README.adoc

This file was deleted.

Loading