Christopher Currie
Christopher Currie
Is there any way to simulate slow responses? It would be extremely useful to test timeout behavior in REST clients.
As discussed in #77, Scala traits can contain fields and that are private to a package. These are implemented as public fields and methods in the JVM because there is...
For performance and other reasons, `BeanIntrospector` should start using `Annotated` and friends, as mentioned in #120.
As discussed in #77, it would be helpful if there were a way to ignore all the implemented fields and methods of a trait used by a class.
As discovered looking at #121, core Jackson supported deserializing derived classes of concrete collections. This is useful, for example, as a workaround for systems that do not provide Jackson with...
I had difficulty running chewie until I updated to PowerShell 3.0, which appears to use .NET 4.0 by default (unlike previous versions). I don't know that PS 3 is required,...
I run multiple displays, and generally have a window on one screen for mail and social, another for github, etc. There doesn't appear to be a way to create a...
AUTO_GENERATE_ATTRIBUTE_STRATEGY currently support two kinds of generated dates: epoch seconds and ISO dates. For greater precision without having to parse strings it would be nice to support the native value...
As requested in FasterXML/jackson-module-scala#65, and discussed in [this thread](http://markmail.org/thread/3d44ktyzr72jv45z). This would take the form of: - A BaseSettings property that specifies the default radix for Number-to-String conversion. Defaults to 10....