This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/master by this push:
new 70b3c54 Minor: Remove debug property in jpa arquillian example
70b3c54 is described below
commit 70b3c54ef1f63d144ebc80c1b7486508e7757c5c
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Mar 24 10:11:48 2022 +0100
Minor: Remove debug property in jpa arquillian example
---
examples/jpa-hibernate-arquillian/src/test/resources/arquillian.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/examples/jpa-hibernate-arquillian/src/test/resources/arquillian.xml
b/examples/jpa-hibernate-arquillian/src/test/resources/arquillian.xml
index 99d834a..763a44b 100644
--- a/examples/jpa-hibernate-arquillian/src/test/resources/arquillian.xml
+++ b/examples/jpa-hibernate-arquillian/src/test/resources/arquillian.xml
@@ -37,7 +37,7 @@
mvn:net.bytebuddy:byte-buddy:1.12.8
mvn:com.fasterxml:classmate:1.5.1
</property>
- <property name="debug">true</property>
+<!-- <property name="debug">true</property>-->
</configuration>
</container>
</arquillian>