+
+ | Pull Request |
+ Issue |
+ Current Labels |
+ Add Labels |
+ Remove Labels |
+
+ | https://github.com/jbossas/jboss-eap8/pull/691 |
+ https://redhat.atlassian.net/browse/JBEAP-32307 |
+ [] |
+ [8.0.x, Needs devel_ack, Needs pm_ack, Needs qa_ack, Upstream merged] |
+ [Has All Acks, Missing issue, Missing upstream PR, Missing upstream issue, Upstream PR branch mismatched, Upstream PR repository mismatched] |
+
+ | https://github.com/jbossas/jboss-eap8/pull/684 |
+ https://issues.redhat.com/browse/JBEAP-32068 |
+ [8.0.x] |
+ [8.0.x, Needs devel_ack, Needs pm_ack, Needs qa_ack, Upstream PR branch mismatched, Upstream PR repository mismatched] |
+ [Has All Acks, Missing issue, Missing upstream PR, Missing upstream issue, Upstream merged] |
+
+ | https://github.com/jbossas/jboss-eap8/pull/681 |
+ https://issues.redhat.com/browse/JBEAP-25781 |
+ [8.0.x] |
+ [8.0.x, Needs devel_ack, Needs pm_ack, Needs qa_ack] |
+ [Has All Acks, Missing issue] |
+
+ | https://github.com/jbossas/jboss-eap8/pull/601 |
+ https://issues.redhat.com/browse/JBEAP-30577 |
+ [8.0.x, 8.0.z.GA, Needs devel_ack, Upstream merged] |
+ [8.0.x, Needs devel_ack, Needs pm_ack, Needs qa_ack] |
+ [Has All Acks, Missing issue] |
+
+ | https://github.com/jbossas/jboss-eap8/pull/591 |
+ https://issues.redhat.com/browse/JBEAP-27184 |
+ [8.0.x, 8.0.z.GA, Needs devel_ack] |
+ [8.0.x, Needs devel_ack, Needs pm_ack, Needs qa_ack] |
+ [Has All Acks, Missing issue] |
+
+ | https://github.com/jbossas/jboss-eap8/pull/492 |
+ https://issues.redhat.com/browse/JBEAP-28932 |
+ [8.0.x, 8.0.z.GA, Hold, Missing upstream PR, Needs devel_ack] |
+ [8.0.x, Needs devel_ack, Needs pm_ack, Needs qa_ack] |
+ [Has All Acks, Missing issue, Missing upstream issue] |
+
+ | https://github.com/jbossas/jboss-eap8/pull/321 |
+ https://issues.redhat.com/browse/JBEAP-26534 |
+ [8.0.x, 8.0.z.GA, Needs devel_ack, Needs pm_ack, Upstream merged] |
+ [8.0.x, Needs devel_ack, Needs pm_ack, Needs qa_ack, Upstream merged] |
+ [Has All Acks, Missing issue, Missing upstream PR, Missing upstream issue, Upstream PR branch mismatched, Upstream PR repository mismatched] |
+
+ | https://github.com/jbossas/jboss-eap8/pull/256 |
+ https://issues.redhat.com/browse/JBEAP-26060 |
+ [8.0.x, 8.0.z.GA, Needs devel_ack, Needs pm_ack, Upstream merged] |
+ [8.0.x, Needs devel_ack, Needs pm_ack, Needs qa_ack, Upstream merged] |
+ [Has All Acks, Missing issue, Missing upstream PR, Missing upstream issue, Upstream PR branch mismatched, Upstream PR repository mismatched] |
+
+ | https://github.com/jbossas/jboss-eap8/pull/136 |
+ https://issues.redhat.com/browse/JBEAP-25157 |
+ [8.0.0, 8.0.x, 8.0.z.GA, Hold, Needs devel_ack, Needs pm_ack, Needs qa_ack] |
+ [8.0.x, Needs devel_ack, Needs pm_ack, Needs qa_ack] |
+ [Has All Acks, Missing issue, Missing upstream PR, Missing upstream issue, Upstream PR branch mismatched, Upstream PR repository mismatched, Upstream merged] |
+
+
+
+
\ No newline at end of file
diff --git a/src/main/java/org/jboss/set/pull/processor/AbstractProcessor.java b/src/main/java/org/jboss/set/pull/processor/AbstractProcessor.java
deleted file mode 100644
index e5c8721..0000000
--- a/src/main/java/org/jboss/set/pull/processor/AbstractProcessor.java
+++ /dev/null
@@ -1,168 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2017, Red Hat, Inc., and individual contributors
- * as indicated by the @author tags. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.set.pull.processor;
-
-import java.util.ArrayList;
-import java.util.List;
-import java.util.concurrent.Callable;
-import java.util.concurrent.Future;
-import java.util.logging.Level;
-import java.util.logging.Logger;
-import java.util.stream.Collectors;
-
-import org.jboss.set.aphrodite.domain.PullRequest;
-import org.jboss.set.pull.processor.data.EvaluatorData;
-import org.jboss.set.pull.processor.data.PullRequestReference;
-
-/**
- * Abstract class. Base for processors. Provide basic code to allow simpler processor dev.
- *
- * @author baranowb
- *
- */
-@SuppressWarnings("static-access")
-public abstract class AbstractProcessor implements Processor {
-
- protected static final Logger LOGGER = Logger.getLogger(AbstractProcessor.class.getPackage().getName());
-
- protected ProcessorConfig processorConfig;
- // protected Collection