[
https://issues.apache.org/jira/browse/KNOX-2650?focusedWorklogId=643213&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-643213
]
ASF GitHub Bot logged work on KNOX-2650:
----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Aug/21 17:46
Start Date: 29/Aug/21 17:46
Worklog Time Spent: 10m
Work Description: smolnar82 commented on a change in pull request #486:
URL: https://github.com/apache/knox/pull/486#discussion_r698048414
##########
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:
We need to make sure your IDE is configured properly in terms of imports
(i.e. static imports must come first)
--
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: 643213)
Time Spent: 50m (was: 40m)
> 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: 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)