You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2018/10/17 21:25:08 UTC

[2/2] lucene-solr:master: SOLR-12874: Java 9+ GC Logging filesize parameter should use a unit (merge branch 'java9plus_gc_logging_filesize' of https://github.com/tpunder/lucene-solr); this closes #470

SOLR-12874: Java 9+ GC Logging filesize parameter should use a unit
(merge branch 'java9plus_gc_logging_filesize' of https://github.com/tpunder/lucene-solr); this closes #470


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/4b2136eb
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/4b2136eb
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/4b2136eb

Branch: refs/heads/master
Commit: 4b2136eb3c8890999aee6c063e66d577367fa333
Parents: fc88649 5202a71
Author: Uwe Schindler <us...@apache.org>
Authored: Wed Oct 17 23:24:51 2018 +0200
Committer: Uwe Schindler <us...@apache.org>
Committed: Wed Oct 17 23:24:51 2018 +0200

----------------------------------------------------------------------
 solr/CHANGES.txt  | 2 ++
 solr/bin/solr     | 2 +-
 solr/bin/solr.cmd | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/4b2136eb/solr/CHANGES.txt
----------------------------------------------------------------------
diff --cc solr/CHANGES.txt
index 637670a,3a58a68..746f349
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@@ -193,6 -191,6 +193,8 @@@ Bug Fixe
  
  * SOLR-12851: Improvements and fixes to let and select Streaming Expressions (Joel Bernstein)
  
++* SOLR-12874: Java 9+ GC Logging filesize parameter should use a unit.  (Tim Underwood via Uwe Schindler)
++
  Improvements
  ----------------------