← 返回首页
fix docker, disk_quota and health+readiness check type serialization by schulzh · Pull Request #1261 · cloudfoundry/cf-java-client · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

fix docker, disk_quota and health+readiness check type serialization#1261

Merged
Kehrlann merged 4 commits into
cloudfoundry:mainfrom
schulzh:fix-manifest
Jun 10, 2025
Merged

fix docker, disk_quota and health+readiness check type serialization#1261
Kehrlann merged 4 commits into
cloudfoundry:mainfrom
schulzh:fix-manifest

Conversation

schulzh commented Feb 11, 2025

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

Copy link
Copy Markdown
Contributor

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

schulzh commented Feb 16, 2025

Copy link
Copy Markdown
Contributor Author

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

schulzh changed the title fix docker serialization and disk_quota fix docker, disk_quota and readiness check type serialization Feb 21, 2025
schulzh changed the title fix docker, disk_quota and readiness check type serialization fix docker, disk_quota and health+readiness check type serialization Feb 21, 2025

schulzh commented Feb 21, 2025

Copy link
Copy Markdown
Contributor Author

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

Kehrlann self-requested a review April 30, 2025 07:46

Lokowandtg left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

lgtm
(but not tested)

Kehrlann self-assigned this May 28, 2025
Kehrlann added this to the 6.0.0 release milestone May 28, 2025

Copy link
Copy Markdown
Contributor

Hi @schulzh ! Thanks for your contribution.

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

schulzh commented Jun 10, 2025

Copy link
Copy Markdown
Contributor Author

Hi @Kehrlann , i've updated the branch.

Kehrlann left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

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

Hide details View details Kehrlann merged commit e18f771 into cloudfoundry:main Jun 10, 2025
5 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to 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

Footer

© 2026 GitHub, Inc.