You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2023/03/20 19:32:58 UTC

[solr] branch branch_9_2 updated: Add solrbot dependency upgrades to CHANGES for 9.2 (#1436)

This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch branch_9_2
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9_2 by this push:
     new a8473c9176c Add solrbot dependency upgrades to CHANGES for 9.2 (#1436)
a8473c9176c is described below

commit a8473c9176c4d4747fbbcce810b9626e4192711f
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Mon Mar 20 20:26:15 2023 +0100

    Add solrbot dependency upgrades to CHANGES for 9.2 (#1436)
    
    * Add Dependency Upgrades section to CHANGES for 9.2
    * Add solrbot as author for prs
    
    Signed-off-by: Jan Høydahl <ja...@users.noreply.github.com>
    Co-authored-by: Houston Putman <ho...@apache.org>
    (cherry picked from commit 04b469e9e0d49ede4e3bd56566b2068bcf4b9f7a)
---
 dev-tools/scripts/addVersion.py                    |   2 +-
 .../documentation/changes-to-html/changes2html.pl  |   4 +-
 solr/CHANGES.txt                                   | 100 +++++++++++++++------
 3 files changed, 76 insertions(+), 30 deletions(-)

diff --git a/dev-tools/scripts/addVersion.py b/dev-tools/scripts/addVersion.py
index e1a0d381bfc..30964b72dcf 100755
--- a/dev-tools/scripts/addVersion.py
+++ b/dev-tools/scripts/addVersion.py
@@ -148,7 +148,7 @@ def main():
 
   print('\nAdding new version %s' % newconf.version)
   update_changes('solr/CHANGES.txt', newconf.version, get_solr_init_changes(),
-                 ['Bug Fixes'] if is_bugfix else ['New Features', 'Improvements', 'Optimizations', 'Bug Fixes', 'Other Changes'])
+                 ['Bug Fixes', 'Dependency Upgrades'] if is_bugfix else ['New Features', 'Improvements', 'Optimizations', 'Bug Fixes', 'Dependency Upgrades', 'Other Changes'])
 
   if newconf.is_latest_version:
     print('\nAdded version is latest version, updating...')
diff --git a/gradle/documentation/changes-to-html/changes2html.pl b/gradle/documentation/changes-to-html/changes2html.pl
index 20f86fa0062..86f316467c8 100755
--- a/gradle/documentation/changes-to-html/changes2html.pl
+++ b/gradle/documentation/changes-to-html/changes2html.pl
@@ -572,8 +572,8 @@ for my $rel (@releases) {
       $item =~ s{((LUCENE|SOLR|INFRA)\s+(\d{3,}))}
                 {<a href="${jira_url_prefix}\U$2\E-$3">$1</a>}gi;
       # Link "[ github | gh ] pull request [ # ] X+" to Github pull request
-      $item =~ s{((?:(?:(?:github|gh)\s+)?pull\s+request\s*(?:\#?\s*)?|gh-)(\d+))}
-                {<a href="${github_pull_request_prefix}$2">$1</a>}gi;
+      $item =~ s{((?:(?:(?:github|gh)\s+)?pull\s+request\s*(?:\#?\s*)?|gh-|(gh|github|pr)#)(\d+))}
+                {<a href="${github_pull_request_prefix}$3">$1</a>}gi;
       # Link "LUCENE_CHANGES.txt" to Lucene's same-release Changes.html
       # TODO: We can no longer rely on this since Solr may have a different Lucene version
       # But it will still work for pre-9.0 changes, and from 9.0 we can instead provide
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 2951cd3ea58..4c5ce7aca47 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -231,51 +231,103 @@ Bug Fixes
 
 Build
 ---------------------
-* Upgrade forbiddenapis to 3.4 (Uwe Schindler)
+* SOLR-16476: Remove commons-text dependency from solr-core (Kevin Risden)
 
-* SOLR-16432: Upgrade the gradle wrapper to 7.5.1 (Shawn Heisey, Kevin Risden)
+* SOLR-16624: Remove Gradle Groovy version override (Kevin Risden)
 
-* SOLR-16476: Remove commons-text dependency from solr-core (Kevin Risden)
+* SOLR-16641: Generate gradle.properties from gradlew, if absent (Colvin Cowie)
 
-* SOLR-16442: Upgrade to Lucene 9.4.2 (Christine Poerschke)
+Dependency Upgrades
+---------------------
+* SOLR-15955: Upgrade to Jetty 10.x (Mark Miller, Kevin Risden)
 
-* SOLR-16508: Upgrade gradle wrapper to 7.6 (Kevin Risden)
+* PR#1052: Upgrade forbiddenapis to 3.4 (Uwe Schindler)
 
-* SOLR-16578: Upgrade to errorprone 2.18.0 (Kevin Risden)
+* SOLR-16432, SOLR-16508: Upgrade the gradle wrapper to 7.6 (Shawn Heisey, Kevin Risden)
 
-* SOLR-16581: Upgrade OWASP dependency check to 7.4.1 (Kevin Risden)
+* SOLR-16442: Upgrade to Lucene 9.4.2 (Christine Poerschke)
 
-* SOLR-16624: Remove Gradle Groovy version override (Kevin Risden)
+* SOLR-16578: Upgrade to errorprone 2.18.0 (Kevin Risden)
 
 * SOLR-16625: Upgrade OWASP dependency check to 8.0.1 (Kevin Risden)
 
-* SOLR-16641: Generate gradle.properties from gradlew, if absent (Colvin Cowie)
+* SOLR-16545: Upgrade Carrot2 to 4.5.0 (Dawid Weiss)
+
+* SOLR-16481: Upgrade Bats to 1.8.0 (Kevin Risden)
+
+* SOLR-16467, PR#1426: Upgrade semver4j to v4, fixes failures with some locales (Kevin Risden)
+
+* SOLR-16529: Upgrade jaeger-client to 1.8.1 (janhoy)
+
+* SOLR-16579, PR#1379: Upgrade Jackson to 2.14.2 (Kevin Risden)
+
+* SOLR-16562, PR#1433: Upgrade to Caffeine 3.1.5 (Kevin Risden)
+
+* SOLR-16626, PR#1392: Upgrade to Netty v4.1.89.Final (Kevin Risden)
+
+* SOLR-16627, PR#1399, PR#1401: Upgrade google-cloud-bom to v0.190.0, re2j to 1.7, and grpc to 1.53.0 (Kevin Risden)
+
+* PR#1425: Update dependency org.jctools:jctools-core to v4 (solrbot)
+
+* PR#1421: Update org.apache.logging.log4j:* to v2.20.0 (solrbot)
+
+* PR#1420: Update org.apache.calcite:* to v1.33.0 and org.apache.calcite.avatica:* to v1.23.0 (solrbot)
+
+* PR#1419: Update io.prometheus:* to v0.16.0 (solrbot)
+
+* PR#1417: Update dependency org.openjdk.jmh:jmh-core to v1.36 (solrbot)
+
+* PR#1416: Update dependency org.bitbucket.b_c:jose4j to v0.9.3 (solrbot)
+
+* PR#1415: Update dependency org.apache.commons:commons-compress to v1.22 (solrbot)
+
+* PR#1406: Update dependency net.sourceforge.argparse4j:argparse4j to v0.9.0 (solrbot)
+
+* PR#1404: Update dependency joda-time:joda-time to v2.12.2 (solrbot)
+
+* PR#1403: Update dependency commons-cli:commons-cli to v1.5.0 (solrbot)
+
+* PR#1402: Update dependency com.tdunning:t-digest to v3.3 (solrbot)
+
+* PR#1398: Update dependency com.fasterxml.woodstox:woodstox-core to v6.5.0 (solrbot)
+
+* PR#1397: Update dependency biz.aQute.bnd:biz.aQute.bnd.annotation to v6.4.0 (solrbot)
+
+* PR#1396: Update org.slf4j:* to v2.0.6 (solrbot)
+
+* PR#1395: Update org.apache.zookeeper:* to v3.8.1 (solrbot)
+
+* PR#1394: Update org.apache.tika:* to v1.28.5 (solrbot)
+
+* PR#1393: Update org.apache.httpcomponents. httpclient v4.5.14, httpcore v4.4.16, httpmime v4.5.14 (solrbot)
+
+* PR#1391: Update io.dropwizard.metrics:* to v4.2.17 (solrbot)
+
+* PR#1390: Update dependency org.xerial.snappy:snappy-java to v1.1.9.1 (solrbot)
+
+* PR#1388: Update dependency org.immutables:value-annotations to v2.9.3 (solrbot)
+
+* PR#1387: Update dependency net.thisptr:jackson-jq to v0.0.13 (solrbot)
+
+* PR#1383: Update dependency io.swagger.core.v3:swagger-annotations to v2.2.8 (solrbot)
+
+* PR#1382: Update dependency com.lmax:disruptor to v3.4.4 (solrbot)
+
+* PR#1381: Update dependency com.github.spotbugs:spotbugs-annotations to v4.7.3 (solrbot)
 
 Other Changes
 ---------------------
-* SOLR-16545: Upgrade Carrot2 to 4.5.0 (Dawid Weiss)
-
 * SOLR-16150: Embedded ZK Server used for zkRun should advertise itself on specific bound interfaces instead of
   generically on localhost. (Mike Drob)
 
-* SOLR-16481: Upgrade Bats to 1.8.0 (Kevin Risden)
-
-* SOLR-16467: Upgrade semver4j to 2.2.0 to fix failures with some locales (Kevin Risden)
-
 * SOLR-15718: Remove backcompat feature solr.useUnsafeOverseerResponse (janhoy)
 
-* SOLR-16529: Upgrade jaeger-client to 1.8.1 (janhoy)
-
 * SOLR-16541: Eliminate the 'numShards' system property (noble)
 
 * SOLR-15861: ConcurrentUpdateSolrClient should work with ManagedExecutorService (Sammy Chu, Kevin Risden)
 
 * SOLR-16575: splitshard should honour createNodeSet (noble)
 
-* SOLR-16579: Upgrade Jackson to 2.14.1 (Kevin Risden)
-
-* SOLR-16562: Upgrade to Caffeine 3.1.4 (Kevin Risden)
-
 * SOLR-16569: Add java system property to overseer queue size (Nick Ginther via noble)
 
 * SOLR-16574: Demonstrate Dense Vectors and KNN as part of the Films example (Gabriel Magno via Eric Pugh)
@@ -292,16 +344,10 @@ Other Changes
   no longer works; it wasn't documented either.  Some internals were changed as well to simplify
   the standard case of having no transient cores.  (David Smiley)
 
-* SOLR-16626: Upgrade to Netty 4.1.87.Final (Kevin Risden)
-
-* SOLR-16627: Upgrade google-cloud-bom to 0.184.0, re2j to 1.6, and grpc to 1.51.0 (Kevin Risden)
-
 * SOLR-16629: Replace Solr thread safety annotations with JCIP. (David Smiley)
 
 * SOLR-16632: Add core name to periodic delete related log messages (Bence Szabo via Andras Salamon)
 
-* SOLR-15955: Upgrade to Jetty 10.x (Mark Miller, Kevin Risden)
-
 * SOLR-15959: Deprecate loading of solr.xml from Zookeeper (janhoy)
 
 * SOLR-16573: Introduce EmbeddedSolrServerTestRule, a JUnit 4 TestRule for Solr testing