You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ge...@apache.org on 2022/09/21 20:06:07 UTC

[solr] branch main updated (0aa9b333d94 -> ddb2b94e760)

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

gerlowskija pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


    from 0aa9b333d94 SOLR-16416: Add error logging to allow debugging of OverseerNodePrioritizer
     add ddb2b94e760 SOLR-16346: Generate OpenAPI spec (#1024)

No new revisions were added by this update.

Summary of changes:
 gradle/solr/packaging.gradle                       | 48 ----------------------
 help/ant.txt                                       |  8 ----
 solr/core/build.gradle                             | 13 ++++++
 .../solr/handler/configsets/ListConfigSetsAPI.java |  4 ++
 .../org/apache/solr/jersey/JerseyApplications.java | 11 +++++
 .../src/java/org/apache/solr/util/SolrVersion.java |  2 +-
 .../jackson-dataformat-yaml-2.13.3.jar.sha1        |  1 +
 solr/licenses/snakeyaml-1.26.jar.sha1              |  1 -
 solr/licenses/snakeyaml-1.30.jar.sha1              |  1 +
 ...dec-LICENSE-ASL.txt => swagger-LICENSE-ASL.txt} |  2 +-
 solr/licenses/swagger-NOTICE.txt                   |  4 ++
 solr/licenses/swagger-annotations-2.2.2.jar.sha1   |  1 +
 solr/licenses/swagger-core-2.2.2.jar.sha1          |  1 +
 solr/licenses/swagger-models-2.2.2.jar.sha1        |  1 +
 versions.lock                                      | 24 ++++++-----
 versions.props                                     |  1 +
 16 files changed, 54 insertions(+), 69 deletions(-)
 create mode 100644 solr/licenses/jackson-dataformat-yaml-2.13.3.jar.sha1
 delete mode 100644 solr/licenses/snakeyaml-1.26.jar.sha1
 create mode 100644 solr/licenses/snakeyaml-1.30.jar.sha1
 copy solr/licenses/{commons-codec-LICENSE-ASL.txt => swagger-LICENSE-ASL.txt} (99%)
 create mode 100644 solr/licenses/swagger-NOTICE.txt
 create mode 100644 solr/licenses/swagger-annotations-2.2.2.jar.sha1
 create mode 100644 solr/licenses/swagger-core-2.2.2.jar.sha1
 create mode 100644 solr/licenses/swagger-models-2.2.2.jar.sha1