Skip to content

fix(java-runtime): ErrorStreamSink no longer fails with a NullPointerException #4802

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

Closed
wants to merge 4 commits into from

Conversation

TimothyJones
Copy link
Contributor

@TimothyJones TimothyJones commented Mar 20, 2025

I believe this fixes #4801

I'm unable to run the full test suite locally due to unrelated python and dotnet errors (I suspect I don't have the right versions of something it needs), and unfortunately it doesn't get up to the java-runtime tests.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@TimothyJones
Copy link
Contributor Author

Just realised I neglected to do conventional commits on the actual commits - please let me know if this is an issue, and I'll update and re-raise.

@TimothyJones
Copy link
Contributor Author

Fixed compile error, I think (it's hard to test locally)

@iliapolo
Copy link
Contributor

Superseded by #4803

@iliapolo iliapolo closed this Mar 24, 2025
mergify bot pushed a commit that referenced this pull request Mar 26, 2025
…on` (#4803)

All credit for the detection and fix goes to @TimothyJones and his [PR](#4802). This just adds a unit test on top of it.

Thanks @TimothyJones ! 

Fixes #4801

---

By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Java Runtime now incorrectly reports Cannot read field "stderr" because "consoleOutput" is null
2 participants