Patrick Strawderman

Results 24 issues of Patrick Strawderman

Locales with scripts (e.g. zh-Hant-HK) were not parsed properly by LocaleTypeDescriptor, causing the script part to get lost.

I have a use case where I would like to customize the TaskExecutor that is used by the SimpleMessageListenerContainer. I would simply like to set a task decorator that is...

status: waiting-for-triage
type: enhancement
component: sqs

When attempting to deserialize to a concrete class that is part of a polymorphic type hierarchy, an InvalidTypeIdException is thrown if the JSON does not contain the type id field....

most-wanted
2.14

Add kotlinx.binary-compatibility-validator gradle plugin, which runs during the gradle check task to ensure that the binary compatibility of any packages is not inadvertently broken. See: https://github.com/Kotlin/binary-compatibility-validator

Because the ConfigProxyFactory evaluates the default value eagerly, an NPE is thrown for Map properties when a null value is passed into Collections.unmodifiableMap, even if the configuration is actually present...

SimpleLimiter.acquire checks if the current in-flight executions are above the limit, but doesn't do so in a thread-safe manner, allowing the possibility of exceeding the limit.

Add a missing import that could trigger an exception when `toMessage` was called on an extension instance with no parameters. This resolves issue #33

HTTPS requests made by this package are vulnerable to MITM attacks when the user does not have pycurl installed, because urllib2 does not verify SSL certificates. While openid.fetchers also has...

This seemed too lightweight of an issue for a pull request, but the _toMessage_ method of _openid.extension.Extension_ references the _warnings_ module without it having been imported. Test case: ``` Python...

Instead of directly serializing the response to a String or bytes in DgsRestController, return the response as a Map as built by ExecutionResult.toSpecification. Doing this allows the Jackson HttpMessageConverter to...