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 web support for YAML via Jackson #32345

Closed
wants to merge 1 commit into from

Conversation

Flamme1004K
Copy link

Hello. This is my first spring framework contribution code.

I created this PR to add an application/yaml MediaType.

Recently, I noticed that application/yaml has been officially added to MediaType. The link I checked is below.

Link

Thanks a lot.

@pivotal-cla
Copy link

@Flamme1004K Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@pivotal-cla
Copy link

@Flamme1004K Thank you for signing the Contributor License Agreement!

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Feb 29, 2024
@jhoeller jhoeller added the in: web Issues in web modules (web, webmvc, webflux, websocket) label Feb 29, 2024
@sdeleuze sdeleuze self-assigned this Feb 29, 2024
@jhoeller jhoeller added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Feb 29, 2024
@jhoeller jhoeller added this to the 6.2.0-M1 milestone Feb 29, 2024
sdeleuze pushed a commit to sdeleuze/spring-framework that referenced this pull request Mar 11, 2024
This commit adds support for application/yaml in MediaType and leverages
jackson-dataformat-yaml in order to support Yaml in RestTemplate,
RestClient and Spring MVC.

See spring-projectsgh-32345
sdeleuze added a commit to sdeleuze/spring-framework that referenced this pull request Mar 11, 2024
sdeleuze pushed a commit to sdeleuze/spring-framework that referenced this pull request Mar 11, 2024
This commit adds support for application/yaml in MediaType and leverages
jackson-dataformat-yaml in order to support Yaml in RestTemplate,
RestClient and Spring MVC.

See spring-projectsgh-32345
sdeleuze added a commit to sdeleuze/spring-framework that referenced this pull request Mar 11, 2024
@sdeleuze sdeleuze closed this in 5ee11fb Mar 11, 2024
@sdeleuze
Copy link
Contributor

Merged and polished, thanks for your contribution.

@sdeleuze sdeleuze changed the title Add support for application/yaml MediaType Add web support for Yaml via Jackson Mar 12, 2024
@sdeleuze sdeleuze changed the title Add web support for Yaml via Jackson Add web support for YAML via Jackson Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants