From d0dffc98c5c2ac5056f5e9fb8247bb4f385566d1 Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Sat, 2 Mar 2024 09:49:40 +0100 Subject: [PATCH] Categories moved to openrewrite/rewrite for now --- .../META-INF/rewrite/core-categories.yml | 46 ------------------- 1 file changed, 46 deletions(-) delete mode 100644 src/main/resources/META-INF/rewrite/core-categories.yml diff --git a/src/main/resources/META-INF/rewrite/core-categories.yml b/src/main/resources/META-INF/rewrite/core-categories.yml deleted file mode 100644 index a37aa28..0000000 --- a/src/main/resources/META-INF/rewrite/core-categories.yml +++ /dev/null @@ -1,46 +0,0 @@ -# -# Copyright 2024 the original author or authors. -#

-# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -#

-# https://www.apache.org/licenses/LICENSE-2.0 -#

-# 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: Timefold -packageName: ai.timefold.solver.migration -root: true -description: | - [Timefold](https://timefold.ai/) is the open source AI solver to optimize operations and scheduling in Java, Python or Kotlin. - Timefold is a fork of OptaPlanner by its creator and other experts. ---- -type: specs.openrewrite.org/v1beta/category -name: Quarkus -packageName: io.quarkus.updates -root: true -description: | - [Quarkus](https://quarkus.io/) is a Cloud Native, (Linux) Container First framework for writing Java applications. - The [quarkus-updates](https://github.com/quarkusio/quarkus-updates) repository contains the recipes used to update Quarkus projects to newer versions. ---- -type: specs.openrewrite.org/v1beta/category -name: Axon Framework -packageName: org.axonframework -root: true -description: | - The [Axon Framework](https://axoniq.io/) is a Java framework for building high-performance, high-reliability applications with a focus on CQRS and Event Sourcing patterns. ---- -type: specs.openrewrite.org/v1beta/category -name: Error Prone Support -packageName: tech.picnic.errorprone.refasterrules -description: | - [Error Prone Support](https://github.com/PicnicSupermarket/error-prone-support) is a Picnic-opinionated extension of Google's [Error Prone](https://github.com/google/error-prone). - It aims to improve code quality, focussing on maintainability, consistency and avoidance of common pitfalls. ----