Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
packages: read
steps:
- uses: actions/checkout@v6
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
java-version: 17
java-version: 21
distribution: 'temurin'
- name: Build with Maven
run: mvn clean verify
Expand Down
50 changes: 31 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,20 @@

<groupId>org.jboss.set</groupId>
<artifactId>pull-processor</artifactId>
<version>0.8.16.Final-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Pull Processor</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<maven.compiler.release>21</maven.compiler.release>

<checkstyle.plugin.version>2.15</checkstyle.plugin.version>

<org.jboss.jboss-dmr.version>1.1.6.Final</org.jboss.jboss-dmr.version>
<org.wildfly.checkstyle-config.version>1.0.8.Final</org.wildfly.checkstyle-config.version>
<version.org.jboss.set.aphrodite>0.7.22.Final</version.org.jboss.set.aphrodite>
<version.org.freemarker.freemarker>2.3.23</version.org.freemarker.freemarker>
<version.org.jboss.set.aphrodite>1.0.0.Final</version.org.jboss.set.aphrodite>
<version.net.sourceforge.argparse4j>0.7.0</version.net.sourceforge.argparse4j>
<version.mockito>1.9.5</version.mockito>
<version.org.slf4j>2.0.17</version.org.slf4j>
</properties>

<scm>
Expand All @@ -39,6 +35,16 @@
</scm>

<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${version.org.slf4j}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${version.org.slf4j}</version>
</dependency>
<dependency>
<groupId>org.jboss.set</groupId>
<artifactId>jboss-aphrodite-common</artifactId>
Expand Down Expand Up @@ -74,22 +80,11 @@
<artifactId>jboss-aphrodite-simplecontainer</artifactId>
<version>${version.org.jboss.set.aphrodite}</version>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>${version.org.freemarker.freemarker}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.argparse4j</groupId>
<artifactId>argparse4j</artifactId>
<version>${version.net.sourceforge.argparse4j}</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${version.mockito}</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -124,6 +119,23 @@
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>verify-dependencies</id>
<goals>
<goal>analyze-only</goal>
</goals>
<phase>verify</phase>
<configuration>
<failOnWarning>false</failOnWarning>
<outputXML>true</outputXML>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
Expand Down
76 changes: 76 additions & 0 deletions report.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
<!DOCTYPE html>
<html>
<head>
<style>
table, th, td {
border: 1px solid black;
}
</style>
</head>
<body>

