diff --git a/bin/main/META-INF/rewrite/category.yml b/bin/main/META-INF/rewrite/category.yml deleted file mode 100644 index 82d2dd0..0000000 --- a/bin/main/META-INF/rewrite/category.yml +++ /dev/null @@ -1,41 +0,0 @@ -# -# Copyright 2024 the original author or authors. -#

-# Licensed under the Moderne Source Available License (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -#

-# https://docs.moderne.io/licensing/moderne-source-available-license -#

-# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - ---- -type: specs.openrewrite.org/v1beta/category -name: Feature flags -packageName: org.openrewrite.featureflags -description: Recipes to perform feature flag migration tasks. ---- -type: specs.openrewrite.org/v1beta/category -name: LaunchDarkly -packageName: org.openrewrite.featureflags.launchdarkly -description: Recipes to perform [LaunchDarkly](https://launchdarkly.com/) migration tasks. ---- -type: specs.openrewrite.org/v1beta/category -name: FF4j -packageName: org.openrewrite.featureflags.ff4j -description: Recipes to perform [FF4j](https://ff4j.org/) migration tasks. ---- -type: specs.openrewrite.org/v1beta/category -name: OpenFeature -packageName: org.openrewrite.featureflags.openfeature -description: Recipes to perform [OpenFeature](https://openfeature.dev/) migration tasks. ---- -type: specs.openrewrite.org/v1beta/category -name: Unleash -packageName: org.openrewrite.featureflags.unleash -description: Recipes to perform [Unleash](https://getunleash.io/) migration tasks. diff --git a/bin/main/META-INF/rewrite/launchdarkly-6.yml b/bin/main/META-INF/rewrite/launchdarkly-6.yml deleted file mode 100644 index fae8720..0000000 --- a/bin/main/META-INF/rewrite/launchdarkly-6.yml +++ /dev/null @@ -1,28 +0,0 @@ -# -# Copyright 2024 the original author or authors. -#

-# Licensed under the Moderne Source Available License (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -#

-# https://docs.moderne.io/licensing/moderne-source-available-license -#

-# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - ---- -type: specs.openrewrite.org/v1beta/recipe -name: org.openrewrite.featureflags.launchdarkly.UpgradeLaunchDarkly6 -displayName: Migrate to LaunchDarkly 6.x -description: This recipe will apply changes commonly needed when migrating to LaunchDarkly 6.x. -recipeList: - # https://docs.launchdarkly.com/sdk/server-side/java/migration-5-to-6 - - org.openrewrite.java.dependencies.UpgradeDependencyVersion: - groupId: com.launchdarkly - artifactId: launchdarkly-java-server-sdk - newVersion: 6.x - - org.openrewrite.featureflags.launchdarkly.MigrateUserToContext diff --git a/bin/main/META-INF/rewrite/launchdarkly-7.yml b/bin/main/META-INF/rewrite/launchdarkly-7.yml deleted file mode 100644 index 3429bca..0000000 --- a/bin/main/META-INF/rewrite/launchdarkly-7.yml +++ /dev/null @@ -1,28 +0,0 @@ -# -# Copyright 2024 the original author or authors. -#

-# Licensed under the Moderne Source Available License (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -#

-# https://docs.moderne.io/licensing/moderne-source-available-license -#

-# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - ---- -type: specs.openrewrite.org/v1beta/recipe -name: org.openrewrite.featureflags.launchdarkly.UpgradeLaunchDarkly7 -displayName: Migrate to LaunchDarkly 7.x -description: This recipe will apply changes commonly needed when migrating to LaunchDarkly 7.x. -recipeList: - - org.openrewrite.featureflags.launchdarkly.UpgradeLaunchDarkly6 - # https://docs.launchdarkly.com/sdk/server-side/java/migration-6-to-7 - - org.openrewrite.java.dependencies.UpgradeDependencyVersion: - groupId: com.launchdarkly - artifactId: launchdarkly-java-server-sdk - newVersion: 7.x