Skip to content

Fix PR #550 Optional type wrapping of query parameters #555

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
Jan 26, 2025

Conversation

rbygrave
Copy link
Contributor

  • Adds tests that were missing in HelloControllerTest that actually exercises the feature
  • Fixes the controller URLs removing incorrect {myOptional} from urls
  • Fixes PathTypeConversion to handle null values
  • Adds missing javadoc on new public methods of PathTypeConversion
  • Adds some useful unit tests for TypeMap.OptionalHandler

- Adds tests that were missing in HelloControllerTest that actually exercises the feature
- Fixes the controller URLs removing incorrect {myOptional} from urls
- Fixes PathTypeConversion to handle null values
- Adds missing javadoc on new public methods of PathTypeConversion
- Adds some useful unit tests for TypeMap.OptionalHandler
@rbygrave rbygrave requested a review from SentryMan January 26, 2025 03:44
Copy link
Collaborator

@SentryMan SentryMan left a comment

Choose a reason for hiding this comment

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

long time no see

@rbygrave rbygrave self-assigned this Jan 26, 2025
@rbygrave rbygrave added this to the 3.0 milestone Jan 26, 2025
@rbygrave rbygrave merged commit 62218b4 into master Jan 26, 2025
7 checks passed
@rbygrave rbygrave deleted the feature/fix-550 branch January 26, 2025 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants