Skip to content

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
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