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

Add Kotlin example for WebTestClient setup docs #11610

Merged
merged 1 commit into from
Jul 22, 2022
Merged

Add Kotlin example for WebTestClient setup docs #11610

merged 1 commit into from
Jul 22, 2022

Conversation

ysavchen
Copy link
Contributor

Closes gh-9998

basicAuthentication() is deprecated, so updated to basicAuthentication("user", "password")

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jul 21, 2022
@marcusdacoregio marcusdacoregio self-assigned this Jul 22, 2022
@marcusdacoregio marcusdacoregio added in: docs An issue in Documentation or samples type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Jul 22, 2022
@marcusdacoregio marcusdacoregio added this to the 6.0.0-M7 milestone Jul 22, 2022
@marcusdacoregio marcusdacoregio merged commit db9d60e into spring-projects:main Jul 22, 2022
@marcusdacoregio
Copy link
Contributor

Thanks for the PR @ysavchen. This is now merged and will be backported to 5.8.x, 5.7.x and 5.6.x

@marcusdacoregio marcusdacoregio modified the milestones: 6.0.0-M7, 5.7.3 Jul 22, 2022
@marcusdacoregio marcusdacoregio added the status: duplicate A duplicate of another issue label Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: docs An issue in Documentation or samples status: duplicate A duplicate of another issue type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Kotlin example showing integration with WebTestClient
3 participants