Skip to content

Commit

Permalink
Add Oracle WebLogic
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Dec 20, 2024
1 parent a2e7104 commit 47e029e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies {
runtimeOnly("ai.timefold.solver:timefold-solver-migration:latest.release") {
exclude(module = "jakarta.xml.bind-api")
}
runtimeOnly("com.oracle.weblogic.rewrite:rewrite-weblogic:latest.release")
runtimeOnly("io.quarkus:quarkus-update-recipes:latest.release")
runtimeOnly("org.apache.camel.upgrade:camel-upgrade-recipes:latest.release")
runtimeOnly("org.apache.wicket:wicket-migration:latest.release")
Expand Down Expand Up @@ -64,6 +65,7 @@ tasks.withType<ShadowJar> {
archiveClassifier.set("")
dependencies {
include(dependency("ai.timefold.solver:timefold-solver-migration"))
include(dependency("com.oracle.weblogic.rewrite:rewrite-weblogic"))
include(dependency("io.quarkus:quarkus-update-recipes:.*"))
include(dependency("org.apache.camel.upgrade:camel-upgrade-recipes"))
include(dependency("org.apache.wicket:wicket-migration"))
Expand Down
8 changes: 8 additions & 0 deletions src/main/resources/META-INF/rewrite/category.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ description: |
Timefold is a fork of OptaPlanner by its creator and other experts.
---
type: specs.openrewrite.org/v1beta/category
packageName: com.oracle
name: Oracle
root: true
description: |
[Oracle WebLogic Server](https://www.oracle.com/java/weblogic/) is a unified and extensible platform for developing, deploying, and running enterprise applications in Java for on-premises and in the cloud.
WebLogic Server offers a robust, mature, and scalable implementation of Jakarta EE.
---
type: specs.openrewrite.org/v1beta/category
name: Amazon Web Services SDK
packageName: software.amazon.awssdk
description: |
Expand Down

0 comments on commit 47e029e

Please sign in to comment.