diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc
index f94f190a1f..1b1d220f9c 100644
--- a/CONTRIBUTING.adoc
+++ b/CONTRIBUTING.adoc
@@ -265,9 +265,9 @@ See the https://github.com/wildfly/quickstart/blob/11.x/pom.xml#L155[WildFly par
** CDI should be used as the programming model
** Avoid using a `web.xml` file if possible. Use a `faces-config.xml` to activate JSF if needed.
-** Any tests should use Arquillian.
+** Any tests should use JUnit.
-* If the quickstart persists to a database, you must use a unique datasource JNDI name and connection URL for the application and for any Arquillian tests that it provides. Do not use the JNDI name `java:jboss/datasources/ExampleDS`. Failure to use unique names can result in a `DuplicateServiceException` when more than one quickstart is deployed to the same server.
+* If the quickstart persists to a database, you must use a unique datasource JNDI name and connection URL for the application and for any tests that it provides. Do not use the JNDI name `java:jboss/datasources/ExampleDS`. Failure to use unique names can result in a `DuplicateServiceException` when more than one quickstart is deployed to the same server.
* Be sure to test the quickstart in {JBDSProductName}, which strictly enforces Jakarta EE coding rules!
diff --git a/batch-processing/pom.xml b/batch-processing/pom.xml
index 53aee278ed..09e738eaae 100644
--- a/batch-processing/pom.xml
+++ b/batch-processing/pom.xml
@@ -30,7 +30,7 @@
batch-processing
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: batch-processing
Shows how to use a Chunk oriented batch processing
@@ -45,7 +45,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/bmt/pom.xml b/bmt/pom.xml
index 0e62b563b0..458f79054b 100644
--- a/bmt/pom.xml
+++ b/bmt/pom.xml
@@ -30,7 +30,7 @@
bmt
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: bmt
This project demonstrates how to use Bean Managed Transactions
@@ -45,7 +45,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/cmt/pom.xml b/cmt/pom.xml
index 22d091ce73..5b4f56f2e1 100644
--- a/cmt/pom.xml
+++ b/cmt/pom.xml
@@ -29,7 +29,7 @@
cmt
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: cmt
This project demonstrates how to use transactions managed by the container
@@ -44,7 +44,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/dist/pom.xml b/dist/pom.xml
index ad47dec140..e6292dcf3f 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -25,7 +25,7 @@
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
quickstarts-dist
diff --git a/ee-security/pom.xml b/ee-security/pom.xml
index 99a9ff971e..02272fe807 100644
--- a/ee-security/pom.xml
+++ b/ee-security/pom.xml
@@ -30,7 +30,7 @@
ee-security
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: ee-security
This project demonstrates using EE security
@@ -45,7 +45,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/ejb-multi-server/app-main/ear/pom.xml b/ejb-multi-server/app-main/ear/pom.xml
index 881b1792df..fdc76d07ef 100644
--- a/ejb-multi-server/app-main/ear/pom.xml
+++ b/ejb-multi-server/app-main/ear/pom.xml
@@ -21,7 +21,7 @@
org.wildfly.quickstarts
ejb-multi-server-app-main
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
ejb-multi-server-app-main-ear
ear
diff --git a/ejb-multi-server/app-main/ejb/pom.xml b/ejb-multi-server/app-main/ejb/pom.xml
index 1df1407d40..b4eb581aac 100644
--- a/ejb-multi-server/app-main/ejb/pom.xml
+++ b/ejb-multi-server/app-main/ejb/pom.xml
@@ -21,7 +21,7 @@
org.wildfly.quickstarts
ejb-multi-server-app-main
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
ejb-multi-server-app-main-ejb
ejb
diff --git a/ejb-multi-server/app-main/pom.xml b/ejb-multi-server/app-main/pom.xml
index e9f5a6585f..2ba7fdee29 100644
--- a/ejb-multi-server/app-main/pom.xml
+++ b/ejb-multi-server/app-main/pom.xml
@@ -21,7 +21,7 @@
org.wildfly.quickstarts
ejb-multi-server
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
../pom.xml
ejb-multi-server-app-main
diff --git a/ejb-multi-server/app-main/web/pom.xml b/ejb-multi-server/app-main/web/pom.xml
index 2376c4b53b..5b12aece62 100644
--- a/ejb-multi-server/app-main/web/pom.xml
+++ b/ejb-multi-server/app-main/web/pom.xml
@@ -21,7 +21,7 @@
org.wildfly.quickstarts
ejb-multi-server-app-main
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
ejb-multi-server-app-main-web
war
diff --git a/ejb-multi-server/app-one/ear/pom.xml b/ejb-multi-server/app-one/ear/pom.xml
index 1f2a7eb923..1871206682 100644
--- a/ejb-multi-server/app-one/ear/pom.xml
+++ b/ejb-multi-server/app-one/ear/pom.xml
@@ -21,7 +21,7 @@
org.wildfly.quickstarts
ejb-multi-server-app-one
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
ejb-multi-server-app-one-ear
ear
diff --git a/ejb-multi-server/app-one/ejb/pom.xml b/ejb-multi-server/app-one/ejb/pom.xml
index 2e3af66045..49398fedf6 100644
--- a/ejb-multi-server/app-one/ejb/pom.xml
+++ b/ejb-multi-server/app-one/ejb/pom.xml
@@ -21,7 +21,7 @@
org.wildfly.quickstarts
ejb-multi-server-app-one
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
ejb-multi-server-app-one-ejb
ejb
diff --git a/ejb-multi-server/app-one/pom.xml b/ejb-multi-server/app-one/pom.xml
index fd282f323b..5818679b6f 100644
--- a/ejb-multi-server/app-one/pom.xml
+++ b/ejb-multi-server/app-one/pom.xml
@@ -21,7 +21,7 @@
org.wildfly.quickstarts
ejb-multi-server
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
ejb-multi-server-app-one
pom
diff --git a/ejb-multi-server/app-two/ear/pom.xml b/ejb-multi-server/app-two/ear/pom.xml
index c432a80765..8b3af8e4cb 100644
--- a/ejb-multi-server/app-two/ear/pom.xml
+++ b/ejb-multi-server/app-two/ear/pom.xml
@@ -21,7 +21,7 @@
org.wildfly.quickstarts
ejb-multi-server-app-two
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
ejb-multi-server-app-two-ear
ear
diff --git a/ejb-multi-server/app-two/ejb/pom.xml b/ejb-multi-server/app-two/ejb/pom.xml
index 8c3d1ef287..b83132dd42 100644
--- a/ejb-multi-server/app-two/ejb/pom.xml
+++ b/ejb-multi-server/app-two/ejb/pom.xml
@@ -21,7 +21,7 @@
org.wildfly.quickstarts
ejb-multi-server-app-two
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
ejb-multi-server-app-two-ejb
ejb
diff --git a/ejb-multi-server/app-two/pom.xml b/ejb-multi-server/app-two/pom.xml
index f7e583c45b..0c3f36f46e 100644
--- a/ejb-multi-server/app-two/pom.xml
+++ b/ejb-multi-server/app-two/pom.xml
@@ -21,7 +21,7 @@
org.wildfly.quickstarts
ejb-multi-server
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
ejb-multi-server-app-two
pom
diff --git a/ejb-multi-server/app-web/pom.xml b/ejb-multi-server/app-web/pom.xml
index ecee71acc3..a84dba0def 100644
--- a/ejb-multi-server/app-web/pom.xml
+++ b/ejb-multi-server/app-web/pom.xml
@@ -21,7 +21,7 @@
org.wildfly.quickstarts
ejb-multi-server
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
ejb-multi-server-app-web
war
diff --git a/ejb-multi-server/client/pom.xml b/ejb-multi-server/client/pom.xml
index e329e08ed1..5188cc0daa 100644
--- a/ejb-multi-server/client/pom.xml
+++ b/ejb-multi-server/client/pom.xml
@@ -21,7 +21,7 @@
org.wildfly.quickstarts
ejb-multi-server
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
ejb-multi-server-client
jar
diff --git a/ejb-multi-server/pom.xml b/ejb-multi-server/pom.xml
index 3af8c7c1f5..bde9511b4a 100644
--- a/ejb-multi-server/pom.xml
+++ b/ejb-multi-server/pom.xml
@@ -29,7 +29,7 @@
ejb-multi-server
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
pom
Quickstart: ejb-multi-server
A project that demonstrates multiple applications deployed on different servers.
@@ -47,7 +47,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/ejb-remote/pom.xml b/ejb-remote/pom.xml
index 70f13a92a3..9fca625ff7 100644
--- a/ejb-remote/pom.xml
+++ b/ejb-remote/pom.xml
@@ -29,7 +29,7 @@
ejb-remote
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: ejb-remote
This project demonstrates how to access an EJB from a remote client
@@ -44,7 +44,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/ejb-security-context-propagation/pom.xml b/ejb-security-context-propagation/pom.xml
index 503a2f4957..0a383987ba 100644
--- a/ejb-security-context-propagation/pom.xml
+++ b/ejb-security-context-propagation/pom.xml
@@ -29,7 +29,7 @@
ejb-security-context-propagation
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: ejb-security-context-propagation
This project demonstrates the security context propagation between remote EJBs
@@ -44,7 +44,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/ejb-security-programmatic-auth/pom.xml b/ejb-security-programmatic-auth/pom.xml
index 97060ec4e3..16658445eb 100644
--- a/ejb-security-programmatic-auth/pom.xml
+++ b/ejb-security-programmatic-auth/pom.xml
@@ -29,7 +29,7 @@
ejb-security-programmatic-auth
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: ejb-security-programmatic-auth
This project demonstrates how to authenticate remote clients using the programmatic API
@@ -44,7 +44,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/ejb-throws-exception/ear/pom.xml b/ejb-throws-exception/ear/pom.xml
index fa249684fe..371fcce8b0 100644
--- a/ejb-throws-exception/ear/pom.xml
+++ b/ejb-throws-exception/ear/pom.xml
@@ -21,7 +21,7 @@
org.wildfly.quickstarts
ejb-throws-exception
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
ejb-throws-exception-ear
ear
diff --git a/ejb-throws-exception/ejb-api/pom.xml b/ejb-throws-exception/ejb-api/pom.xml
index 0eb90a1cab..37b5ea197f 100644
--- a/ejb-throws-exception/ejb-api/pom.xml
+++ b/ejb-throws-exception/ejb-api/pom.xml
@@ -21,7 +21,7 @@
org.wildfly.quickstarts
ejb-throws-exception
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
ejb-throws-exception-ejb-api
jar
diff --git a/ejb-throws-exception/ejb/pom.xml b/ejb-throws-exception/ejb/pom.xml
index 67b566b7c7..8c2952e9fe 100644
--- a/ejb-throws-exception/ejb/pom.xml
+++ b/ejb-throws-exception/ejb/pom.xml
@@ -21,7 +21,7 @@
org.wildfly.quickstarts
ejb-throws-exception
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
ejb-throws-exception-ejb
ejb
diff --git a/ejb-throws-exception/pom.xml b/ejb-throws-exception/pom.xml
index 71b3d19d3d..f96c854b04 100644
--- a/ejb-throws-exception/pom.xml
+++ b/ejb-throws-exception/pom.xml
@@ -29,7 +29,7 @@
ejb-throws-exception
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
pom
Quickstart: ejb-throws-exception
This project demonstrates how to throw an exception in an EJB and catch it in the web layer
@@ -51,7 +51,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/ejb-throws-exception/web/pom.xml b/ejb-throws-exception/web/pom.xml
index 9bf4df4d8a..233540cd91 100644
--- a/ejb-throws-exception/web/pom.xml
+++ b/ejb-throws-exception/web/pom.xml
@@ -21,7 +21,7 @@
org.wildfly.quickstarts
ejb-throws-exception
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
ejb-throws-exception-web
war
diff --git a/ejb-timer/pom.xml b/ejb-timer/pom.xml
index 1e584240b1..f569f7fc83 100644
--- a/ejb-timer/pom.xml
+++ b/ejb-timer/pom.xml
@@ -29,7 +29,7 @@
ejb-timer
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: ejb-timer
A sample Jakarta EE project demonstrating how to use EJB timer (@Schedule and @Timeout).
@@ -44,7 +44,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/ejb-txn-remote-call/client/pom.xml b/ejb-txn-remote-call/client/pom.xml
index 466ec4a9d7..3b7b791105 100644
--- a/ejb-txn-remote-call/client/pom.xml
+++ b/ejb-txn-remote-call/client/pom.xml
@@ -31,14 +31,14 @@
ejb-txn-remote-call-client
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: ejb-txn-remote-call-client
The project is the application to be deployed on the client server to call the second server
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/ejb-txn-remote-call/pom.xml b/ejb-txn-remote-call/pom.xml
index cfc0c12d35..9400224ec1 100644
--- a/ejb-txn-remote-call/pom.xml
+++ b/ejb-txn-remote-call/pom.xml
@@ -30,7 +30,7 @@
ejb-txn-remote-call
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
pom
Quickstart: ejb-txn-remote-call
The project demonstrates how to make EJB remote calls from server to server with transaction propagation.
diff --git a/ejb-txn-remote-call/server/pom.xml b/ejb-txn-remote-call/server/pom.xml
index fb378620c8..d16717ed97 100644
--- a/ejb-txn-remote-call/server/pom.xml
+++ b/ejb-txn-remote-call/server/pom.xml
@@ -31,14 +31,14 @@
ejb-txn-remote-call-server
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: ejb-txn-remote-call-server
The project is the application to be deployed on the second server to receive the call
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
7.0.0.Final
diff --git a/guide/KitchensinkQuickstart.asciidoc b/guide/KitchensinkQuickstart.asciidoc
index e04c31dbcc..fbdcb8e12c 100644
--- a/guide/KitchensinkQuickstart.asciidoc
+++ b/guide/KitchensinkQuickstart.asciidoc
@@ -1,4 +1,4 @@
-CDI + JSF + EJB + JTA + Bean Validation + JAX-RS + Arquillian: Kitchensink quickstart
+CDI + JSF + EJB + JTA + Bean Validation + JAX-RS : Kitchensink quickstart
=====================================================================================
:Author: Pete Muir
@@ -67,7 +67,7 @@ image:gfx/Eclipse_KitchenSink_Deploy_3.jpg[]
The kitchensink quickstart in depth
-----------------------------------
-The kitchensink application shows off a number of Jakarta EE technologies such as CDI, JSF, EJB, JTA, JAX-RS and Arquillian. It does this by providing a member registration database, available via JSF and JAX-RS.
+The kitchensink application shows off a number of Jakarta EE technologies such as CDI, JSF, EJB, JTA, JAX-RS. It does this by providing a member registration database, available via JSF and JAX-RS.
As usual, let's start by looking at the necessary deployment descriptors. By now, we're very used to seeing `beans.xml` and `faces-config.xml` in `WEB-INF/` (which can be found in the `src/main/webapp` directory). Notice that, once again, we don't need a `web.xml`. There are two configuration files in `WEB-INF/classes/META-INF` (which can be found in the `src/main/resources` directory) — `persistence.xml`, which sets up JPA, and `import.sql` which Hibernate, the JPA provider in JBoss WildFly, will use to load the initial users into the application when the application starts. We discussed both of these files in detail in <>, and these are largely the same.
@@ -700,397 +700,5 @@ public class MemberResourceRESTService {
<11> The object is then passed to the `MemberRegistration` service to be persisted
<12> We then handle any remaining issues with validating the object, which are raised when the object is persisted
-
-Arquillian
-~~~~~~~~~~
-
-If you've been following along with the Test Driven Development craze of the past few years, you're probably getting a bit nervous by now, wondering how on earth you are going to test your application. Lucky for you, the Arquillian project is here to help!
-
-Arquillian provides all the boiler plate for running your test inside JBoss WildFly, allowing you to concentrate on testing your application. In order to do that, it utilizes Shrinkwrap, a fluent API for defining packaging, to create an archive to deploy. We'll go through the testcase, and how you configure Arquillian in just a moment, but first let's run the test.
-
-Before we start, we need to let Arquillian know the path to our server. Open up `src/test/resources/arquillian.xml`, uncomment the `` elements, and set the `jbossHome` property to the path to the server:
-
-image:gfx/eclipse_arquillian_0.png[]
-
-Now, make sure the server is not running (so that the instance started for running the test does not interfere), and then run the tests from the command line by typing:
-
- mvn clean test -Parq-managed
-
-You should see the server start up, a `test.war` deployed, test executed, and then the results displayed to you on the console:
-
-------------------------------------------------------------------------
-$ > mvn clean test -Parq-managed
-
-
-[INFO] Scanning for projects...
-[INFO]
-[INFO] ------------------------------------------------------------------------
-[INFO] Building WildFly Quickstarts: Kitchensink 7.0.0-SNAPSHOT
-[INFO] ------------------------------------------------------------------------
-[INFO]
-[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ wildfly-kitchensink ---
-[INFO] Deleting /Users/pmuir/workspace/wildfly-docs/quickstarts/kitchensink/target
-[INFO]
-[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ wildfly-kitchensink ---
-[INFO] Using 'UTF-8' encoding to copy filtered resources.
-[INFO] Copying 2 resources
-[INFO]
-[INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile) @ wildfly-kitchensink ---
-[INFO] Compiling 6 source files to /Users/pmuir/workspace/wildfly-docs/quickstarts/kitchensink/target/classes
-[INFO]
-[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ wildfly-kitchensink ---
-[INFO] Using 'UTF-8' encoding to copy filtered resources.
-[INFO] Copying 1 resource
-[INFO]
-[INFO] --- maven-compiler-plugin:2.3.1:testCompile (default-testCompile) @ wildfly-kitchensink ---
-[INFO] Compiling 1 source file to /Users/pmuir/workspace/wildfly-docs/quickstarts/kitchensink/target/test-classes
-[INFO]
-[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ wildfly-kitchensink ---
-[INFO] Surefire report directory: /Users/pmuir/workspace/wildfly-docs/quickstarts/kitchensink/target/surefire-reports
-
--------------------------------------------------------
- T E S T S
--------------------------------------------------------
-Running org.jboss.as.quickstarts.kitchensink.test.MemberRegistrationTest
-Jun 25, 2011 7:17:49 PM org.jboss.arquillian.container.impl.client.container.ContainerRegistryCreator getActivatedConfiguration
-INFO: Could not read active container configuration: null
-log4j:WARN No appenders could be found for logger (org.jboss.remoting).
-log4j:WARN Please initialize the log4j system properly.
-Jun 25, 2011 7:17:54 PM org.jboss.as.arquillian.container.managed.ManagedDeployableContainer startInternal
-INFO: Starting container with: [java, -Djboss.home.dir=/Users/pmuir/development/jboss, -Dorg.jboss.boot.log.file=/Users/pmuir/development/jboss/standalone/log/boot.log, -Dlogging.configuration=file:/Users/pmuir/development/jboss/standalone/configuration/logging.properties, -jar, /Users/pmuir/development/jboss/jboss-modules.jar, -mp, /Users/pmuir/development/jboss/modules, -logmodule, org.jboss.logmanager, -jaxpmodule, javax.xml.jaxp-provider, org.jboss.as.standalone, -server-config, standalone.xml]
-19:17:55,107 INFO [org.jboss.modules] JBoss Modules version 1.0.0.CR4
-19:17:55,329 INFO [org.jboss.msc] JBoss MSC version 1.0.0.CR2
-19:17:55,386 INFO [org.jboss.as] JBoss WildFly.0.0.Beta4-SNAPSHOT "(TBD)" starting
-19:17:56,159 INFO [org.jboss.as] creating http management service using network interface (management) port (9990) securePort (-1)
-19:17:56,181 INFO [org.jboss.as.logging] Removing bootstrap log handlers
-19:17:56,189 INFO [org.jboss.as.naming] (Controller Boot Thread) Activating Naming Subsystem
-19:17:56,203 INFO [org.jboss.as.naming] (MSC service thread 1-4) Starting Naming Service
-19:17:56,269 INFO [org.jboss.as.security] (Controller Boot Thread) Activating Security Subsystem
-19:17:56,305 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 3.2.0.Beta2
-19:17:56,317 INFO [org.xnio] (MSC service thread 1-1) XNIO Version 3.0.0.Beta3
-19:17:56,331 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.0.0.Beta3
-19:17:56,522 INFO [org.jboss.as.connector.subsystems.datasources] (Controller Boot Thread) Deploying JDBC-compliant driver class org.h2.Driver (version 1.2)
-19:17:56,572 INFO [org.apache.catalina.core.AprLifecycleListener] (MSC service thread 1-7) The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
-19:17:56,627 INFO [org.jboss.as.remoting] (MSC service thread 1-3) Listening on /127.0.0.1:9999
-19:17:56,641 INFO [org.jboss.as.jmx.JMXConnectorService] (MSC service thread 1-2) Starting remote JMX connector
-19:17:56,705 INFO [org.jboss.as.ee] (Controller Boot Thread) Activating EE subsystem
-19:17:56,761 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-7) Starting Coyote HTTP/1.1 on http--127.0.0.1-8080
-19:17:56,793 INFO [org.jboss.as.connector] (MSC service thread 1-3) Starting JCA Subsystem (JBoss IronJacamar 1.0.0.CR2)
-19:17:56,837 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) Bound data source [java:jboss/datasources/ExampleDS]
-19:17:57,335 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) Starting deployment of "arquillian-service"
-19:17:57,348 INFO [org.jboss.as.deployment] (MSC service thread 1-7) Started FileSystemDeploymentService for directory /Users/pmuir/development/jboss/standalone/deployments
-19:17:57,693 INFO [org.jboss.as] (Controller Boot Thread) JBoss WildFly.0.0.Beta4-SNAPSHOT "(TBD)" started in 2806ms - Started 111 of 138 services (27 services are passive or on-demand)
-19:18:00,596 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) Stopped deployment arquillian-service in 8ms
-19:18:01,394 INFO [org.jboss.as.server.deployment] (pool-2-thread-7) Content added at location /Users/pmuir/development/jboss/standalone/data/content/0a/9e20b7bc978fd2778b89c7c06e4d3e1f308dfe/content
-19:18:01,403 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) Starting deployment of "arquillian-service"
-19:18:01,650 INFO [org.jboss.as.server.deployment] (pool-2-thread-6) Content added at location /Users/pmuir/development/jboss/standalone/data/content/94/8324ab8f5a693c67fa57b59323304d3947bbf6/content
-19:18:01,659 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) Starting deployment of "test.war"
-19:18:01,741 INFO [org.jboss.jpa] (MSC service thread 1-7) read persistence.xml for primary
-19:18:01,764 INFO [org.jboss.weld] (MSC service thread 1-3) Processing CDI deployment: test.war
-19:18:01,774 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-3) JNDI bindings for session bean named MemberRegistration in deployment unit deployment "test.war" are as follows:
-
- java:global/test/MemberRegistration!org.jboss.as.quickstarts.kitchensink.controller.MemberRegistration
- java:app/test/MemberRegistration!org.jboss.as.quickstarts.kitchensink.controller.MemberRegistration
- java:module/MemberRegistration!org.jboss.as.quickstarts.kitchensink.controller.MemberRegistration
- java:global/test/MemberRegistration
- java:app/test/MemberRegistration
- java:module/MemberRegistration
-
-19:18:01,908 INFO [org.jboss.weld] (MSC service thread 1-5) Starting Services for CDI deployment: test.war
-19:18:02,131 INFO [org.jboss.weld.Version] (MSC service thread 1-5) WELD-000900 1.1.1 (Final)
-19:18:02,169 INFO [org.jboss.weld] (MSC service thread 1-2) Starting weld service
-19:18:02,174 INFO [org.jboss.as.arquillian] (MSC service thread 1-3) Arquillian deployment detected: ArquillianConfig[service=jboss.arquillian.config."test.war",unit=test.war,tests=[org.jboss.as.quickstarts.kitchensink.test.MemberRegistrationTest]]
-19:18:02,179 INFO [org.jboss.jpa] (MSC service thread 1-6) starting Persistence Unit Service 'test.war#primary'
-19:18:02,322 INFO [org.hibernate.annotations.common.Version] (MSC service thread 1-6) Hibernate Commons Annotations 3.2.0.Final
-19:18:02,328 INFO [org.hibernate.cfg.Environment] (MSC service thread 1-6) HHH00412:Hibernate [WORKING]
-19:18:02,330 INFO [org.hibernate.cfg.Environment] (MSC service thread 1-6) HHH00206:hibernate.properties not found
-19:18:02,332 INFO [org.hibernate.cfg.Environment] (MSC service thread 1-6) HHH00021:Bytecode provider name : javassist
-19:18:02,354 INFO [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-6) HHH00204:Processing PersistenceUnitInfo [
- name: primary
- ...]
-19:18:02,400 WARN [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) HHH00194:Package not found or wo package-info.java: org.jboss.as.quickstarts.kitchensink.test
-19:18:02,400 WARN [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) HHH00194:Package not found or wo package-info.java: org.jboss.as.quickstarts.kitchensink.controller
-19:18:02,401 WARN [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) HHH00194:Package not found or wo package-info.java: org.jboss.as.quickstarts.kitchensink.util
-19:18:02,401 WARN [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) HHH00194:Package not found or wo package-info.java: org.jboss.as.quickstarts.kitchensink.model
-19:18:02,592 INFO [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (MSC service thread 1-6) HHH00130:Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
-19:18:02,852 INFO [org.hibernate.dialect.Dialect] (MSC service thread 1-6) HHH00400:Using dialect: org.hibernate.dialect.H2Dialect
-19:18:02,858 WARN [org.hibernate.dialect.H2Dialect] (MSC service thread 1-6) HHH00431:Unable to determine H2 database version, certain features may not work
-19:18:02,862 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (MSC service thread 1-6) HHH00423:Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
-19:18:02,870 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (MSC service thread 1-6) HHH00268:Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
-19:18:02,874 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-6) HHH00397:Using ASTQueryTranslatorFactory
-19:18:02,911 INFO [org.hibernate.validator.util.Version] (MSC service thread 1-6) Hibernate Validator 4.1.0.Final
-19:18:02,917 INFO [org.hibernate.validator.engine.resolver.DefaultTraversableResolver] (MSC service thread 1-6) Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
-19:18:03,079 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-6) HHH00227:Running hbm2ddl schema export
-19:18:03,093 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-6) HHH00230:Schema export complete
-19:18:03,217 INFO [org.jboss.web] (MSC service thread 1-5) registering web context: /test
-19:18:03,407 WARN [org.jboss.weld.Bean] (RMI TCP Connection(3)-127.0.0.1) WELD-000018 Executing producer field or method [method] @Produces public org.jboss.as.quickstarts.kitchensink.test.MemberRegistrationTest.produceLog(InjectionPoint) on incomplete declaring bean Managed Bean [class org.jboss.as.quickstarts.kitchensink.test.MemberRegistrationTest] with qualifiers [@Any @Default] due to circular injection
-19:18:03,427 WARN [org.jboss.weld.Bean] (RMI TCP Connection(3)-127.0.0.1) WELD-000018 Executing producer field or method [method] @Produces public org.jboss.as.quickstarts.kitchensink.test.MemberRegistrationTest.produceLog(InjectionPoint) on incomplete declaring bean Managed Bean [class org.jboss.as.quickstarts.kitchensink.test.MemberRegistrationTest] with qualifiers [@Any @Default] due to circular injection
-19:18:03,450 WARN [org.jboss.as.ejb3.component.EJBComponent] (RMI TCP Connection(3)-127.0.0.1) EJBTHREE-2120: deprecated getTransactionAttributeType method called (dev problem)
-19:18:03,459 INFO [org.jboss.as.quickstarts.kitchensink.controller.MemberRegistration] (RMI TCP Connection(3)-127.0.0.1) Registering Jane Doe
-19:18:03,616 INFO [org.jboss.as.quickstarts.kitchensink.test.MemberRegistrationTest] (RMI TCP Connection(3)-127.0.0.1) Jane Doe was persisted with id 1
-19:18:03,686 INFO [org.jboss.jpa] (MSC service thread 1-1) stopping Persistence Unit Service 'test.war#primary'
-19:18:03,687 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-1) HHH00227:Running hbm2ddl schema export
-19:18:03,690 INFO [org.jboss.weld] (MSC service thread 1-3) Stopping weld service
-19:18:03,692 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-1) HHH00230:Schema export complete
-19:18:03,704 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) Stopped deployment test.war in 52ms
-Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.859 sec
-
-Results :
-
-Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
-
-[INFO] ------------------------------------------------------------------------
-[INFO] BUILD SUCCESS
-[INFO] ------------------------------------------------------------------------
-[INFO] Total time: 22.305s
-[INFO] Finished at: Sat Jun 25 19:18:04 BST 2011
-[INFO] Final Memory: 17M/125M
-[INFO] ------------------------------------------------------------------------
-
-------------------------------------------------------------------------
-
-As you can see, that didn't take too long (approximately 15s), and is great for running in your QA environment, but if you running locally, you might prefer to connect to a running server. To do that, start up JBoss WildFly (as described in <>. Now, run your test, but use the `arq-wildfly-remote` profile:
-
- mvn clean test -Parq-remote
-
-------------------------------------------------------------------------
-$ > mvn clean test -Parq-remote
-
-
-[INFO] Scanning for projects...
-[INFO]
-[INFO] ------------------------------------------------------------------------
-[INFO] Building WildFly Quickstarts: Kitchensink 7.0.0-SNAPSHOT
-[INFO] ------------------------------------------------------------------------
-[INFO]
-[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ wildfly-kitchensink ---
-[INFO] Deleting /Users/pmuir/workspace/wildfly-docs/quickstarts/kitchensink/target
-[INFO]
-[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ wildfly-kitchensink ---
-[INFO] Using 'UTF-8' encoding to copy filtered resources.
-[INFO] Copying 2 resources
-[INFO]
-[INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile) @ wildfly-kitchensink ---
-[INFO] Compiling 6 source files to /Users/pmuir/workspace/wildfly-docs/quickstarts/kitchensink/target/classes
-[INFO]
-[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ wildfly-kitchensink ---
-[INFO] Using 'UTF-8' encoding to copy filtered resources.
-[INFO] Copying 1 resource
-[INFO]
-[INFO] --- maven-compiler-plugin:2.3.1:testCompile (default-testCompile) @ wildfly-kitchensink ---
-[INFO] Compiling 1 source file to /Users/pmuir/workspace/wildfly-docs/quickstarts/kitchensink/target/test-classes
-[INFO]
-[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ wildfly-kitchensink ---
-[INFO] Surefire report directory: /Users/pmuir/workspace/wildfly-docs/quickstarts/kitchensink/target/surefire-reports
-
-------------------------------------------------------
- T E S T S
--------------------------------------------------------
-Running org.jboss.as.quickstarts.kitchensink.test.MemberRegistrationTest
-Jun 25, 2011 7:22:28 PM org.jboss.arquillian.container.impl.client.container.ContainerRegistryCreator getActivatedConfiguration
-INFO: Could not read active container configuration: null
-log4j:WARN No appenders could be found for logger (org.jboss.as.arquillian.container.MBeanServerConnectionProvider).
-log4j:WARN Please initialize the log4j system properly.
-Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.13 sec
-
-Results :
-
-Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
-
-[INFO] ------------------------------------------------------------------------
-[INFO] BUILD SUCCESS
-[INFO] ------------------------------------------------------------------------
-[INFO] Total time: 10.474s
-[INFO] Finished at: Sat Jun 25 19:22:33 BST 2011
-[INFO] Final Memory: 17M/125M
-[INFO] ------------------------------------------------------------------------
-$ >
-------------------------------------------------------------------------
-
-
-[IMPORTANT]
-========================================================================
-Arquillian defines two modes, _managed_ and _remote_ . The _managed_
-mode will take care of starting and stopping the server for you, whilst
-the _remote_ mode connects to an already running server.
-========================================================================
-
-This time you can see the test didn't start the server (if you check the instance you started, you will see the application was deployed there), and the test ran a lot faster (approximately 4s).
-
-We can also run the test from Eclipse, in both managed and remote modes. First, we'll run in in managed mode. In order to set up the correct dependencies on your classpath, right click on the project, and select Properties :
-
-image:gfx/eclipse_arquillian_1.png[]
-
-Now, locate the Maven panel:
-
-image:gfx/eclipse_arquillian_2.png[]
-
-And activate the `arq-managed` profile:
-
-image:gfx/eclipse_arquillian_3.png[]
-
-Finally, hit _Ok_, and then confirm you want to update the project configuration:
-
-image:gfx/eclipse_arquillian_4.png[]
-
-Once the project has built, locate the `MemberRegistrationTest` in `src/test/java`, right click on the test, and choose _Run As -> JUnit Test...`_:
-
-image:gfx/eclipse_arquillian_12.png[]
-
-You should see the server start in the Eclipse Console, the test be deployed, and finally the JUnit View pop up with the result (a pass of course!).
-
-We can also run the test in an already running instance of Eclipse. Simply change the active profile to `arq-remote`:
-
-image:gfx/eclipse_arquillian_11.png[]
-
-Now, make sure the server is running, right click on the test case and choose _Run As -> JUnit Test..._:
-
-image:gfx/eclipse_arquillian_12.png[]
-
-Again, you'll see the test run in the server, and the JUnit View pop up, with the test passing.
-
-So far so good, the test is running in both Eclipse and from the command line. But what does the test look like?
-
-.src/test/java/org/jboss/as/quickstarts/kitchensink/test/MemberRegistrationTest.java
-[source,java]
-------------------------------------------------------------------------
-@RunWith(Arquillian.class) // <1>
-public class MemberRegistrationTest {
- @Deployment // <2>
- public static Archive> createTestArchive() {
- return ShrinkWrap.create(WebArchive.class, "test.war")
- .addClasses(Member.class,
- MemberRegistration.class,
- Resources.class) // <3>
- .addAsResource("META-INF/test-persistence.xml",
- "META-INF/persistence.xml") // <4>
- .addAsWebInfResource(EmptyAsset.INSTANCE,
- "beans.xml") // <5>
- // Deploy our test datasource
- .addAsWebInfResource("test-ds.xml"); // <6>
- }
-
- @Inject // <7>
- MemberRegistration memberRegistration;
-
- @Inject
- Logger log;
-
- @Test
- public void testRegister() throws Exception { // <8>
- Member newMember = new Member();
- newMember.setName("Jane Doe");
- newMember.setEmail("jane@mailinator.com");
- newMember.setPhoneNumber("2125551234");
- memberRegistration.register(newMember);
- assertNotNull(newMember.getId());
- log.info(newMember.getName() +
- " was persisted with id " +
- newMember.getId());
- }
-
-}
-------------------------------------------------------------------------
-<1> `@RunWith(Arquillian.class)` tells JUnit to hand control over to Arquillian when executing tests
-<2> The `@Deployment` annotation identifies the `createTestArchive()` static method to Arquillian as the one to use to determine which resources and classes to deploy
-<3> We add just the classes needed for the test, no more
-<4> We also add persistence.xml as our test is going to use the database
-<5> Of course, we must add beans.xml to enable CDI
-<6> Finally, we add a test datasource, so that test data doesn't overwrite production data
-<7> Arquillian allows us to inject beans into the test case
-<8> The test method works as you would expect - creates a new member, registers them, and then verifies that the member was created
-
-As you can see, Arquillian has lived up to the promise - the test case is focused on _what_ to test (the `@Deployment` method) and _how_ to test (the `@Test` method). It's also worth noting that this isn't a simplistic unit test - this is a fully fledged integration test that uses the database.
-
-Now, let's look at how we configure Arquillian. First of all, let's take a look at `arquillian.xml` in `src/test/resources`.
-
-
-.src/test/resources/META-INF/arquillian.xml
-[source,xml]
-------------------------------------------------------------------------
-
-
-
- <1>
-
-
-
-
- <2>
-
-
-
-
-
- /path/to/wildfly
-
-
-
-
-------------------------------------------------------------------------
-<1> Arquillian deploys the test war, and doesn't write it to disk. For debugging, it can be very useful to see exactly what is in your war, so Arquillian allows you to export the war when the tests runs
-<2> Arquillian currently needs configuring to use the Servlet protocol to connect to the server
-
-Now, we need to look at how we select between containers in the `pom.xml`:
-
-.pom.xml
-[source,xml]
-------------------------------------------------------------------------
-
-
-
-
- arq-wildfly-managed <1>
-
-
- org.jboss.as
- <2>
- wildfly-arquillian-container-managed
-
- test
-
-
-
-
-
-
-
- arq-wildfly-remote
-
-
- org.jboss.as
- <3>
- wildfly-arquillian-container-remote
-
- test
-
-
-
-------------------------------------------------------------------------
-<1> The profile needs an id so we can activate from Eclipse or the command line
-<2> Arquillian decides which container to use depending on your classpath. Here we define the managed container
-<3> Arquillian decides which container to use depending on your classpath. Here we define the remote container
-
-And that's it! As you can see Arquillian delivers simple and true testing. You can concentrate on writing your test functionality, and run your tests in the same environment in which you will run your application.
-
-
-[TIP]
-========================================================================
-Arquillian also offers other containers, allowing you to run your tests
-against Weld Embedded (super fast, but your enterprise services are
-mocked), GlassFish, and more
-========================================================================
-
That concludes our tour of the kitchensink quickstart. If you would like to use this project as a basis for your own application, you can of course copy this application sources and modify it.
diff --git a/guide/gfx/eclipse_arquillian_0.png b/guide/gfx/eclipse_arquillian_0.png
deleted file mode 100644
index 18bdbc3a8a..0000000000
Binary files a/guide/gfx/eclipse_arquillian_0.png and /dev/null differ
diff --git a/guide/gfx/eclipse_arquillian_1.png b/guide/gfx/eclipse_arquillian_1.png
deleted file mode 100644
index 17c9c3e51f..0000000000
Binary files a/guide/gfx/eclipse_arquillian_1.png and /dev/null differ
diff --git a/guide/gfx/eclipse_arquillian_11.png b/guide/gfx/eclipse_arquillian_11.png
deleted file mode 100644
index f32571ac09..0000000000
Binary files a/guide/gfx/eclipse_arquillian_11.png and /dev/null differ
diff --git a/guide/gfx/eclipse_arquillian_12.png b/guide/gfx/eclipse_arquillian_12.png
deleted file mode 100644
index 039c2b79d4..0000000000
Binary files a/guide/gfx/eclipse_arquillian_12.png and /dev/null differ
diff --git a/guide/gfx/eclipse_arquillian_2.png b/guide/gfx/eclipse_arquillian_2.png
deleted file mode 100644
index 3d0c1300fd..0000000000
Binary files a/guide/gfx/eclipse_arquillian_2.png and /dev/null differ
diff --git a/guide/gfx/eclipse_arquillian_3.png b/guide/gfx/eclipse_arquillian_3.png
deleted file mode 100644
index 8870552c27..0000000000
Binary files a/guide/gfx/eclipse_arquillian_3.png and /dev/null differ
diff --git a/guide/gfx/eclipse_arquillian_4.png b/guide/gfx/eclipse_arquillian_4.png
deleted file mode 100644
index f2d56c6658..0000000000
Binary files a/guide/gfx/eclipse_arquillian_4.png and /dev/null differ
diff --git a/ha-singleton-deployment/pom.xml b/ha-singleton-deployment/pom.xml
index 897a539ce0..0bae475ce7 100644
--- a/ha-singleton-deployment/pom.xml
+++ b/ha-singleton-deployment/pom.xml
@@ -36,7 +36,7 @@
ha-singleton-deployment
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: HA Singleton Deployment
This quickstart demonstrates the recommended way to deploy any service as a cluster-wide singleton.
@@ -51,7 +51,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
7.0.0.Final
diff --git a/ha-singleton-service/pom.xml b/ha-singleton-service/pom.xml
index 13a0ff44e1..f07a127c7d 100644
--- a/ha-singleton-service/pom.xml
+++ b/ha-singleton-service/pom.xml
@@ -31,7 +31,7 @@
ha-singleton-service
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: HA Singleton Service
This quickstart demonstrates a singleton MSC service packaged in a war.
@@ -46,7 +46,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
7.0.0.Final
diff --git a/helloworld-jms/pom.xml b/helloworld-jms/pom.xml
index 6ab2067d18..131bb09e37 100644
--- a/helloworld-jms/pom.xml
+++ b/helloworld-jms/pom.xml
@@ -29,7 +29,7 @@
helloworld-jms
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
jar
Quickstart: helloworld-jms
A Helloworld JMS external producer/consumer client
@@ -44,7 +44,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/helloworld-mdb/pom.xml b/helloworld-mdb/pom.xml
index aa559892c5..e799e091de 100644
--- a/helloworld-mdb/pom.xml
+++ b/helloworld-mdb/pom.xml
@@ -30,7 +30,7 @@
helloworld-mdb
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: helloworld-mdb
This project demonstrates a hello world Message-Driven Bean with Servlet 3.0 as client
@@ -45,7 +45,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/helloworld-mutual-ssl-secured/pom.xml b/helloworld-mutual-ssl-secured/pom.xml
index 9f68f250de..f461181975 100644
--- a/helloworld-mutual-ssl-secured/pom.xml
+++ b/helloworld-mutual-ssl-secured/pom.xml
@@ -30,7 +30,7 @@
helloworld-mutual-ssl-secured
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: helloworld-mutual-ssl-secured
Securing helloworld Web app with mutual client ssl authentication and role-based access control
@@ -45,7 +45,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
7.0.0.Final
diff --git a/helloworld-mutual-ssl/pom.xml b/helloworld-mutual-ssl/pom.xml
index c11409a8f4..54279c653d 100644
--- a/helloworld-mutual-ssl/pom.xml
+++ b/helloworld-mutual-ssl/pom.xml
@@ -32,7 +32,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
7.0.0.Final
@@ -40,7 +40,7 @@
helloworld-mutual-ssl
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: helloworld-mutual-ssl
Helloworld Mutual SSL Authentication
diff --git a/helloworld-singleton/pom.xml b/helloworld-singleton/pom.xml
index 56f5b656ea..cafadd816d 100644
--- a/helloworld-singleton/pom.xml
+++ b/helloworld-singleton/pom.xml
@@ -30,7 +30,7 @@
helloworld-singleton
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: helloworld-singleton
This project demonstrates a Hello World Singleton Session Bean with a JSF client
@@ -45,7 +45,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/helloworld-ws/pom.xml b/helloworld-ws/pom.xml
index 75fc017bbd..b54260bae0 100644
--- a/helloworld-ws/pom.xml
+++ b/helloworld-ws/pom.xml
@@ -29,7 +29,7 @@
helloworld-ws
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: helloworld-ws
This project demonstrates a Hello World JAX-WS web service
@@ -44,7 +44,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/helloworld/pom.xml b/helloworld/pom.xml
index ebdcbe7257..4a3a8ec301 100644
--- a/helloworld/pom.xml
+++ b/helloworld/pom.xml
@@ -29,7 +29,7 @@
helloworld
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: helloworld
Helloworld
@@ -44,7 +44,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/hibernate/pom.xml b/hibernate/pom.xml
index 1b371295ee..fca62c473e 100644
--- a/hibernate/pom.xml
+++ b/hibernate/pom.xml
@@ -30,7 +30,7 @@
hibernate
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: hibernate
This project demonstrates how to use Hibernate ORM
@@ -45,7 +45,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/http-custom-mechanism/custom-module/pom.xml b/http-custom-mechanism/custom-module/pom.xml
index 49d6f733cd..2cc3cd8577 100644
--- a/http-custom-mechanism/custom-module/pom.xml
+++ b/http-custom-mechanism/custom-module/pom.xml
@@ -21,7 +21,7 @@
org.wildfly.quickstarts
http-custom-mechanism
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
../pom.xml
diff --git a/http-custom-mechanism/pom.xml b/http-custom-mechanism/pom.xml
index 6b4f1d0289..8844bc8bc7 100644
--- a/http-custom-mechanism/pom.xml
+++ b/http-custom-mechanism/pom.xml
@@ -30,7 +30,7 @@
http-custom-mechanism
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
pom
Quickstart: http-custom-mechanism
This project demonstrates how to implement a custom HTTP authentication mechanism
@@ -50,7 +50,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/http-custom-mechanism/webapp/pom.xml b/http-custom-mechanism/webapp/pom.xml
index 83f5021a26..287c7f2166 100644
--- a/http-custom-mechanism/webapp/pom.xml
+++ b/http-custom-mechanism/webapp/pom.xml
@@ -21,7 +21,7 @@
org.wildfly.quickstarts
http-custom-mechanism
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
../pom.xml
http-custom-mechanism-webapp
diff --git a/jaxrs-client/pom.xml b/jaxrs-client/pom.xml
index f5524decc8..1585a26b0d 100644
--- a/jaxrs-client/pom.xml
+++ b/jaxrs-client/pom.xml
@@ -30,7 +30,7 @@
jaxrs-client
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: jaxrs-client
A JAX-RS Client API project
@@ -45,7 +45,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/jaxrs-jwt/pom.xml b/jaxrs-jwt/pom.xml
index 592e2f6ae7..61a063a0d2 100644
--- a/jaxrs-jwt/pom.xml
+++ b/jaxrs-jwt/pom.xml
@@ -29,7 +29,7 @@
jaxrs-jwt
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: jaxrs-jwt
JWT authentication using Elytron
@@ -44,7 +44,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/jaxws-ejb/pom.xml b/jaxws-ejb/pom.xml
index 1a88a60a68..d868d7b0d2 100644
--- a/jaxws-ejb/pom.xml
+++ b/jaxws-ejb/pom.xml
@@ -29,7 +29,7 @@
jaxws-ejb
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: jaxws-ejb
This project is a working example of a JAX-WS web service EJB endpoint
@@ -44,7 +44,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/jaxws-retail/pom.xml b/jaxws-retail/pom.xml
index bc8345ff9e..6aeba9a6fd 100644
--- a/jaxws-retail/pom.xml
+++ b/jaxws-retail/pom.xml
@@ -43,7 +43,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/jsonp/pom.xml b/jsonp/pom.xml
index 8dc96b0a88..ffd2c2e8b7 100644
--- a/jsonp/pom.xml
+++ b/jsonp/pom.xml
@@ -29,7 +29,7 @@
jsonp
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: jsonp
A starter Jakarta EE webapp project for use on JBoss EAP
@@ -44,7 +44,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/jta-crash-rec/pom.xml b/jta-crash-rec/pom.xml
index 2db28de798..fc28bd345d 100644
--- a/jta-crash-rec/pom.xml
+++ b/jta-crash-rec/pom.xml
@@ -29,7 +29,7 @@
jta-crash-rec
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: jta-crash-rec
This project demonstrates JTA crash recovery
@@ -44,7 +44,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
diff --git a/jts/application-component-1/pom.xml b/jts/application-component-1/pom.xml
index 75569db207..c7d16b5a86 100644
--- a/jts/application-component-1/pom.xml
+++ b/jts/application-component-1/pom.xml
@@ -21,7 +21,7 @@
org.wildfly.quickstarts
jts
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
jts-application-component-1
war
diff --git a/jts/application-component-2/pom.xml b/jts/application-component-2/pom.xml
index de99994373..b9526e12c5 100644
--- a/jts/application-component-2/pom.xml
+++ b/jts/application-component-2/pom.xml
@@ -21,7 +21,7 @@
org.wildfly.quickstarts
jts
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
jts-application-component-2
Quickstart: jts - application-component-2
diff --git a/jts/pom.xml b/jts/pom.xml
index c31f13507a..e4404c0c7b 100644
--- a/jts/pom.xml
+++ b/jts/pom.xml
@@ -30,7 +30,7 @@
jts
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
pom
Quickstart: jts
A project that demonstrates how to use CMT with JTS
@@ -52,7 +52,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/kitchensink/pom.xml b/kitchensink/pom.xml
index 47f7d4b14c..0705deadbf 100644
--- a/kitchensink/pom.xml
+++ b/kitchensink/pom.xml
@@ -29,7 +29,7 @@
kitchensink
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: kitchensink
A starter Jakarta EE web application project for use in JBoss EAP
@@ -44,7 +44,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
@@ -185,21 +185,6 @@
provided
-
-
-
- org.jboss.arquillian.junit
- arquillian-junit-container
- test
-
-
-
- org.jboss.arquillian.protocol
- arquillian-protocol-servlet-jakarta
- test
-
-
org.jboss.logging
diff --git a/logging/pom.xml b/logging/pom.xml
index 36887bb858..9d7b21d6df 100644
--- a/logging/pom.xml
+++ b/logging/pom.xml
@@ -29,7 +29,7 @@
jboss-logging
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: logging
This project demonstrates logging in JBoss EAP
@@ -44,7 +44,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/mail/pom.xml b/mail/pom.xml
index df8c0fd126..2699c24e33 100644
--- a/mail/pom.xml
+++ b/mail/pom.xml
@@ -30,7 +30,7 @@
mail
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: mail
This project demonstrates how to send mail
@@ -45,7 +45,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/messaging-clustering-singleton/pom.xml b/messaging-clustering-singleton/pom.xml
index bd3a8f70fa..2164b889d6 100644
--- a/messaging-clustering-singleton/pom.xml
+++ b/messaging-clustering-singleton/pom.xml
@@ -29,7 +29,7 @@
messaging-clustering-singleton
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: messaging-clustering-singleton
This project demonstrates a hello world Message-Driven Bean with Servlet 3.0 as client
@@ -44,7 +44,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/micrometer/pom.xml b/micrometer/pom.xml
index e07d490b6a..d5038df114 100644
--- a/micrometer/pom.xml
+++ b/micrometer/pom.xml
@@ -15,14 +15,14 @@
micrometer
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: micrometer
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
${version.server}
diff --git a/microprofile-config/pom.xml b/microprofile-config/pom.xml
index c6539468d3..90cad0fd59 100644
--- a/microprofile-config/pom.xml
+++ b/microprofile-config/pom.xml
@@ -13,14 +13,14 @@
microprofile-config
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: microprofile-config
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
${version.server}
@@ -130,23 +130,6 @@
test
jar
-
- org.jboss.arquillian.container
- arquillian-container-test-spi
- test
- jar
-
-
- org.jboss.arquillian.junit
- arquillian-junit-container
- test
-
-
-
- org.wildfly.arquillian
- wildfly-arquillian-container-managed
- test
-
org.jboss.resteasy
resteasy-client
diff --git a/microprofile-config/src/test/java/org/wildfly/quickstarts/microprofile/config/MicroProfileConfigIT.java b/microprofile-config/src/test/java/org/wildfly/quickstarts/microprofile/config/MicroProfileConfigIT.java
deleted file mode 100644
index 888a6fc1ae..0000000000
--- a/microprofile-config/src/test/java/org/wildfly/quickstarts/microprofile/config/MicroProfileConfigIT.java
+++ /dev/null
@@ -1,215 +0,0 @@
-package org.wildfly.quickstarts.microprofile.config;
-
-import org.jboss.arquillian.container.test.api.Deployment;
-import org.jboss.arquillian.container.test.api.RunAsClient;
-import org.jboss.arquillian.junit.Arquillian;
-import org.jboss.arquillian.test.api.ArquillianResource;
-import org.jboss.shrinkwrap.api.ShrinkWrap;
-import org.jboss.shrinkwrap.api.asset.EmptyAsset;
-import org.jboss.shrinkwrap.api.spec.JavaArchive;
-import org.junit.After;
-import org.junit.Assert;
-import org.junit.Before;
-import org.junit.Test;
-import org.junit.runner.RunWith;
-import org.wildfly.quickstarts.microprofile.config.custom.CustomPropertiesFileProvider;
-
-import jakarta.ws.rs.client.Client;
-import jakarta.ws.rs.client.ClientBuilder;
-import jakarta.ws.rs.client.WebTarget;
-import jakarta.ws.rs.core.Response;
-import java.io.IOException;
-import java.net.MalformedURLException;
-import java.net.URL;
-import java.nio.file.Files;
-import java.nio.file.Path;
-import java.nio.file.Paths;
-
-/**
- * Simple tests for MicroProfile Config quickstart. Arquillian deploys an WAR archive to the application server, which
- * contains several endpoints exposing injected configuration values and verifies that they are correctly invoked.
- *
- * @author Martin Stefanko
- *
- */
-@RunWith(Arquillian.class)
-@RunAsClient
-public class MicroProfileConfigIT {
-
- @ArquillianResource
- private URL deploymentURL;
-
- private Client client;
-
- @Before
- public void before() throws MalformedURLException {
- client = ClientBuilder.newClient();
- }
-
- @After
- public void after() {
- if (client != null) {
- client.close();
- }
- }
-
- /**
- * Constructs a deployment archive
- *
- * @return the deployment archive
- */
- @Deployment
- public static JavaArchive createDeployment() {
- return ShrinkWrap.create(JavaArchive.class)
- .addPackages(true, ConfigResource.class.getPackage())
- .addAsResource("META-INF/microprofile-config.properties")
- .addAsResource("META-INF/services/org.eclipse.microprofile.config.spi.ConfigSource")
- .addAsResource("META-INF/services/org.eclipse.microprofile.config.spi.ConfigSourceProvider")
- .addAsResource("META-INF/services/org.eclipse.microprofile.config.spi.Converter")
- // enable CDI
- .addAsManifestResource(EmptyAsset.INSTANCE, "beans.xml");
- }
-
- /**
- * Tests that /config/value returns the value configured in microprofile-config.properties
- */
- @Test
- public void testConfigPropertiesValue() {
- Response response = client
- .target(deploymentURL.toString())
- .path("/config/value")
- .request()
- .get();
-
- Assert.assertEquals(200, response.getStatus());
- Assert.assertEquals("MyPropertyFileConfigValue", response.readEntity(String.class));
-
- response.close();
- }
-
- /**
- * Tests that /config/required returns the default value from the `ConfigProperty` annotations
- */
- @Test
- public void testDefaultValue() {
- Response response = client
- .target(deploymentURL.toString())
- .path("/config/required")
- .request()
- .get();
-
- Assert.assertEquals(200, response.getStatus());
- Assert.assertEquals("Default required prop value", response.readEntity(String.class));
-
- response.close();
- }
-
- /**
- * Tests that /config/optional returns the orElse value hard coded in the resource
- */
- @Test
- public void testOptionalValue() {
- Response response = client
- .target(deploymentURL.toString())
- .path("/config/optional")
- .request()
- .get();
-
- Assert.assertEquals(200, response.getStatus());
- Assert.assertEquals("no optional value provided, use this as the default", response.readEntity(String.class));
-
- response.close();
- }
-
- /**
- * Tests that /config/all-props retuns an array containins string `config.prop` (as it is a configured property)
- */
- @Test
- public void testConfigObjectAllProps() {
- Response response = client
- .target(deploymentURL.toString())
- .path("/config/all-props")
- .request()
- .get();
-
- Assert.assertEquals(200, response.getStatus());
- Assert.assertTrue(response.readEntity(String.class).contains("config.prop"));
-
- response.close();
- }
-
- /**
- * Tests that /custom-config/value returns the value from the custom config source deployed with the application
- */
- @Test
- public void testConfigSourceValue() {
- Response response = client
- .target(deploymentURL.toString())
- .path("/custom-config/value")
- .request()
- .get();
-
- Assert.assertEquals(200, response.getStatus());
- Assert.assertEquals("MyCustomValue", response.readEntity(String.class));
-
- response.close();
- }
-
- /**
- * Tests that /custom-config/reloaded-value returns:
- * - 200 on first invocation and the default value `default` is returned (custom.properties file does not exist)
- * - create `custom.properties` file in the `JBOSS_HOME` directory with the content
- * `custom.provided.prop=FileSystemCustomConfigValue` and verify that /custom-config/reloaded-value returns
- * `FileSystemCustomConfigValue`
- * - change the value of `custom.provided.prop` in the `custom.properties` file and verify that it is returned
- * from /custom-config/reloaded-value
- */
- @Test
- public void testConfigSourceReloadedValue() throws IOException {
- Path customPropertiesPath = Paths.get(CustomPropertiesFileProvider.getJBossHome() + "/custom.properties");
- Files.deleteIfExists(customPropertiesPath);
-
- WebTarget target = client
- .target(deploymentURL.toString())
- .path("/custom-config/reloaded-value");
-
- Response response = target.request().get();
-
- Assert.assertEquals(200, response.getStatus());
- Assert.assertEquals("default", response.readEntity(String.class));
- response.close();
-
- Files.write(customPropertiesPath, "custom.provided.prop=FileSystemCustomConfigValue".getBytes());
-
- response = target.request().get();
- Assert.assertEquals(200, response.getStatus());
- Assert.assertEquals("FileSystemCustomConfigValue", response.readEntity(String.class));
- response.close();
-
- Files.write(customPropertiesPath, "custom.provided.prop=ChangedValue".getBytes());
-
- response = target.request().get();
- Assert.assertEquals(200, response.getStatus());
- Assert.assertEquals("ChangedValue", response.readEntity(String.class));
- response.close();
-
- Files.delete(customPropertiesPath);
- }
-
- /**
- * Tests that /converter/value returns the value from the custom converted object
- */
- @Test
- public void testConverterValue() {
- Response response = client
- .target(deploymentURL.toString())
- .path("/converter/value")
- .request()
- .get();
-
- Assert.assertEquals(200, response.getStatus());
- Assert.assertEquals("MyCustomConverterValue", response.readEntity(String.class));
-
- response.close();
- }
-}
diff --git a/microprofile-fault-tolerance/pom.xml b/microprofile-fault-tolerance/pom.xml
index 752061be44..2161e470cf 100644
--- a/microprofile-fault-tolerance/pom.xml
+++ b/microprofile-fault-tolerance/pom.xml
@@ -30,7 +30,7 @@
microprofile-fault-tolerance
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: microprofile-fault-tolerance
@@ -53,7 +53,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
${version.server}
@@ -165,18 +165,6 @@
junit
test
-
-
- org.jboss.arquillian.junit
- arquillian-junit-container
- test
-
-
- org.wildfly.arquillian
- wildfly-arquillian-common
- test
-
org.jboss.resteasy
resteasy-client
diff --git a/microprofile-health/pom.xml b/microprofile-health/pom.xml
index 89c59e2912..2a45dbb038 100644
--- a/microprofile-health/pom.xml
+++ b/microprofile-health/pom.xml
@@ -13,13 +13,13 @@
microprofile-health
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: microprofile-health
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
${version.server}
@@ -139,9 +139,9 @@
test
- org.wildfly.arquillian
- wildfly-arquillian-common
- test
+ org.wildfly.core
+ wildfly-cli
+ client
diff --git a/microprofile-health/src/test/java/org/wildfly/quickstarts/microprofile/health/MicroProfileHealthIT.java b/microprofile-health/src/test/java/org/wildfly/quickstarts/microprofile/health/MicroProfileHealthIT.java
index 54e713e1c1..6eaa3e5eda 100644
--- a/microprofile-health/src/test/java/org/wildfly/quickstarts/microprofile/health/MicroProfileHealthIT.java
+++ b/microprofile-health/src/test/java/org/wildfly/quickstarts/microprofile/health/MicroProfileHealthIT.java
@@ -32,8 +32,7 @@
import java.util.Optional;
/**
- * Simple tests for MicroProfile Health quickstart. Arquillian deploys an JAR archive to the application server, which
- * contains several health checks and verifies that they are correctly invoked.
+ * Simple tests for MicroProfile Health quickstart.
*
* @author Martin Stefanko
*
diff --git a/microprofile-jwt/pom.xml b/microprofile-jwt/pom.xml
index 4e31390057..3768612db5 100644
--- a/microprofile-jwt/pom.xml
+++ b/microprofile-jwt/pom.xml
@@ -29,7 +29,7 @@
microprofile-jwt
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: microprofile-jwt
Example project making use of MicroProfile JWT
@@ -44,7 +44,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
${version.server}
diff --git a/microprofile-lra/pom.xml b/microprofile-lra/pom.xml
index 38c956c620..5df52788a3 100644
--- a/microprofile-lra/pom.xml
+++ b/microprofile-lra/pom.xml
@@ -13,13 +13,13 @@
microprofile-lra
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: microprofile-lra
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
${version.server}
diff --git a/microprofile-openapi/pom.xml b/microprofile-openapi/pom.xml
index e206bb619e..ad2ef628b1 100644
--- a/microprofile-openapi/pom.xml
+++ b/microprofile-openapi/pom.xml
@@ -14,14 +14,14 @@
microprofile-openapi
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: microprofile-openapi
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
${version.server}
diff --git a/microprofile-reactive-messaging-kafka/pom.xml b/microprofile-reactive-messaging-kafka/pom.xml
index a9930326e7..a484f73a22 100644
--- a/microprofile-reactive-messaging-kafka/pom.xml
+++ b/microprofile-reactive-messaging-kafka/pom.xml
@@ -29,14 +29,14 @@
microprofile-reactive-messaging-kafka
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: microprofile-reactive-messaging-kafka
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
${version.server}
@@ -201,11 +201,6 @@
-
- org.wildfly.arquillian
- wildfly-arquillian-common
- test
-
org.eclipse.microprofile.rest.client
microprofile-rest-client-api
diff --git a/microprofile-rest-client/pom.xml b/microprofile-rest-client/pom.xml
index 24f357af82..d5dbf81a18 100644
--- a/microprofile-rest-client/pom.xml
+++ b/microprofile-rest-client/pom.xml
@@ -28,7 +28,7 @@
microprofile-rest-client
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: microprofile-rest-client
@@ -42,7 +42,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
${version.server}
diff --git a/numberguess/pom.xml b/numberguess/pom.xml
index dd61d93f6b..2f57ed962d 100644
--- a/numberguess/pom.xml
+++ b/numberguess/pom.xml
@@ -29,7 +29,7 @@
numberguess
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: numberguess
The numberguess project demonstrates the use of CDI and JSF in JBoss EAP
@@ -44,7 +44,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/opentelemetry-tracing/pom.xml b/opentelemetry-tracing/pom.xml
index f6d1d2b2e3..198679e6b2 100644
--- a/opentelemetry-tracing/pom.xml
+++ b/opentelemetry-tracing/pom.xml
@@ -13,14 +13,14 @@
opentelemetry-tracing
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: opentelemetry-tracing
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
${version.server}
diff --git a/pom.xml b/pom.xml
index 1d453e90b8..e70815e9dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
pom
diff --git a/remote-helloworld-mdb/pom.xml b/remote-helloworld-mdb/pom.xml
index 727d7951bf..d5774c9d84 100644
--- a/remote-helloworld-mdb/pom.xml
+++ b/remote-helloworld-mdb/pom.xml
@@ -30,7 +30,7 @@
remote-helloworld-mdb
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: remote-helloworld-mdb
This project demonstrates a hello world Message-Driven Bean with Servlet 6.0 as client to a remote Artemis instance
@@ -45,7 +45,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/remote-helloworld-mdb/src/test/resources/arquillian.xml b/remote-helloworld-mdb/src/test/resources/arquillian.xml
deleted file mode 100644
index f20100c13e..0000000000
--- a/remote-helloworld-mdb/src/test/resources/arquillian.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/security-domain-to-domain/ear/pom.xml b/security-domain-to-domain/ear/pom.xml
index 807aedba06..614d64bcdf 100644
--- a/security-domain-to-domain/ear/pom.xml
+++ b/security-domain-to-domain/ear/pom.xml
@@ -26,7 +26,7 @@
org.wildfly.quickstarts
security-domain-to-domain
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
security-domain-to-domain-ear
ear
diff --git a/security-domain-to-domain/ejb/pom.xml b/security-domain-to-domain/ejb/pom.xml
index d3d34c9855..fd066dabda 100644
--- a/security-domain-to-domain/ejb/pom.xml
+++ b/security-domain-to-domain/ejb/pom.xml
@@ -26,7 +26,7 @@
org.wildfly.quickstarts
security-domain-to-domain
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
security-domain-to-domain-ejb
Quickstart: security-domain-to-domain - ejb
diff --git a/security-domain-to-domain/pom.xml b/security-domain-to-domain/pom.xml
index 1b5855fac6..950f7291b0 100644
--- a/security-domain-to-domain/pom.xml
+++ b/security-domain-to-domain/pom.xml
@@ -30,7 +30,7 @@
security-domain-to-domain
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
pom
Quickstart: security-domain-to-domain
This project demonstrates identity propagation between different security domains
@@ -52,7 +52,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
7.0.0.Final
diff --git a/security-domain-to-domain/test/pom.xml b/security-domain-to-domain/test/pom.xml
index cb360a109e..609fcf9725 100644
--- a/security-domain-to-domain/test/pom.xml
+++ b/security-domain-to-domain/test/pom.xml
@@ -26,7 +26,7 @@
org.wildfly.quickstarts
security-domain-to-domain
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
security-domain-to-domain-test
diff --git a/security-domain-to-domain/web/pom.xml b/security-domain-to-domain/web/pom.xml
index 39caac569c..652d293464 100644
--- a/security-domain-to-domain/web/pom.xml
+++ b/security-domain-to-domain/web/pom.xml
@@ -26,7 +26,7 @@
org.wildfly.quickstarts
security-domain-to-domain
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
../pom.xml
security-domain-to-domain-web
diff --git a/servlet-async/pom.xml b/servlet-async/pom.xml
index 9e1e89e35e..4b40da3740 100644
--- a/servlet-async/pom.xml
+++ b/servlet-async/pom.xml
@@ -30,7 +30,7 @@
servlet-async
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: servlet-async
This project demonstrates an asynchronous Servlet
@@ -45,7 +45,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/servlet-filterlistener/pom.xml b/servlet-filterlistener/pom.xml
index cf9f93839f..bd5359a1b0 100644
--- a/servlet-filterlistener/pom.xml
+++ b/servlet-filterlistener/pom.xml
@@ -30,7 +30,7 @@
servlet-filterlistener
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: servlet-filterlistener
This project demonstrates a Servlet Filter and Listener
@@ -45,7 +45,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/servlet-security/pom.xml b/servlet-security/pom.xml
index 2b315f9941..e236156a94 100644
--- a/servlet-security/pom.xml
+++ b/servlet-security/pom.xml
@@ -30,7 +30,7 @@
servlet-security
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: servlet-security
This project demonstrates servlet security in JBoss EAP
@@ -45,7 +45,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/shared-doc/attributes.adoc b/shared-doc/attributes.adoc
index a032d67521..123c797790 100644
--- a/shared-doc/attributes.adoc
+++ b/shared-doc/attributes.adoc
@@ -62,7 +62,7 @@ ifndef::ProductRelease,EAPXPRelease[]
:productImageVersion: 33.0
:githubRepoUrl: https://github.com/wildfly/quickstart/
:githubRepoCodeUrl: https://github.com/wildfly/quickstart.git
-:WildFlyQuickStartRepoTag: 33.0.0.Final
+:WildFlyQuickStartRepoTag: 33.0.1.Final
:DocInfoProductName: Red Hat JBoss Enterprise Application Platform
:DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform
:DocInfoProductNumber: 8.0
@@ -149,7 +149,6 @@ endif::[]
:useEclipseDeployEARDocUrl: {guidesBaseUrl}USE_JBDS.adoc#deploy_and_undeploy_a_quickstart_ear_project
:useProductHomeDocUrl: {guidesBaseUrl}USE_OF_{jbossHomeName}.adoc#use_of_product_home_and_jboss_home_variables
:configureMavenDocUrl: {guidesBaseUrl}CONFIGURE_MAVEN_JBOSS_EAP.adoc#configure_maven_to_build_and_deploy_the_quickstarts
-:arquillianTestsDocUrl: {guidesBaseUrl}RUN_ARQUILLIAN_TESTS.adoc#run_the_arquillian_tests
:addUserDocUrl: {guidesBaseUrl}CREATE_USERS.adoc#create_users_required_by_the_quickstarts
:addApplicationUserDocUrl: {guidesBaseUrl}CREATE_USERS.adoc#add_an_application_user
:addManagementUserDocUrl: {guidesBaseUrl}CREATE_USERS.adoc#add_an_management_user
diff --git a/shared-doc/run-arquillian-functional-tests-remote.adoc b/shared-doc/run-arquillian-functional-tests-remote.adoc
deleted file mode 100644
index c9bfbba246..0000000000
--- a/shared-doc/run-arquillian-functional-tests-remote.adoc
+++ /dev/null
@@ -1,37 +0,0 @@
-[[run_the_arquillian_functional_tests-remote]]
-= Run the Arquillian Functional Tests
-//******************************************************************************
-// Include this template if your quickstart provides standard Arquillian
-// functional tests.
-//******************************************************************************
-
-This quickstart provides Arquillian functional tests. They are located under the `src/tests/` directory. Functional tests verify that your application behaves correctly from the user's point of view and simulate clicking around the web page as a normal user would do.
-
-Follow these steps to run the functional tests.
-
-ifdef::standalone-server-type[]
-. xref:start_the_eap_standalone_server[Start the {productName} server] as described above.
-
-endif::[]
-
-ifdef::managed-domain-type[]
-. xref:start_the_eap_managed_domain[Start the {productName} server] as described above.
-endif::[]
-
-ifdef::standalone-server-type,managed-domain-type[]
-. Type the following command to run the `verify` goal with the `arq-remote` profile activated.
-endif::[]
-ifndef::standalone-server-type,managed-domain-type[]
-. You need to start the provisioned server or the bootable jar server, as previously described.
-. Type the following command to run the `verify` goal with the `arq-remote` profile activated.
-endif::[]
-
-[source,options="nowrap"]
-----
-$ mvn verify -Parq-remote
-----
-
-[NOTE]
-====
-You may also use the environment variable `SERVER_HOST` or the system property `server.host` to define the target host of the tests.
-====
diff --git a/shared-doc/run-arquillian-functional-tests.adoc b/shared-doc/run-arquillian-functional-tests.adoc
deleted file mode 100644
index 59f54675e4..0000000000
--- a/shared-doc/run-arquillian-functional-tests.adoc
+++ /dev/null
@@ -1,42 +0,0 @@
-[[run_the_arquillian_functional_tests]]
-= Run the Arquillian Functional Tests
-//******************************************************************************
-// Include this template if your quickstart provides standard Arquillian
-// functional tests.
-//******************************************************************************
-
-This quickstart provides Arquillian functional tests. They are located under the `functional-tests/` directory. Functional tests verify that your application behaves correctly from the user's point of view and simulate clicking around the web page as a normal user would do.
-
-NOTE: The Arquillian functional tests deploy the application, so make sure you undeploy the quickstart before you begin.
-
-Follow these steps to run the functional tests.
-
-ifdef::standalone-server-type[]
-. xref:start_the_eap_standalone_server[Start the {productName} server] as described above.
-endif::[]
-
-ifdef::managed-domain-type[]
-. xref:start_the_eap_managed_domain[Start the {productName} server] as described above.
-endif::[]
-
-. Build the quickstart archive.
-.. Open a terminal and navigate to the root directory of this quickstart.
-.. Build the quickstart archive using the following command:
-+
-[source,options="nowrap"]
-----
-$ mvn clean package
-----
-. Navigate to the `functional-tests/` directory in this quickstart.
-
-. Type the following command to run the `verify` goal with the `arq-remote` profile activated.
-+
-[source,options="nowrap"]
-----
-$ mvn clean verify -Parq-remote
-----
-
-[NOTE]
-====
-You can also let Arquillian manage the {productName} server by using the `arq-managed` profile, meaning the tests will start the server for you. This profile requires that you provide Arquillian with the location of the {productName} server, either by setting the `JBOSS_HOME` environment variable, or by setting the `jbossHome` property in the `arquillian.xml` file. For more information, see link:{arquillianTestsDocUrl}[Run the Arquillian Tests].
-====
diff --git a/shared-doc/run-arquillian-tests.adoc b/shared-doc/run-arquillian-tests.adoc
deleted file mode 100644
index 37216a677c..0000000000
--- a/shared-doc/run-arquillian-tests.adoc
+++ /dev/null
@@ -1,48 +0,0 @@
-[[run_the_arquillian_tests]]
-= Run the Arquillian Tests
-//******************************************************************************
-// Include this template if your quickstart provides standard Arquillian tests.
-//******************************************************************************
-
-This quickstart provides Arquillian tests. By default, these tests are configured to be skipped since Arquillian tests require the use of a container.
-
-NOTE: The Arquillian tests deploy the application, so make sure you undeploy the quickstart before you begin.
-
-ifdef::arq-prerequisities[]
-== Arquillian Tests prerequisities
-
-{arq-prerequisities}
-endif::[]
-
-Follow these steps to run the tests.
-
-ifdef::standalone-server-type[]
-. xref:start_the_eap_standalone_server[Start the {productName} server] as described above.
-endif::[]
-
-ifdef::managed-domain-type[]
-. xref:start_the_eap_managed_domain[Start the {productName} server] as described above.
-endif::[]
-
-. Open a terminal and navigate to the root directory of this quickstart.
-. Type the following command to run the `verify` goal with the `arq-remote` profile activated.
-+
-[source,options="nowrap"]
-----
-$ mvn clean verify -Parq-remote
-----
-ifdef::arquillianTestResults[]
-You should see the following results:
-+
-[source,subs=attributes+,options="nowrap"]
-----
-Results :
-
-{arquillianTestResults}
-----
-endif::[]
-
-[NOTE]
-====
-You can also let Arquillian manage the {productName} server by using the `arq-managed` profile, meaning the tests will start the server for you. This profile requires that you provide Arquillian with the location of the {productName} server, either by setting the `JBOSS_HOME` environment variable, or by setting the `jbossHome` property in the `arquillian.xml` file. For more information, see link:{arquillianTestsDocUrl}[Run the Arquillian Tests].
-====
diff --git a/shared-doc/run-the-quickstart-in-jboss-developer-studio.adoc b/shared-doc/run-the-quickstart-in-jboss-developer-studio.adoc
index 5272595257..b99e67ab08 100644
--- a/shared-doc/run-the-quickstart-in-jboss-developer-studio.adoc
+++ b/shared-doc/run-the-quickstart-in-jboss-developer-studio.adoc
@@ -11,7 +11,7 @@ This quickstart is not supported in {JBDSProductName}.
endif::jbds-not-supported[]
ifndef::jbds-not-supported[]
-You can also start the server and deploy the quickstarts or run the Arquillian tests in {JBDSProductName} or from Eclipse using JBoss tools. For general information about how to import a quickstart, add a {productName} server, and build and deploy a quickstart, see link:{useEclipseUrl}[Use {JBDSProductName} or Eclipse to Run the Quickstarts].
+You can also start the server and deploy the quickstarts, or run any tests in {JBDSProductName} or from Eclipse using JBoss tools. For general information about how to import a quickstart, add a {productName} server, and build and deploy a quickstart, see link:{useEclipseUrl}[Use {JBDSProductName} or Eclipse to Run the Quickstarts].
endif::jbds-not-supported[]
// Add additional instructions specific to running this quickstart in an IDE here.
diff --git a/spring-resteasy/pom.xml b/spring-resteasy/pom.xml
index ca39ebd47c..7e88aadb50 100644
--- a/spring-resteasy/pom.xml
+++ b/spring-resteasy/pom.xml
@@ -30,7 +30,7 @@
spring-resteasy
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: spring-resteasy
This project demonstrates Spring with a JAX-RS RestEasy client
@@ -49,7 +49,7 @@
17
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
@@ -190,18 +190,6 @@
httpclient
test
-
- org.jboss.arquillian.junit
- arquillian-junit-container
- test
-
-
- org.jboss.shrinkwrap.resolver
- shrinkwrap-resolver-depchain
- 2.2.7
- pom
- test
-
diff --git a/spring-resteasy/src/test/resources/arquillian.xml b/spring-resteasy/src/test/resources/arquillian.xml
deleted file mode 100644
index a96b377684..0000000000
--- a/spring-resteasy/src/test/resources/arquillian.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/tasks-jsf/pom.xml b/tasks-jsf/pom.xml
index 67e5655cbb..0b31798703 100644
--- a/tasks-jsf/pom.xml
+++ b/tasks-jsf/pom.xml
@@ -30,7 +30,7 @@
tasks-jsf
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: tasks-jsf
This project demonstrates how to use JPA persistence to manage tasks with JSF as view layer
@@ -44,7 +44,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
7.0.0.Final
diff --git a/temperature-converter/pom.xml b/temperature-converter/pom.xml
index 112b2b1cc2..5513f2fb1b 100644
--- a/temperature-converter/pom.xml
+++ b/temperature-converter/pom.xml
@@ -30,7 +30,7 @@
temperature-converter
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: temperature-converter
This project is a temperature converter. Given Celsius return Fahrenheit; Given Fahrenheit return Celsius
@@ -45,7 +45,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/thread-racing/pom.xml b/thread-racing/pom.xml
index e975185011..f25203ab4f 100644
--- a/thread-racing/pom.xml
+++ b/thread-racing/pom.xml
@@ -30,7 +30,7 @@
thread-racing
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: thread-racing
A web application that triggers a thread race to complete Jakarta EE related tasks
@@ -45,7 +45,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/todo-backend/pom.xml b/todo-backend/pom.xml
index eb896fcb9d..b1c7215a24 100644
--- a/todo-backend/pom.xml
+++ b/todo-backend/pom.xml
@@ -30,7 +30,7 @@
todo-backend
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: todo-backend
This project demonstrates how to implement a Todo-Backend application to manage ToDos
@@ -45,7 +45,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/websocket-endpoint/pom.xml b/websocket-endpoint/pom.xml
index 58e66e36d0..5e892f26d8 100644
--- a/websocket-endpoint/pom.xml
+++ b/websocket-endpoint/pom.xml
@@ -30,7 +30,7 @@
websocket-endpoint
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: websocket-endpoint
This project demonstrates how to use a WebSocket Endppoint
@@ -45,7 +45,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final
diff --git a/websocket-hello/pom.xml b/websocket-hello/pom.xml
index 180df3ea4b..c80fc3d00f 100644
--- a/websocket-hello/pom.xml
+++ b/websocket-hello/pom.xml
@@ -30,7 +30,7 @@
websocket-hello
- 33.0.1.Final-SNAPSHOT
+ 33.0.1.Final
war
Quickstart: websocket-hello
This project demonstrates a simple Hello WebSocket application
@@ -45,7 +45,7 @@
- 33.0.0.Final
+ 33.0.1.Final
${version.server}
5.0.0.Final