Skip to content

Conversation

@schulzh
Copy link
Contributor

This fixes two issues we've encountered with the manifest serialization.

The first is that docker was not serialized as a deep structure, but as a string (java object representation), which breaks the yaml. The second issue is that the disk quota was not serialized with the correct field name.

@anthonydahanne
Copy link
Contributor

Hello @schulzh , thank you for your contribution!
Could you please add a unit test just to assert this does not change inadvertently?

@schulzh
Copy link
ContributorAuthor

Hi @anthonydahanne , I've added a unit test, could you take a look again?

@schulzhschulzh changed the title fix docker serialization and disk_quotafix docker, disk_quota and readiness check type serializationFeb 21, 2025
@schulzhschulzh changed the title fix docker, disk_quota and readiness check type serializationfix docker, disk_quota and health+readiness check type serializationFeb 21, 2025
@schulzh
Copy link
ContributorAuthor

Hi @anthonydahanne , I've added two more serialization fixes to the PR.

@KehrlannKehrlann self-requested a review April 30, 2025 07:46
Copy link
Contributor

@LokowandtgLokowandtg left a comment

Choose a reason for hiding this comment

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

lgtm
(but not tested)

@KehrlannKehrlann self-assigned this May 28, 2025
@KehrlannKehrlann added this to the 6.0.0 release milestone May 28, 2025
@Kehrlann
Copy link
Contributor

Hi @schulzh ! Thanks for your contribution.

Would you mind rebasing on main before we can merge this please?

@schulzh
Copy link
ContributorAuthor

Hi @Kehrlann , i've updated the branch.

Copy link
Contributor

@KehrlannKehrlann left a comment

Choose a reason for hiding this comment

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

Looks good!
I was hoping for a rebase rather than a merge, but that's OK.

@KehrlannKehrlann merged commit e18f771 into cloudfoundry:mainJun 10, 2025
5 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@schulzh@anthonydahanne@Kehrlann@Lokowandtg