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

Merge release 4.15.1 into 4.16.x #203

Merged
merged 3 commits into from
Oct 25, 2024
Merged

Conversation

github-actions[bot]
Copy link

Release Notes for 4.15.1

4.15.x bugfix release (patch)

4.15.1

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

robertlemke and others added 2 commits June 7, 2023 12:55
The TypeGenerator failed with "type 'null' cannot be nullable" when
`fromReflectionType()` was called for a method with a return type
"null" due to a incorrect comparison with the string "null". This
change corrects the comparison so that such methods are reflected
without errors.

Obvious fix.
Fix generating null return type from reflection in TypeGenerator
@gsteel gsteel self-assigned this Oct 25, 2024
@gsteel gsteel added the Bug Something isn't working label Oct 25, 2024
@gsteel gsteel added this to the 4.16.0 milestone Oct 25, 2024
Signed-off-by: George Steel <[email protected]>
@gsteel gsteel force-pushed the 4.15.x-merge-up-into-4.16.x_j21Fn5ZC branch from e9bf03c to 7a837bb Compare October 25, 2024 10:22
@gsteel gsteel merged commit c3d187b into 4.16.x Oct 25, 2024
28 checks passed
@gsteel gsteel deleted the 4.15.x-merge-up-into-4.16.x_j21Fn5ZC branch October 25, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants