[ 
https://issues.apache.org/jira/browse/KNOX-2650?focusedWorklogId=643337&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-643337
 ]

ASF GitHub Bot logged work on KNOX-2650:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 30/Aug/21 08:44
            Start Date: 30/Aug/21 08:44
    Worklog Time Spent: 10m 
      Work Description: zeroflag commented on a change in pull request #486:
URL: https://github.com/apache/knox/pull/486#discussion_r698306001



##########
File path: 
gateway-server/src/test/java/org/apache/knox/gateway/services/token/impl/JDBCTokenStateServiceTest.java
##########
@@ -49,6 +36,25 @@
 import org.junit.Test;
 import org.junit.rules.TemporaryFolder;
 
+import java.nio.file.Path;
+import java.nio.file.Paths;
+import java.sql.Connection;
+import java.sql.PreparedStatement;
+import java.sql.ResultSet;
+import java.sql.SQLException;
+import java.text.SimpleDateFormat;
+import java.util.ArrayList;
+import java.util.Date;
+import java.util.List;
+import java.util.Locale;
+import java.util.UUID;
+import java.util.concurrent.TimeUnit;
+
+import static java.nio.charset.StandardCharsets.UTF_8;

Review comment:
       I reconfigured it so that static comes first, then java.* then org.*. 
This order matches the original order of the affected files. But I see 
exceptions, for example in GatewayServer.java, org.* imports are followed by 
java.* imports.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 643337)
    Time Spent: 1.5h  (was: 1h 20m)

> Loading token management page can be slow if there are lots of tokens
> ---------------------------------------------------------------------
>
>                 Key: KNOX-2650
>                 URL: https://issues.apache.org/jira/browse/KNOX-2650
>             Project: Apache Knox
>          Issue Type: Task
>            Reporter: Attila Magyar
>            Assignee: Attila Magyar
>            Priority: Major
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to