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

updates depedencies to latest versions, notably fixing Eureka #3737

Merged
merged 2 commits into from
Feb 26, 2024

Conversation

codefromthecrypt
Copy link
Member

This fixes Eureka status page registration while updating all depedencies to the latest versions. The most needed update was to armeria 1.27.2.

Thanks @openzipkin/armeria for all the upstream (like normal upstream, not mesh definition of that word) help!
Screenshot 2024-02-26 at 15 37 48

This fixes Eureka status page registration while updating all
depedencies to the latest versions. The most needed update was to
armeria 1.27.2.

Signed-off-by: Adrian Cole <adrian@tetrate.io>
@@ -41,7 +41,7 @@
</dependency>

<dependency>
<groupId>${armeria.groupId}</groupId>
<groupId>com.linecorp.armeria</groupId>
Copy link
Member Author

Choose a reason for hiding this comment

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

I removed the overriding of the group ID as jitpack has been out of commission a while for things we compile


// Make sure URLs are fully resolved. Notably, the status page URL defaults to the /info
// endpoint, as that's the one chosen in spring-cloud-netflix.
assertThat(readString(json, "$.application.instance[0].homePageUrl"))
Copy link
Member Author

Choose a reason for hiding this comment

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

missing eureka registration json tests!

Signed-off-by: Adrian Cole <adrian@tetrate.io>
@codefromthecrypt codefromthecrypt merged commit c65ce5c into master Feb 26, 2024
13 checks passed
@codefromthecrypt codefromthecrypt deleted the armeria-bump branch February 26, 2024 08:01
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.

2 participants