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

Replace InputStream bytes with InputStream.readAllBytes in Spring Cloud Config client #27059

Merged
merged 1 commit into from
Aug 1, 2022

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Aug 1, 2022

This not only results is less code, but it's also more efficient as
it generally results in less array copying

…ud Config client

This not only results is less code, but it's also more efficient as
it generally results in less array copying
@geoand geoand requested a review from gastaldi August 1, 2022 12:24
@quarkus-bot quarkus-bot bot added the area/spring Issues relating to the Spring integration label Aug 1, 2022
@gastaldi gastaldi added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Aug 1, 2022
@geoand geoand merged commit ea4990f into quarkusio:main Aug 1, 2022
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Aug 1, 2022
@quarkus-bot quarkus-bot bot added this to the 2.12 - main milestone Aug 1, 2022
@geoand geoand deleted the spring-cloud-config-is branch August 1, 2022 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/spring Issues relating to the Spring integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants