|
99 | 99 | <maven.exec.plugin.version>3.1.0</maven.exec.plugin.version>
|
100 | 100 | <maven.versions.plugin.version>2.16.0</maven.versions.plugin.version>
|
101 | 101 | <maven.shade.plugin.version>3.5.0</maven.shade.plugin.version>
|
102 |
| - <maven.surefire.plugin.version>3.0.0-M4</maven.surefire.plugin.version> |
| 102 | + <maven.surefire.plugin.version>3.5.1</maven.surefire.plugin.version> |
103 | 103 | <maven.cyclonedx.plugin.version>2.7.10</maven.cyclonedx.plugin.version>
|
104 | 104 | <maven.license.plugin.version>2.3.0</maven.license.plugin.version>
|
105 | 105 | <!-- Library Dependency Versions -->
|
|
110 | 110 | <antlr4.version>4.9.3</antlr4.version>
|
111 | 111 | <apache-directory-server.version>1.5.7</apache-directory-server.version>
|
112 | 112 | <!-- Include arrow for LlapOutputFormatService -->
|
113 |
| - <arrow.version>12.0.0</arrow.version> |
| 113 | + <arrow.version>16.0.0</arrow.version> |
114 | 114 | <avatica.version>1.12.0</avatica.version>
|
115 | 115 | <avro.version>1.11.4</avro.version>
|
116 | 116 | <bcprov-jdk18on.version>1.78</bcprov-jdk18on.version>
|
|
126 | 126 | <commons-compress.version>1.26.0</commons-compress.version>
|
127 | 127 | <commons-configuration.version>1.10</commons-configuration.version>
|
128 | 128 | <commons-exec.version>1.1</commons-exec.version>
|
129 |
| - <commons-io.version>2.12.0</commons-io.version> |
| 129 | + <commons-io.version>2.14.0</commons-io.version> |
130 | 130 | <commons-lang3.version>3.12.0</commons-lang3.version>
|
131 | 131 | <commons-math3.version>3.6.1</commons-math3.version>
|
132 | 132 | <commons-dbcp2.version>2.12.0</commons-dbcp2.version>
|
|
151 | 151 | <!-- httpcomponents are not always in version sync -->
|
152 | 152 | <httpcomponents.client.version>4.5.13</httpcomponents.client.version>
|
153 | 153 | <httpcomponents.core.version>4.4.13</httpcomponents.core.version>
|
154 |
| - <iceberg.version>1.6.1</iceberg.version> |
155 | 154 | <ivy.version>2.5.2</ivy.version>
|
156 | 155 | <jackson.version>2.16.1</jackson.version>
|
157 | 156 | <jamon.plugin.version>2.3.4</jamon.plugin.version>
|
|
167 | 166 | <jodd.version>6.0.0</jodd.version>
|
168 | 167 | <json.version>1.8</json.version>
|
169 | 168 | <junit.version>4.13.2</junit.version>
|
170 |
| - <junit.jupiter.version>5.10.0</junit.jupiter.version> |
171 |
| - <junit.vintage.version>5.6.3</junit.vintage.version> |
| 169 | + <junit.jupiter.version>5.11.2</junit.jupiter.version> |
| 170 | + <junit.vintage.version>5.11.2</junit.vintage.version> |
172 | 171 | <kafka.version>2.5.0</kafka.version>
|
173 | 172 | <kryo.version>5.5.0</kryo.version>
|
174 | 173 | <reflectasm.version>1.11.9</reflectasm.version>
|
175 | 174 | <kudu.version>1.12.0</kudu.version>
|
176 | 175 | <!-- Leaving libfb303 at 0.9.3 regardless of libthrift: As per THRIFT-4613 The Apache Thrift project does not publish items related to fb303 at this point -->
|
177 | 176 | <libfb303.version>0.9.3</libfb303.version>
|
178 | 177 | <libthrift.version>0.16.0</libthrift.version>
|
179 |
| - <log4j2.version>2.24.1</log4j2.version> |
| 178 | + <log4j2.version>2.18.0</log4j2.version> |
180 | 179 | <mariadb.version>2.5.0</mariadb.version>
|
181 | 180 | <mssql.version>6.2.1.jre8</mssql.version>
|
182 |
| - <mysql.version>8.0.31</mysql.version> |
| 181 | + <mysql.version>8.2.0</mysql.version> |
183 | 182 | <postgres.version>42.7.3</postgres.version>
|
184 | 183 | <oracle.version>21.3.0.0</oracle.version>
|
185 | 184 | <opencsv.version>5.9</opencsv.version>
|
|
188 | 187 | <mockito-core.version>3.4.4</mockito-core.version>
|
189 | 188 | <mockito-inline.version>4.11.0</mockito-inline.version>
|
190 | 189 | <mina.version>2.0.0-M5</mina.version>
|
191 |
| - <netty.version>4.1.77.Final</netty.version> |
| 190 | + <netty.version>4.1.116.Final</netty.version> |
192 | 191 | <netty3.version>3.10.5.Final</netty3.version>
|
193 | 192 | <!-- used by druid storage handler -->
|
194 | 193 | <pac4j-saml.version>4.5.5</pac4j-saml.version>
|
195 | 194 | <paranamer.version>2.8</paranamer.version>
|
196 |
| - <parquet.version>1.13.1</parquet.version> |
| 195 | + <parquet.version>1.14.4</parquet.version> |
197 | 196 | <pig.version>0.16.0</pig.version>
|
198 | 197 | <plexus.version>1.5.6</plexus.version>
|
199 | 198 | <protobuf.version>3.25.5</protobuf.version>
|
|
1016 | 1015 | <exclusions>
|
1017 | 1016 | <exclusion>
|
1018 | 1017 | <groupId>io.netty</groupId>
|
1019 |
| - <artifactId>netty</artifactId> |
| 1018 | + <artifactId>netty-all</artifactId> |
1020 | 1019 | </exclusion>
|
1021 | 1020 | </exclusions>
|
1022 | 1021 | </dependency>
|
|
1754 | 1753 | <groupId>org.apache.maven.plugins</groupId>
|
1755 | 1754 | <artifactId>maven-surefire-plugin</artifactId>
|
1756 | 1755 | <configuration>
|
| 1756 | + <enableOutErrElements>false</enableOutErrElements> |
1757 | 1757 | <excludes>
|
1758 | 1758 | <exclude>**/TestSerDe.java</exclude>
|
1759 | 1759 | <exclude>**/TestHiveMetaStore.java</exclude>
|
|
1765 | 1765 | </excludes>
|
1766 | 1766 | <redirectTestOutputToFile>true</redirectTestOutputToFile>
|
1767 | 1767 | <reuseForks>false</reuseForks>
|
1768 |
| - <failIfNoTests>false</failIfNoTests> |
1769 |
| - <argLine>${maven.test.jvm.args}</argLine> |
| 1768 | + <failIfNoSpecifiedTests>false</failIfNoSpecifiedTests> |
| 1769 | + <argLine>${maven.test.jvm.args} -Xshare:off</argLine> |
1770 | 1770 | <trimStackTrace>false</trimStackTrace>
|
1771 | 1771 | <additionalClasspathElements>
|
1772 | 1772 | <additionalClasspathElement>${test.conf.dir}</additionalClasspathElement>
|
|
1795 | 1795 | <!-- required for hive-exec jar path and tests which reference a jar -->
|
1796 | 1796 | <maven.local.repository>${maven.repo.local}</maven.local.repository>
|
1797 | 1797 | <mapred.job.tracker>local</mapred.job.tracker>
|
1798 |
| - <log4j.configurationFile>${test.log4j.scheme}${test.conf.dir}/hive-log4j2.properties |
1799 |
| - </log4j.configurationFile> |
| 1798 | + <log4j.configurationFile>${test.log4j.scheme}${test.conf.dir}/hive-log4j2.properties</log4j.configurationFile> |
1800 | 1799 | <hive.test.console.log.level>${test.console.log.level}</hive.test.console.log.level>
|
1801 | 1800 | <hive.cluster.id>hive-test-cluster-id-cli</hive.cluster.id>
|
| 1801 | + <log4j.debug>true</log4j.debug> |
1802 | 1802 | <!-- don't dirty up /tmp -->
|
1803 | 1803 | <java.io.tmpdir>${test.tmp.dir}</java.io.tmpdir>
|
1804 | 1804 | <!-- Hadoop's minidfs class uses this -->
|
|
1916 | 1916 | <workingDirectory>${basedir}</workingDirectory>
|
1917 | 1917 | <arguments>
|
1918 | 1918 | <argument>-c</argument>
|
1919 |
| - <argument>${thrift.home}/bin/thrift -version | fgrep 'Thrift version ${libthrift.version}' && |
1920 |
| - exit 0; |
| 1919 | + <argument>${thrift.home}/bin/thrift -version | fgrep 'Thrift version ${libthrift.version}' && exit 0; |
1921 | 1920 | echo "=================================================================================";
|
1922 |
| - echo "========== [FATAL] Build is configured to require Thrift version ${libthrift.version} |
1923 |
| - ========="; |
| 1921 | + echo "========== [FATAL] Build is configured to require Thrift version ${libthrift.version} ========="; |
1924 | 1922 | echo "========== Currently installed: ";
|
1925 | 1923 | ${thrift.home}/bin/thrift -version;
|
1926 | 1924 | echo "=================================================================================";
|
|
0 commit comments