-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
tck: HealthResult serialization #10624
Merged
Merged
Conversation
This file contains 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
This pull request adds the HealthResult serialization test introduced in #10526 as a TCK test.
Switching the base to 4.3.x it seems to still see the Seeing if an empty commit cleans things up |
|
timyates
approved these changes
Mar 20, 2024
grayc-de-bot
pushed a commit
to inoa-io/inoa-cloud
that referenced
this pull request
Mar 26, 2024
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.micronaut:micronaut-inject-java](https://micronaut.io) ([source](https://github.com/micronaut-projects/micronaut-core)) | | patch | `4.3.11` -> `4.3.12` | | [io.micronaut:micronaut-inject-java](https://micronaut.io) ([source](https://github.com/micronaut-projects/micronaut-core)) | compile | patch | `4.3.11` -> `4.3.12` | --- > ⚠ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>micronaut-projects/micronaut-core (io.micronaut:micronaut-inject-java)</summary> ### [`v4.3.12`](https://github.com/micronaut-projects/micronaut-core/releases/tag/v4.3.12): Micronaut Core 4.3.12 [Compare Source](micronaut-projects/micronaut-core@v4.3.11...v4.3.12) <!-- Release notes generated using configuration in .github/release.yml at 4.3.x --> ##### What's Changed ##### Docs 📖 - Update title and description by [@​sdelamo](https://github.com/sdelamo) in micronaut-projects/micronaut-core#10611 ##### Dependency updates 🚀 - fix(deps): update dependency io.micronaut.rxjava3:micronaut-rxjava3-bom to v3.2.1 by [@​renovate](https://github.com/renovate) in micronaut-projects/micronaut-core#10612 - fix(deps): update dependency org.awaitility:awaitility to v4.2.1 by [@​renovate](https://github.com/renovate) in micronaut-projects/micronaut-core#10614 - fix(deps): update groovy monorepo to v4.0.20 by [@​renovate](https://github.com/renovate) in micronaut-projects/micronaut-core#10615 - chore(deps): update dependency io.micronaut.build.internal:micronaut-gradle-plugins to v6.7.0 by [@​renovate](https://github.com/renovate) in micronaut-projects/micronaut-core#10619 - Update netty to 4.1.108.Final by [@​yawkat](https://github.com/yawkat) in micronaut-projects/micronaut-core#10638 ##### TCK Tests ✅ - fix: deserialize a JsonError as a GenericResource by [@​sdelamo](https://github.com/sdelamo) in micronaut-projects/micronaut-core#10625 - tck: HealthResult serialization by [@​sdelamo](https://github.com/sdelamo) in micronaut-projects/micronaut-core#10624 **Full Changelog**: micronaut-projects/micronaut-core@v4.3.11...v4.3.12 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Reviewed-on: https://git.grayc.io/inoa/cloud/pulls/110 Reviewed-by: Stephan Schnabel <[email protected]> Co-authored-by: Renovate <[email protected]> Co-committed-by: Renovate <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds the HealthResult serialization test introduced in #10526 as a TCK test.