Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom
Thu Mar 6 20:56:23 2025
@@ -0,0 +1,532 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.solr</groupId>
+ <artifactId>solr-hdfs</artifactId>
+ <version>9.8.1</version>
+ <name>Apache Solr (module: hdfs)</name>
+ <description>Apache Solr (module: hdfs)</description>
+ <url>https://solr.apache.org/</url>
+ <inceptionYear>2006</inceptionYear>
+ <licenses>
+ <license>
+ <name>Apache 2</name>
+ <url>https://apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <mailingLists>
+ <mailingList>
+ <name>Solr User List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>https://lists.apache.org/[email protected]</archive>
+ </mailingList>
+ <mailingList>
+ <name>Solr Developer List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>https://lists.apache.org/[email protected]</archive>
+ </mailingList>
+ <mailingList>
+ <name>Solr Commits List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>https://lists.apache.org/[email protected]</archive>
+ </mailingList>
+ </mailingLists>
+ <scm>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</developerConnection>
+ <url>https://gitbox.apache.org/repos/asf?p=solr.git</url>
+ </scm>
+ <issueManagement>
+ <system>JIRA</system>
+ <url>https://issues.apache.org/jira/browse/SOLR</url>
+ </issueManagement>
+ <ciManagement>
+ <system>Jenkins</system>
+ <url>https://builds.apache.org/job/Solr/</url>
+ </ciManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-client-api</artifactId>
+ <version>3.4.0</version>
+ <scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.yetus</groupId>
+ <artifactId>audience-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>net.jcip</groupId>
+ <artifactId>jcip-annotations</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.solr</groupId>
+ <artifactId>solr-core</artifactId>
+ <version>9.8.1</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.yetus</groupId>
+ <artifactId>audience-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>net.jcip</groupId>
+ <artifactId>jcip-annotations</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.solr</groupId>
+ <artifactId>solr-solrj</artifactId>
+ <version>9.8.1</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.yetus</groupId>
+ <artifactId>audience-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>net.jcip</groupId>
+ <artifactId>jcip-annotations</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-core</artifactId>
+ <version>9.11.1</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.yetus</groupId>
+ <artifactId>audience-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>net.jcip</groupId>
+ <artifactId>jcip-annotations</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>2.0.13</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.yetus</groupId>
+ <artifactId>audience-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>net.jcip</groupId>
+ <artifactId>jcip-annotations</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>33.1.0-jre</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.yetus</groupId>
+ <artifactId>audience-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>net.jcip</groupId>
+ <artifactId>jcip-annotations</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>io.dropwizard.metrics</groupId>
+ <artifactId>metrics-core</artifactId>
+ <version>4.2.26</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.yetus</groupId>
+ <artifactId>audience-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>net.jcip</groupId>
+ <artifactId>jcip-annotations</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.github.ben-manes.caffeine</groupId>
+ <artifactId>caffeine</artifactId>
+ <version>3.1.8</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.yetus</groupId>
+ <artifactId>audience-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>net.jcip</groupId>
+ <artifactId>jcip-annotations</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>commons-cli</groupId>
+ <artifactId>commons-cli</artifactId>
+ <version>1.9.0</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.yetus</groupId>
+ <artifactId>audience-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>net.jcip</groupId>
+ <artifactId>jcip-annotations</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-client-runtime</artifactId>
+ <version>3.4.0</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.yetus</groupId>
+ <artifactId>audience-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>net.jcip</groupId>
+ <artifactId>jcip-annotations</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+</project>
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.asc
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.asc
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.asc
Thu Mar 6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/r4ACgkQNpQk/Jjz
+9uxNwBAAh0PAfgWjQsJuWmiuBPRfcxZPHUqjOIYIMOFZ3aklFdEoDgYu4en0SjK6
+OKoD8FDlLQEaIV4+WBaBKGIE+c1GofbK4Uw2vp8Rvq1SqEdHiiMxzP7JIyfQohuf
+nHtUHzyZgcNG1bg5RZL2P6bkxcCFG6MXUcDBpTZxXY0tIubcBi7gGtygTvroraxH
+cMSqsMKP6KlFp30/15IGyAR5FxHIlhn5k7ROVfT9A5QeRYbHXSN29Vz1jwjXqMa7
+Uebm2P/7NIP/1HcgTSOHxbLNe/HtC/NXuqiQNRmyCtUuqM0L3DXT0OM8ntinPaOu
+2HGlznw6xIhPyEn6ZOEsQHd2/tq3GlC+fsd8on3H7NWt//W8md+jNYVZ26yCHIYR
+IEf2LglgcyGwHILziLeikcYfdHVppsdogWTsVQh2RmbyPN5GP8jxvjAdt/cVGtCq
+xggE1WFob1U/DLQFMkXcLvJjlxfbBM6JCkWAjbbZVFZdXzWVIKqOEbyXtqSp4rUX
+1y3U/ufcO0MTe1tksey6e0nLSkuqZT3NEQrHkyYUC2yAiMiH5drN4D6iyw82XeLO
+nqUQj7loAz+XeBSExbaTIN46YyDnJ15hSqfQdrPAXMA3h5O3Oku/kk5qffVN9ARe
+4zKyY6LIsI02c+Gzvk0pQvxfyMqoN+3xV89p8v+mwp5TFau9FZc=
+=QPEz
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.asc.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.asc.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.asc.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+3f0e72b3078e8ec210da9bb664b1ee89
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.asc.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.asc.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.asc.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+1c22bf3d0317edc9ea73912b8fbc770cdc4cee52
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.asc.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.asc.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.asc.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+04dd25b7f1feb52c6d428245c5469431477469f7fd37e382db79182c605320c8
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.asc.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.asc.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.asc.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+5e149a128c6a0a63791a0112258441b17805f77bd364fab2f65a1980a0c72cc05aefc88a1744a695627aba0eaa0c187ec384ae2041e66b0aebaeb263e407f3b1
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+308692ce16a8f716431cca1810cd0032
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+7c4ad9dac0c96f399b6bb90f8780cf86787f6789
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+b8bb2a97f11ad61f748633781730ea96368b9945f37940a8f87c0bc6b51ff8d9
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.pom.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+9ce4ed93cc0502f013a567127e4e1a6477784da6abe6f514a31945995549774a3b0d5527e1948386753a636fc02e0bf729ae693d481f7c70c08e3a1ee08d0067
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/maven-metadata.xml
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/maven-metadata.xml
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/maven-metadata.xml
Thu Mar 6 20:56:23 2025
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.apache.solr</groupId>
+ <artifactId>solr-hdfs</artifactId>
+ <versioning>
+ <latest>9.8.1</latest>
+ <release>9.8.1</release>
+ <versions>
+ <version>9.8.1</version>
+ </versions>
+ <lastUpdated>20250306195959</lastUpdated>
+ </versioning>
+</metadata>
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/maven-metadata.xml.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/maven-metadata.xml.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/maven-metadata.xml.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+40f2870dffe74c181c6c4dc031ae4e78
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/maven-metadata.xml.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/maven-metadata.xml.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/maven-metadata.xml.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+d6ecada37707eefb0dfc36e91926e09db8a2c284
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/maven-metadata.xml.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/maven-metadata.xml.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/maven-metadata.xml.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+a6fbbb407d1b5d3420e255961ac191d57c5d09636e0c91a8d777dcc637d35d8f
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/maven-metadata.xml.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/maven-metadata.xml.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/maven-metadata.xml.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+c71febdcf7f7a720323841e2b54b149c1dbc9e61af8ae2b6d96b3e690e1bbce157be7e75fb8e997b435657370fd9c0bd4c0450ea0033ccd7f392c0a8445958f8
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar
==============================================================================
Binary file - no diff available.
Propchange:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.asc
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.asc
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.asc
Thu Mar 6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/r8ACgkQNpQk/Jjz
+9uz+rhAArdR8sbdEHwbGG5xsJiHDsz794GJFFEANPNZKvWqjW176KsKS2enfO5oy
+8moXzO/0NXa7YHpQ2infwX7qiy4t4q5A2+tNhwLWhhXHZlOw/lmAk0z9NR8gmI02
+JX87AuZjnQhhkBM+ca4E7DROnO1E+fQwIN9MwP+vYAbcuAlxiK7Ez/fh41T8C129
+KT+hA9XS/afdyWOLVXX8oFSaveSCiqt0nyOUISDUo3PIEELaTcNtTkabVWaA1HMc
+TSQJh3UZpoSVwLFdtttWJCbcXixlRl08/ZOiZdeLzJxYx9nTMKriWl15a5IgCwb1
+P5+CaNC//JpjiRpsBwcZqym7HuxWWc08f5LYAitlljUtLHwxqm9qVdnKSCrpg4nX
+xmrMJkw3f9mTUOeRznNYfUW/Wa/AJ4znJmkmCvEA6bcHqnFxLNKbRtnWTekHBa1G
+9wE16YFK5uxooM/qVFUOKPtfimYr5mbIhZdiFNocZEzt0x+hDDkxZBLZkwx8aofB
+s4azQ+9/urLS2bMNhn4QwjeETsPNd43oIZS3XTemV6ooDKEbO3biZuC1pZzKa4hf
+uMzDW4xlejuDw9fROVc+ibSYxjMDnX2+syuViXfs+Dk1P9272/FZ3i02XeuIlaLz
+V02wu9SrLmZK5GxUZqwev0CtccgDeskfhk7jK0EetqWIaOSWuLk=
+=XTJh
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.asc.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.asc.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.asc.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+93305930396319625f1f787ced2ff27e
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.asc.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.asc.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.asc.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+68e3a7efa584e542521df56cb759935bcf0965ea
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.asc.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.asc.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.asc.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+5b9cf3d902595a4c36998f37563929eac64ded214b6df19c73952af038d5d487
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.asc.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.asc.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.asc.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+17e94b17053b45225a90b0d57c5b96adf160ba8feadb5ce9067e5b910241e1a9d67f13141f8f706e2ab1c9bfad3eb36ffb0aed3553d0ad4d428c895a65773f4c
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+88301033fcfd6e654eb406ee43cf8ff5
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+6e4dc8e277cad610f847bb1e0b04d3fddfe0dad6
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+84fc2afa77064e5d361d7182976afc5b6897015ed03d3eecb5a53d225dad8271
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-javadoc.jar.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+7f9ace88dc46b2fbd294ecb978d7a835ad28e603c2c6fce23e173f58abed7ab97de401c8d3ce79967c0dcb73b2a2299005e5c8f5d1a984318466f780bf6a4ad6
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar
==============================================================================
Binary file - no diff available.
Propchange:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.asc
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.asc
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.asc
Thu Mar 6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/sAACgkQNpQk/Jjz
+9uzhlA/+LkiFSDHm2fWF6zkajNWdOG4YH0D+dLi3MMHu/QzcESsitHoZWQ9xiu76
+Zib0ctdnEw0nVTOQDsYddxF9GmsRW0t7P0vCjE7PlTiFn4W2pJHoEU3akD2l6IRx
+EISwJ7e5AZOJd5dB95ICc8Y2Pqy5ogISg9bj6++ZXrKRzLW9zQSYXCuxwlBJoMWh
+AjFlUtOlrWKIFnYRpMh/uqYMt8Q5pWaHOKLapkUAUzGOMS5XuZsWaOlEySozriQA
+baytjUEDX3mJs/8D0R5pn5KkxUfisFeQrsyxUs8ZtaQXrlt7bQNrcqa/kDnLEdyn
+y/1xrvX3DBYyC2VmcLU8wSjgKsEqcUM9PkGIoryynl6d38FZ6tVO+sdAUQs5F/wo
+KbO3AoymTaz4XlyZNaYIdw2C8h0mbwf6qDuXh+PDxpkCgtqK+sAE15U2oDbLhxnm
+3M2MwMMf76vsAy9ctO0Z3YYWxHpV/Rkzrw/BiOJJY0cybD0GssvnuPMr3ScxOrJK
+ibIlvLchC/ay1HuV2O09Z1qD8ZBPA3ceKsmmHWtQddMOYGq7fUQxaInBD7K2kYnj
+kJsCCYY1k5dFGLFNI1v3lkCAtz9zTSUcKyX01eD00paUEgykLMjDyd2Ej1yYPRHc
++7C1J8sGDubrDOJYH0d7d+XeCjvl+nZdE6Uj/S89ExZM3fO7qbk=
+=fHcd
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.asc.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.asc.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.asc.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+8dd7283edd571987f35023e8da164c7b
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.asc.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.asc.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.asc.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+c4264361bc28c23f82cc5bd06c757bf405a5e390
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.asc.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.asc.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.asc.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+ea022a80b39774658238318dc196f5ebc1f9fa444266688eeb0df04b700385c2
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.asc.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.asc.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.asc.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+d1e9b63214713bd879b26cf984b67600f24291f7291a978ef654d5f0bd04c9bcec1bd8d85dcf88d65aed2ad9b559306656a0d15d2ea5daf182684469d4d99538
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+910582f81a53e751b7597525ca71ce6d
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+f806224153a6fc47b01d48aa633aa2b8610e8113
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+0936f160609129ebfb0f0ad7c10520db68a9f0a65e032e96038a067aa74bca35
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1-sources.jar.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+457ee0ea2e75cc614d5d3bc1ce3d9153cab1be532cce06d2ce7de1f0d184fc3288bfd42e98b318909608b86cefe9344d380bd09588de6aaadd483d7f9443bc37
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar
==============================================================================
Binary file - no diff available.
Propchange:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.asc
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.asc
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.asc
Thu Mar 6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/r8ACgkQNpQk/Jjz
+9uxvQg//SkedCf3WzzzI+oa2PXRNUcSeJEaf4xoffnKxBAa95PqkX6L2Yj2Y2FST
+RC8VQ0NGd4Q80BpsGQ2K48emh5U6L5hzsky3p07BJkhGf1n2H/FtUCRPlstUL1os
+KLj/+e73waICQYHB4RjJ9jHxx4tqlhcdgbmEj0rGe/qAxjPdt1sww+HGyMfoN2Si
+8vKUixjtVRhQejYx3pKXenmXhuqRG2ZRfSgD2OwDF48j58UUfO5qm+TNJ9ZTOUbw
+AFW+GSlbs1amNiLevq/7qdY56+G1rG0j8e0jCpO2NdQDm4dM3z/tBJls5jGeqrgU
+nm2sXx6zKphhv/lcUC/BZKHYdSz0sO2Vvo1xNjPSJyghk7mjnzAiIdT6uzCm9sst
+QbUw/rSHeRo9DrlG3sA3SGd1UgdK/NQzS9BPubSPrLBg9H9Y2thDRW4xlILtMmKf
+3NogExWa2CxnR/985DHdutOlBrA+PA/PHrVCzokLpMmGnojrW+u/npNiTltshlgt
+nI7mm+jcK/2QV1D77DjpGTgoNfhvARVJEQNmjajrgEZr5MSdE+NkHW2WyP4KWNaf
+celNKJblWF1uSDEoi+herHdSbHxo4dlVMWOQ9QyTMWgWd52WyaalJWjs6sk7qIVm
+eb2jOePlyebaF0uoVM1iRoZ7WfKkdixRsFCFj34oa1nUV4YKNlY=
+=m706
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.asc.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.asc.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.asc.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+668215ab501f736ddadc1f5370c68423
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.asc.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.asc.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.asc.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+04ce193ba5d49d691ff9a67981aae07cdc041516
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.asc.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.asc.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.asc.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+19c3002dc977bd7c2c909b3124f165cda17b312db091c70ae46cfb0ccefce362
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.asc.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.asc.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.asc.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+c326baf0397271383668e9faad44fe742ab622e8837f61d48325cc77d30f401296d8af90467eece24204232337ff6501c596218e4dfe8655f8ee17430ee74b05
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+3a3a32eff61924cda1b38ae5c70e2df0
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+310148b1c1f8f98d7a4e9f6c20b69e5c463ca2a2
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+bdf93fce425dc88e667793267a3ddd3e3ae59317616c601a4bcb800133511d17
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.jar.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+3d0000481c3aef3df213d5e8b0acc4512cae3e06b0e5e8b7a175fb8806b53f530f1da1f92cc00086cda691863f14ad5760d293f5b20842ae36055bae666b46c9
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom
Thu Mar 6 20:56:23 2025
@@ -0,0 +1,256 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.solr</groupId>
+ <artifactId>solr-jaegertracer-configurator</artifactId>
+ <version>9.8.1</version>
+ <name>Apache Solr (module: jaegertracer-configurator)</name>
+ <description>Apache Solr (module: jaegertracer-configurator)</description>
+ <url>https://solr.apache.org/</url>
+ <inceptionYear>2006</inceptionYear>
+ <licenses>
+ <license>
+ <name>Apache 2</name>
+ <url>https://apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <mailingLists>
+ <mailingList>
+ <name>Solr User List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>https://lists.apache.org/[email protected]</archive>
+ </mailingList>
+ <mailingList>
+ <name>Solr Developer List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>https://lists.apache.org/[email protected]</archive>
+ </mailingList>
+ <mailingList>
+ <name>Solr Commits List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>https://lists.apache.org/[email protected]</archive>
+ </mailingList>
+ </mailingLists>
+ <scm>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</developerConnection>
+ <url>https://gitbox.apache.org/repos/asf?p=solr.git</url>
+ </scm>
+ <issueManagement>
+ <system>JIRA</system>
+ <url>https://issues.apache.org/jira/browse/SOLR</url>
+ </issueManagement>
+ <ciManagement>
+ <system>Jenkins</system>
+ <url>https://builds.apache.org/job/Solr/</url>
+ </ciManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.solr</groupId>
+ <artifactId>solr-core</artifactId>
+ <version>9.8.1</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.yetus</groupId>
+ <artifactId>audience-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>net.jcip</groupId>
+ <artifactId>jcip-annotations</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>io.opentracing</groupId>
+ <artifactId>opentracing-api</artifactId>
+ <version>0.33.0</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.yetus</groupId>
+ <artifactId>audience-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>net.jcip</groupId>
+ <artifactId>jcip-annotations</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>io.jaegertracing</groupId>
+ <artifactId>jaeger-core</artifactId>
+ <version>1.8.1</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.yetus</groupId>
+ <artifactId>audience-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>net.jcip</groupId>
+ <artifactId>jcip-annotations</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>io.jaegertracing</groupId>
+ <artifactId>jaeger-thrift</artifactId>
+ <version>1.8.1</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.yetus</groupId>
+ <artifactId>audience-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>net.jcip</groupId>
+ <artifactId>jcip-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.tomcat</groupId>
+ <artifactId>tomcat-annotations-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.tomcat.embed</groupId>
+ <artifactId>tomcat-embed-core</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+</project>
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.asc
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.asc
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.asc
Thu Mar 6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/r8ACgkQNpQk/Jjz
+9uwdqg//VCdiNuMVUXNLcKY5td3ydKZUyXmALjaBKrfbnJNwz7PQR2Yc1/UbVmZg
+SEGIT76CD9zlT35z5OCBrT3ZfWDhGPkl9E4LYEOZdR5RSBxxDT5sWk/LqteDpOZB
+aFOkI1/gD25LdrJD7RX+x1iaVOTe1ns3n7SPawDZQnM/D+5x7ngYILZK7hQnssSy
+JGUOzA6XdD9yzucqgPZByGziiiYnPayes8Ro+37Zl9364XRXNX/ZdM8W/SoMhA4+
+fy4VHfnvC8SDTf/Ps52j6axt9yfhngHCO28PyJjI6xIL/AjNra8UfnhBaZwpEX2V
+eeNtCYiOgwOLJ5CJf5dNTswsN6DcRs4lIorxgIIM4MOmGsuvr6/MGV70aChTXCxN
+GoPFdLHWk/iUupXx0zke4OfPPV/ZdV8CUE6NnToNjg4ZwRPyJrSNuqc4IZhYT0M5
+KlSjkxsHnaD4qtQ788yiwWzNqKag49f2swttVyeBxN2ty2O9IWgxANNpBxX9EmqC
+JJIiS43nbMen3yyuIm6YY+Z0a+ulwvddoCl0E/a7pDpe+vQyRQ7XJeL4JGHCe8df
+Km8jkHr/cxH8SQCljBnHMW+fmeDAeeNcNOyG+5p+wt9i6t8d5OFjncOCMJ8znb3i
+3xOgrH3bnJh99HeAxFqTFg6I6UE68xN/NB/7UhoyUg90gILBB6k=
+=5YZ5
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.asc.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.asc.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.asc.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+46b8020cc1139088090ad92c0e932a38
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.asc.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.asc.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.asc.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+fa5b52b1ea8a979bff6e442530159cdb58dd6340
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.asc.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.asc.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.asc.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+c0e28926fa10d51950d1564211ff143cee022e39d172727abfb686870d1bc62e
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.asc.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.asc.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.asc.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+325b50bfe4f182bd5cd7e2224dfd80faf5366d464f7ff15b23dd1948321526f84a235a8d2c504789de01cd8254451fabc8536a0b1241b212d816a6c9f7f8b0bc
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+79ceed960a868c74949a332917ba2e26
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+99ade2400497bcd5bc43888a366dd6544d73add0
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+0ed96d3f8952ba813c103fa2edbb94ab69677022d9792f4cc6e34f8db50ef4d2
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/9.8.1/solr-jaegertracer-configurator-9.8.1.pom.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+df180e2cc1dadc81fff9f243a3a6088c58e27f91be3e4a1b2968f2a9aa3551cfb80c658c326d1704ccf7db23349153ef7bff836de65c59af4da0353d644b0cd0
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml
Thu Mar 6 20:56:23 2025
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.apache.solr</groupId>
+ <artifactId>solr-jaegertracer-configurator</artifactId>
+ <versioning>
+ <latest>9.8.1</latest>
+ <release>9.8.1</release>
+ <versions>
+ <version>9.8.1</version>
+ </versions>
+ <lastUpdated>20250306200000</lastUpdated>
+ </versioning>
+</metadata>
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+0fc4033f8b0003bf14bd570681bd4b86
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+34d4422acdb75847d9646e2a79c72a1f0dae1e1c
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+b931712445eb6ecf436496ab9ae553fb92211ebbcbd0d0d329ca790f311e4e87
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+cab76bfd8698942d608c0048e4f5e538916af66516bc35271773ddbc45498dc6142c2e4339cc27a8f603824e2abf8b2e6ad2128972d5427bc3ccfa0db0b579cf
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar
==============================================================================
Binary file - no diff available.
Propchange:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.asc
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.asc
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.asc
Thu Mar 6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/sAACgkQNpQk/Jjz
+9uzF8w//aKG3zS2YRaZ4qRMM/DYjYNeUrL/lt3cMeyE+2wgBOboYk9hgpT6TS3ke
+2rXP667Y/14fQnGf4vnTczdJ7a/Q5ZNULBi13+hxu8NrrvBvRo/71Blgu1qeAJ4I
+z9injM9tKNyg4MejtWNrOxdMN0txlZ2EEw4ineGbJqu46UXpSaRvQ9qLKBIgPl8W
+lfahk3yJIDO80S/pqpHLAWPd5tsHWS404uRtOh/bChHsYUMa0ch+wGpZQgvLF6Vc
+ft01toLXNIR9DXTq5czvi9AiVRhALyX7lsn+9iVA7GkYJVby+mUPr3sTKXZ7Ta+g
+i44vj3F0T6Up0Po+xfWvWpRq+7XdBp0EL9jmOUiOsmvdaP7bsfftG65HKxgWOzTw
+73ne2d9s9wgEo2umpqDZsUFFFv2oBb1Xeb2tqiofXb7ux2qvgCd5XKhHh8Rd1x9L
+Gg6P+A5U4RpyxCKEKxxMTaRwz//iPMMRdAzB4nmEkx3Go7ni0SUZ15zhMXafLaqA
+Qz4VSvw5+oad8WdJKqdZPF2RqlVdXZ63Pdvg1P4KhSKqPRYolgS/W9UuqzVMQPWr
+7d9As/q8hfSPYVHqQfGmw9noGAXOhJQD4KQuOGTeUKM5JWDQ6Kia60xPMlCJl4Gg
+YqfGoStFVp+5QpjjV/jmUUZVdingzjyq7OFbNSMiTiANyw7Wgnc=
+=7Zr+
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.asc.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.asc.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.asc.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+c16c69a0940a7ec392bac6b76bad8b26
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.asc.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.asc.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.asc.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+848011ec68ed9914ce9d956ae02c0e6c8e164d6e
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.asc.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.asc.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.asc.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+f2a19ad53e5efcec92d95918c255a9f87bd3eb84b9c33d5104d936151d0dee35
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.asc.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.asc.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.asc.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+d7ce6bb867684ccc4657d997613e5dc2da5c3c1125e4e712e71a1425fdc95816f7b364fb11b4202ac0cc41715b2af45c54bb55eac342041a864830bab9a11be9
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+7461784f90646f9f02bc69539846193e
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+6fd4a9e238e43856b0fbe21e7c46434a84733c1c
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+66b5673ffb7bf030b019474f4a9c66047d69475b5265d2a34642abb143072f26
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-javadoc.jar.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+4c9c761b3fb88a7884ac02fd511d5ade9755eff63a8f02ec70aae5546af7c8f384c22e3821679735f2f94a760f74f307e03adf92169f9f4dbb485c32c9a3036b
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-sources.jar
==============================================================================
Binary file - no diff available.
Propchange:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-sources.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-sources.jar.asc
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-sources.jar.asc
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-sources.jar.asc
Thu Mar 6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/sAACgkQNpQk/Jjz
+9uwKyBAAuVw7gvxwxMfC8muBnzBDm6Tm0FEIM0zIMp87YYDes1Y1CUGpHKi3ajgC
+2w67FzEuEU7SJi50diow5Y/bEgRKoGliXPlbfm6qcqIlIQQ80a2WGJX1xutOKOaC
+odF7z4PMW7PGobfVafZJ5cVbnjrCujKFiVOJtj2m01lr78dsl98DpvSBrb3yL3L0
+8Q8fSfc3baW7g5NiK6YbZgYXHm1leH391YCV6cvzDQ92u/ROQt0x2xoW5gWOdBxc
+LqkNoZMaUBrab1V70lgzj+eSfsyFewZjZ80cboEgEdGacMbxrIiI7/oj8kV6GrvA
+5rEVp2CSxJFj0nJdGCzDaPSMFqy3RLhuXlyiO5ppk2l5KR6iqNF5PKSkSjAWdVTV
+C3i8nXbx3OyFkolo/EmZPmlUvDB25QNpAoSzIDfodxhphdEM7cklpBh1A87sGKjG
+UI2Z+J4su2K8alFuzegPiRqa7RmYK9ukJG6rKxRC9v2Ipe9TiRQPaKsnSfy/QrQv
+NoEVJg6J9atQ2cR+4e/wo/lrUxtSrBilLOigeODfNtb2sEXSSjI0+uI+oSYBpfS4
+zkyVm1M3401wOzZCbheYqaICWW3Zrp/FpVFSN4uFRP8bSBuA3KTixKcg8nlxpo2K
+m3CInarH5tAv+flQQC1FUmFxRDM2qCYFrUgHpT1xPgiorlSd6gs=
+=MnPU
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-sources.jar.asc.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-sources.jar.asc.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-sources.jar.asc.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+6307e7725b6ac21f859556b96623c892
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-sources.jar.asc.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-sources.jar.asc.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-sources.jar.asc.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+42f543b15aa068ae865122c023fa01c27758ea19
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-sources.jar.asc.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-sources.jar.asc.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-jwt-auth/9.8.1/solr-jwt-auth-9.8.1-sources.jar.asc.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+5a23d15984753bc2ec80fc53293cd5d6b69374b957260b5567d165503a729c5d
\ No newline at end of file