Skip to content

Qute: fix build time validation and generated value resolver for getters #47497

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

Merged
merged 1 commit into from
Apr 23, 2025

Conversation

mkouba
Copy link
Contributor

@mkouba mkouba commented Apr 23, 2025

  • the problem occurs when the getter syntax is mixed with "normal" syntax (Java record-style); e.g. Foo#image() and Foo#hasImage()

- the problem occurs when the getter syntax is mixed with "normal"
syntax (Java record-style); e.g. Foo#image() and Foo#hasImage()
@ia3andy
Copy link
Contributor

ia3andy commented Apr 23, 2025

Thanks!

Copy link

quarkus-bot bot commented Apr 23, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 8525233.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

Copy link
Contributor

@ia3andy ia3andy left a comment

Choose a reason for hiding this comment

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

LGTM

@mkouba mkouba merged commit edb449b into quarkusio:main Apr 23, 2025
28 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.23 - main milestone Apr 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants