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

Added metaDataUri to AppRegistrationResource #6098

Conversation

corneil
Copy link
Contributor

@corneil corneil commented Dec 31, 2024

Added metaDataUri to AppRegistrationResource
Added test for presence of metaDataUri

Fixes #6092

Added metaDataUri to AppRegistrationResource
Added test for presence of metaDataUri

Fixes spring-cloud#6092
@corneil corneil added the review/at-least-one Only one reviewer is required to merge this PR. label Dec 31, 2024
@corneil corneil requested review from cppwfs and onobc December 31, 2024 10:00
…hanged resource.

Adds metaDataUri to AppRegistryDocumentation and StreamDefinitionsDocumentation
Copy link
Contributor

@cppwfs cppwfs left a comment

Choose a reason for hiding this comment

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

Thank you @corneil for the PR!!!!

@@ -129,12 +129,15 @@ void findRegisteredApp() throws Exception {
mockMvc.perform(
post("/apps/sink/log1/3.0.0")
.queryParam("bootVersion", "3")
.param("uri", "maven://org.springframework.cloud.stream.app:log-sink-rabbit:3.0.0").accept(MediaType.APPLICATION_JSON)
.param("uri", "maven://org.springframework.cloud.stream.app:log-sink-rabbit:3.0.0")
Copy link
Contributor

Choose a reason for hiding this comment

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

We still need a test here for when there is no metadata sent on registration. I'll add it on merge.

@cppwfs
Copy link
Contributor

cppwfs commented Jan 2, 2025

LGTM Thanks for the contribution @corneil !!!!

@cppwfs cppwfs closed this Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review/at-least-one Only one reviewer is required to merge this PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AppRegistryController does not return metadataUri
2 participants