Skip to content

Commit

Permalink
Merge pull request clusterbench#429 from rhusar/build-move-to-v9
Browse files Browse the repository at this point in the history
Move main to 9.0 to track WildFly 32
  • Loading branch information
rhusar authored Mar 6, 2024
2 parents 8bd7edc + ea8d668 commit cd62d32
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 15 deletions.
10 changes: 4 additions & 6 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
= ClusterBench
= ClusterBench image:https://github.com/clusterbench/clusterbench/workflows/CI/badge.svg[CI,link=https://github.com/clusterbench/clusterbench/actions] image:https://img.shields.io/maven-central/v/org.jboss.test/clusterbench?logo=apache-maven[Version,link=https://search.maven.org/artifact/org.jboss.test/clusterbench]
:toc:
:toclevels: 1

image:https://github.com/clusterbench/clusterbench/workflows/CI/badge.svg[CI,link=https://github.com/clusterbench/clusterbench/actions]
image:https://img.shields.io/maven-central/v/org.jboss.test/clusterbench?logo=apache-maven[Version,link=https://search.maven.org/artifact/org.jboss.test/clusterbench]

ClusterBench is a simple application that can be deployed in a cluster of JBoss AS 7 (EAP 6), WildFly 8 and newer.
Once deployed it is easy to stress (using JMeter, curl, etc.) and monitor the performance of the cluster while
at the same time it can be easily checked the correctness of replicated sessions.
Expand All @@ -14,7 +11,8 @@ at the same time it can be easily checked the correctness of replicated sessions
|===
|Branch |WildFly Version |EE Version(s) |Base JDK

|`main`|31 |Jakarta EE 10 |11
|`main`|32 |Jakarta EE 10 |11
|`8.x` |31 |Jakarta EE 10 |11
|`7.x` |30 |Jakarta EE 10 |11
|`6.x` |29 |Jakarta EE 10 |11
|`5.x` |28 |Jakarta EE 10 |11
Expand Down Expand Up @@ -69,7 +67,7 @@ To do this manually, copy `clusterbench-ee10.ear` to server's deployments direct
and start the standalone server in the HA mode:

----
cd ~/wildfly-28.0.0.Final
cd ~/wildfly-32.0.0.Final
cp ~/clusterbench/clusterbench-ee10-ear/target/clusterbench-ee10.ear standalone/deployments/
./bin/standalone.sh -c standalone-ha.xml
----
Expand Down
4 changes: 2 additions & 2 deletions clusterbench-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<parent>
<artifactId>clusterbench</artifactId>
<groupId>org.jboss.test</groupId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>9.0.0.Final-SNAPSHOT</version>
</parent>

<artifactId>clusterbench-common</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>9.0.0.Final-SNAPSHOT</version>
<packaging>jar</packaging>

<name>clusterbench-common</name>
Expand Down
4 changes: 2 additions & 2 deletions clusterbench-ee10-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<parent>
<artifactId>clusterbench</artifactId>
<groupId>org.jboss.test</groupId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>9.0.0.Final-SNAPSHOT</version>
</parent>

<artifactId>clusterbench-ee10-ear</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>9.0.0.Final-SNAPSHOT</version>
<packaging>ear</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions clusterbench-ee10-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<parent>
<artifactId>clusterbench</artifactId>
<groupId>org.jboss.test</groupId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>9.0.0.Final-SNAPSHOT</version>
</parent>

<artifactId>clusterbench-ee10-ejb</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>9.0.0.Final-SNAPSHOT</version>
<packaging>ejb</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions clusterbench-ee10-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<parent>
<artifactId>clusterbench</artifactId>
<groupId>org.jboss.test</groupId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>9.0.0.Final-SNAPSHOT</version>
</parent>

<artifactId>clusterbench-ee10-web</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>9.0.0.Final-SNAPSHOT</version>
<packaging>war</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<groupId>org.jboss.test</groupId>
<artifactId>clusterbench</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>9.0.0.Final-SNAPSHOT</version>
<packaging>pom</packaging>
<name>clusterbench</name>

Expand Down

0 comments on commit cd62d32

Please sign in to comment.