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

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


The following commit(s) were added to refs/heads/main by this push:
     new 52fd03b975 [incubator-kie-drools-6160] Clean up leftover of .rf 
support (#3811)
52fd03b975 is described below

commit 52fd03b975d49b91f0a894cce6a27d9123061dfb
Author: Toshiya Kobayashi <[email protected]>
AuthorDate: Wed Dec 11 16:49:31 2024 +0900

    [incubator-kie-drools-6160] Clean up leftover of .rf support (#3811)
---
 .../java/org/jbpm/weaver/DRFWeaverService.java     | 30 ----------------------
 .../org.kie.api.internal.weaver.KieWeaverService   |  3 +--
 2 files changed, 1 insertion(+), 32 deletions(-)

diff --git 
a/jbpm/jbpm-flow-builder/src/main/java/org/jbpm/weaver/DRFWeaverService.java 
b/jbpm/jbpm-flow-builder/src/main/java/org/jbpm/weaver/DRFWeaverService.java
deleted file mode 100755
index 881ee35e49..0000000000
--- a/jbpm/jbpm-flow-builder/src/main/java/org/jbpm/weaver/DRFWeaverService.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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
- *
- *   http://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.
- */
-package org.jbpm.weaver;
-
-import org.kie.api.io.ResourceType;
-
-public class DRFWeaverService extends AbstractWeaverService {
-
-    @Override
-    public ResourceType getResourceType() {
-        return ResourceType.DRF;
-    }
-
-}
diff --git 
a/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.kie.api.internal.weaver.KieWeaverService
 
b/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.kie.api.internal.weaver.KieWeaverService
index 94f5d1e867..5e46d1c110 100644
--- 
a/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.kie.api.internal.weaver.KieWeaverService
+++ 
b/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.kie.api.internal.weaver.KieWeaverService
@@ -17,5 +17,4 @@
 # under the License.
 #
 
-org.jbpm.weaver.BPMN2WeaverService
-org.jbpm.weaver.DRFWeaverService
\ No newline at end of file
+org.jbpm.weaver.BPMN2WeaverService
\ No newline at end of file


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

Reply via email to