-
Notifications
You must be signed in to change notification settings - Fork 4k
MINOR: [Java] Bump ch.qos.logback:logback-classic from 1.3.14 to 1.4.14 in /java #43310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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