<table>
<tr>
<th>Pull Request</th>
<th>Issue</th>
<th>Current Labels</th>
<th>Add Labels</th>
<th>Remove Labels</th>
</tr><tr>
<td>https://github.com/jbossas/jboss-eap8/pull/691</td>
<td>https://redhat.atlassian.net/browse/JBEAP-32307</td>
<td>[]</td>
<td>[8.0.x, Needs devel_ack, Needs pm_ack, Needs qa_ack, Upstream merged]</td>
<td>[Has All Acks, Missing issue, Missing upstream PR, Missing upstream issue, Upstream PR branch mismatched, Upstream PR repository mismatched]</td>
</tr><tr>
<td>https://github.com/jbossas/jboss-eap8/pull/684</td>
<td>https://issues.redhat.com/browse/JBEAP-32068</td>
<td>[8.0.x]</td>
<td>[8.0.x, Needs devel_ack, Needs pm_ack, Needs qa_ack, Upstream PR branch mismatched, Upstream PR repository mismatched]</td>
<td>[Has All Acks, Missing issue, Missing upstream PR, Missing upstream issue, Upstream merged]</td>
</tr><tr>
<td>https://github.com/jbossas/jboss-eap8/pull/681</td>
<td>https://issues.redhat.com/browse/JBEAP-25781</td>
<td>[8.0.x]</td>
<td>[8.0.x, Needs devel_ack, Needs pm_ack, Needs qa_ack]</td>
<td>[Has All Acks, Missing issue]</td>
</tr><tr>
<td>https://github.com/jbossas/jboss-eap8/pull/601</td>
<td>https://issues.redhat.com/browse/JBEAP-30577</td>
<td>[8.0.x, 8.0.z.GA, Needs devel_ack, Upstream merged]</td>
<td>[8.0.x, Needs devel_ack, Needs pm_ack, Needs qa_ack]</td>
<td>[Has All Acks, Missing issue]</td>
</tr><tr>
<td>https://github.com/jbossas/jboss-eap8/pull/591</td>
<td>https://issues.redhat.com/browse/JBEAP-27184</td>
<td>[8.0.x, 8.0.z.GA, Needs devel_ack]</td>
<td>[8.0.x, Needs devel_ack, Needs pm_ack, Needs qa_ack]</td>
<td>[Has All Acks, Missing issue]</td>
</tr><tr>
<td>https://github.com/jbossas/jboss-eap8/pull/492</td>
<td>https://issues.redhat.com/browse/JBEAP-28932</td>
<td>[8.0.x, 8.0.z.GA, Hold, Missing upstream PR, Needs devel_ack]</td>
<td>[8.0.x, Needs devel_ack, Needs pm_ack, Needs qa_ack]</td>
<td>[Has All Acks, Missing issue, Missing upstream issue]</td>
</tr><tr>
<td>https://github.com/jbossas/jboss-eap8/pull/321</td>
<td>https://issues.redhat.com/browse/JBEAP-26534</td>
<td>[8.0.x, 8.0.z.GA, Needs devel_ack, Needs pm_ack, Upstream merged]</td>
<td>[8.0.x, Needs devel_ack, Needs pm_ack, Needs qa_ack, Upstream merged]</td>
<td>[Has All Acks, Missing issue, Missing upstream PR, Missing upstream issue, Upstream PR branch mismatched, Upstream PR repository mismatched]</td>
</tr><tr>
<td>https://github.com/jbossas/jboss-eap8/pull/256</td>
<td>https://issues.redhat.com/browse/JBEAP-26060</td>
<td>[8.0.x, 8.0.z.GA, Needs devel_ack, Needs pm_ack, Upstream merged]</td>
<td>[8.0.x, Needs devel_ack, Needs pm_ack, Needs qa_ack, Upstream merged]</td>
<td>[Has All Acks, Missing issue, Missing upstream PR, Missing upstream issue, Upstream PR branch mismatched, Upstream PR repository mismatched]</td>
</tr><tr>
<td>https://github.com/jbossas/jboss-eap8/pull/136</td>
<td>https://issues.redhat.com/browse/JBEAP-25157</td>
<td>[8.0.0, 8.0.x, 8.0.z.GA, Hold, Needs devel_ack, Needs pm_ack, Needs qa_ack]</td>
<td>[8.0.x, Needs devel_ack, Needs pm_ack, Needs qa_ack]</td>
<td>[Has All Acks, Missing issue, Missing upstream PR, Missing upstream issue, Upstream PR branch mismatched, Upstream PR repository mismatched, Upstream merged]</td>
</tr></table>

</body>
</html>
168 changes: 0 additions & 168 deletions src/main/java/org/jboss/set/pull/processor/AbstractProcessor.java

This file was deleted.

7 changes: 2 additions & 5 deletions src/main/java/org/jboss/set/pull/processor/Action.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@
*/
package org.jboss.set.pull.processor;

import java.util.List;

import org.jboss.set.pull.processor.data.EvaluatorData;
import org.jboss.set.pull.processor.data.ReportItem;

/**
* Action which will be executed once evaluators are done with preping all the data.
Expand All @@ -33,8 +32,6 @@
*/
public interface Action {

void execute(ActionContext actionContext, List<EvaluatorData> data);

boolean support(ProcessorPhase processorPhase);
ReportItem execute(ActionContext actionContext, EvaluatorData data);

}
Loading