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

Relax naming rules to allow valid java bean properties as jsproperties #9875

Merged
merged 2 commits into from
Jan 10, 2024

Conversation

niloc132
Copy link
Member

The old implementation only allowed a capital letter as the first character of a bean-like property, which isn't sufficient. Instead, we need to support cases where the first character is not lower case, so that non-letters that are valid for the first character are permitted.

Fixes #9554

The old implementation only allowed a capital letter as the first
character of a bean-like property, which isn't sufficient. Instead, we
need to support cases where the first character is *not* lower case, so
that non-letters that are valid for the first character are permitted.

Fixes gwtproject#9554
@niloc132 niloc132 added this to the 2.11 milestone Dec 12, 2023
@niloc132
Copy link
Member Author

Full nightly build to confirm no other tests break: https://github.com/niloc132/gwt/actions/runs/7188011833

@niloc132 niloc132 modified the milestones: 2.11, 2.12 Dec 17, 2023
@niloc132 niloc132 merged commit 709d7fd into gwtproject:main Jan 10, 2024
3 checks passed
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.

JsType properties starting with dollar are not accepted
1 participant