Skip to content

Commit

Permalink
Revert "Logging: Replacing usage of Thread/Timer/TimerTask with Payar…
Browse files Browse the repository at this point in the history
…aExecutorService in GFFileHandler"

This reverts commit f60de6a.

Reverted as this causes stopping payara to take 5 seconds longer
  • Loading branch information
Cousjava committed Oct 2, 2019
1 parent 3c57d71 commit c98a042
Show file tree
Hide file tree
Showing 6 changed files with 311 additions and 336 deletions.
16 changes: 8 additions & 8 deletions nucleus/core/logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
-->

<!-- Portions Copyright [2016-2019] [Payara Foundation and/or its affiliates] -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>fish.payara.server.internal.core</groupId>
Expand All @@ -52,7 +51,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>logging</artifactId>
<packaging>glassfish-jar</packaging>

<name>Nucleus Logging Classes</name>
<description>Glassfish logging classes</description>

Expand Down Expand Up @@ -93,12 +92,6 @@
<artifactId>jakarta.json-api</artifactId>
<version>${jsonp.version}</version>
</dependency>
<dependency>
<groupId>fish.payara.server.internal.payara-modules</groupId>
<artifactId>payara-executor-service</artifactId>
<version>${project.version}</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down Expand Up @@ -128,6 +121,13 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<trimStackTrace>false</trimStackTrace>
</configuration>
</plugin>
</plugins>
</build>
</project>
Expand Down
Loading

0 comments on commit c98a042

Please sign in to comment.