Skip to content
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

Test CXF client with a method referencing class with runtime initialization #4880

Merged
merged 1 commit into from
May 10, 2023

Conversation

ppalaga
Copy link
Contributor

@ppalaga ppalaga commented May 9, 2023

@ppalaga
Copy link
Contributor Author

ppalaga commented May 9, 2023

Could you please review, @llowinge?

@llowinge
Copy link
Contributor

Looks great other then found little typing issue.

@ppalaga ppalaga merged commit e6ffa3b into apache:main May 10, 2023
try (ByteArrayOutputStream baos = new ByteArrayOutputStream()) {
ImageIO.write((BufferedImage) image.getData(), "png", baos);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need (BufferedImage) anymore ?

@llowinge
Copy link
Contributor

Ahh, i've haven't sent the review. Doesn't matter, it is harmless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants