Skip to content

Add Kotlin example for WebTestClient setup docs#11610

Merged
marcusdacoregio merged 1 commit into
spring-projects:mainfrom
ysavchen:gh-9998
Jul 22, 2022
Merged

Add Kotlin example for WebTestClient setup docs#11610
marcusdacoregio merged 1 commit into
spring-projects:mainfrom
ysavchen:gh-9998

Conversation

@ysavchen

Copy link
Copy Markdown
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
Copy Markdown
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