Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3E806186DD for ; Mon, 10 Aug 2015 18:22:47 +0000 (UTC) Received: (qmail 62277 invoked by uid 500); 10 Aug 2015 18:22:46 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 62212 invoked by uid 500); 10 Aug 2015 18:22:46 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 62195 invoked by uid 99); 10 Aug 2015 18:22:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Aug 2015 18:22:46 +0000 Date: Mon, 10 Aug 2015 18:22:46 +0000 (UTC) From: "Ramkumar Aiyengar (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SOLR-7859) Clamp down on use of System.currentTimeMillis MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-7859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14680499#comment-14680499 ] Ramkumar Aiyengar commented on SOLR-7859: ----------------------------------------- [~ehatcher], I have already committed the RTimer refactoring, so the SolrJ dep is no longer needed. The addition of RTimer to post.jar is a one line fix, which I will soon add, so no reversion should be necessary (would be simpler than that really). I have raised SOLR-7910 for the modularization, that applies even if post.cmd is created, as we can't assume that all the dependencies of solr-core are available to use. > Clamp down on use of System.currentTimeMillis > --------------------------------------------- > > Key: SOLR-7859 > URL: https://issues.apache.org/jira/browse/SOLR-7859 > Project: Solr > Issue Type: Improvement > Reporter: Ramkumar Aiyengar > Assignee: Ramkumar Aiyengar > Attachments: SOLR-7859.patch, SOLR-7859.patch, SOLR-7859.patch > > > We did one round of this in SOLR-5734, but more places seem to keep cropping up. We should do one more round, and start whitelisting places which really need it using forbidden-apis. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org