This is an automated email from the ASF dual-hosted git repository.

thiagohp pushed a commit to branch feature/coffeescript-to-typescript
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git

commit 36911971ad92851a9752bbe536a6e80cc565b0bb
Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br>
AuthorDate: Sun Jun 8 16:21:59 2025 -0300

    Revert "Temporary changes to figure out failing tests on Jenkins"
    
    This reverts commit 06c87a8d2c149551c2dfc9c4edb684ec3bbaf96f.
---
 tapestry-beanvalidator/build.gradle                               | 8 ++------
 .../integration/TapestryBeanValidationIntegrationTests.java       | 3 ---
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/tapestry-beanvalidator/build.gradle 
b/tapestry-beanvalidator/build.gradle
index d600a41cd..eaa51d8d4 100644
--- a/tapestry-beanvalidator/build.gradle
+++ b/tapestry-beanvalidator/build.gradle
@@ -14,16 +14,12 @@ dependencies {
       exclude group: "org.testng", module: "testng"
   }
   testImplementation "org.junit.jupiter:junit-jupiter:${versions.junitJupiter}"
-  testImplementation "org.slf4j:slf4j-simple:2.0.0"
-  
 
 }
 
-// Test Logging
 test {
-    testLogging {
-        showStandardStreams = true
-    }
+    testLogging.showStandardStreams = true
+    testLogging.exceptionFormat = 'full'
 }
 
 // Start up the test app, useful when debugging failing integration tests
diff --git 
a/tapestry-beanvalidator/src/test/java/org/apache/tapestry5/beanvalidator/integration/TapestryBeanValidationIntegrationTests.java
 
b/tapestry-beanvalidator/src/test/java/org/apache/tapestry5/beanvalidator/integration/TapestryBeanValidationIntegrationTests.java
index 1b7826f92..a3587cc50 100644
--- 
a/tapestry-beanvalidator/src/test/java/org/apache/tapestry5/beanvalidator/integration/TapestryBeanValidationIntegrationTests.java
+++ 
b/tapestry-beanvalidator/src/test/java/org/apache/tapestry5/beanvalidator/integration/TapestryBeanValidationIntegrationTests.java
@@ -115,9 +115,6 @@ public class TapestryBeanValidationIntegrationTests extends 
SeleniumTestCase
         
         System.out.println("TTTTTTTTTTTTTTTTTTTTTTTt");
         
-        LoggerFactory.getLogger(TapestryBeanValidationIntegrationTests.class)
-            .warn("LOGLOGLOGLOGLOGLOGLOGLOGLOGLOGLOGLOG");
-
         // Ugly hack to fix the "Unable to locate element: 
//input[@type='submit']" error.
         // I have no idea why it's failing here but not in other tests and 
pages.
         // I have no idea why it's falling to begin with.

Reply via email to