MINOR: [Java] Bump ch.qos.logback:logback-classic from 1.3.14 to 1.4.14 in /java#43310
Conversation
|
@github-actions crossbow submit -g java |
|
Revision: ff6a151 Submitted crossbow builds: ursacomputing/crossbow @ actions-5b735d9dc6 |
|
@github-actions crossbow submit -g java |
|
Revision: 63f628b Submitted crossbow builds: ursacomputing/crossbow @ actions-d7566f83b4 |
|
@github-actions crossbow submit -g java |
|
Revision: 6edff42 Submitted crossbow builds: ursacomputing/crossbow @ actions-8b50bd2155 |
|
@danepitkin the java-jars failure seems to be unrelated. |
|
Can we get it investigated and fixed? If we're going to run java-jars on so many PRs it needs to be kept green. |
ld: Undefined symbols:
testing::internal::MakeAndRegisterTestInfo(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, char const*, char const*, char const*, testing::internal::CodeLocation, void const*, void (*)(), void (*)(), testing::internal::TestFactoryBase*), referenced from:
__GLOBAL__sub_I_adapter_test.cc in adapter_test.cc.oSeems like here the compiler cannot resolve I am looking into this... And there are no other CI failures related to C++ PRs in this association, I suspect library installation issue in the build scripts? |
|
@vibhatha could you create an issue? I'll merge this since the failure is unrelated and everything else looks good. (The Release scripts failure is unrelated and already fixed on main). |
|
After reviewing crossbow (http://crossbow.voltrondata.com/), it seems MacOS builds started failing 6 days ago. First MacOS failure: https://github.com/ursacomputing/crossbow/actions/runs/9953458018/job/27502447467 |
|
@danepitkin Issue filed: #43377 |
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit ec58e4d. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 15 possible false positives for unstable benchmarks that are known to sometimes produce them. |
|
@github-actions crossbow submit test-debian-12-docs |
|
Revision: 6edff42 Submitted crossbow builds: ursacomputing/crossbow @ actions-169aaeb47e
|
|
@danepitkin I filed this issue: #43378 |
…14 in /java (apache#43310) ### Rationale for this change With Java 8 deprecated, we can bump logback to the next version which supports Java 11 at build and runtime. See https://github.com/apache/arrow/pull/40778/files ### What changes are included in this PR? * Bump logback-classic to 1.4.14 ### Are these changes tested? CI ### Are there any user-facing changes? No Authored-by: Dane Pitkin <[email protected]> Signed-off-by: Dane Pitkin <[email protected]>
Rationale for this change
With Java 8 deprecated, we can bump logback to the next version which supports Java 11 at build and runtime. See https://github.com/apache/arrow/pull/40778/files
What changes are included in this PR?
Are these changes tested?
CI
Are there any user-facing changes?
No