Skip to content

Pathparameters custom coders #66

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

karel1980
Copy link

Resolved conflicts for #53

micheljung and others added 7 commits February 7, 2021 22:49
`PathParameters` could only make use of the default encoding factory, which allows primitive and String types.

With this change, custom encoders/decoders are considered, too.

Fixes quarkusioGH-52
I'm not sure how this worked for other decoders, but calling `canEncodeText()`
when decoding a value seems wrong.
…-coders

# Conflicts:
#	websocket/core/src/main/java/io/undertow/websockets/ServerWebSocketContainer.java
#	websocket/core/src/main/java/io/undertow/websockets/annotated/AnnotatedEndpointFactory.java
#	websocket/servlet/src/test/java/io/undertow/websockets/jsr/test/annotated/UUIDDecoder.java
#	websocket/servlet/src/test/java/io/undertow/websockets/jsr/test/annotated/UUIDEndpoint.java
@karel1980
Copy link
Author

Oops. I'll look into this today.

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