Daniel Norberg

Results 22 issues of Daniel Norberg

```java @AutoMatter interface Foobar { String baz(); @AutoMatter.Field default String foo() { return "foo"; } @AutoMatter.Field default String bar() { // Default valued fields can refer to other fields //...

https://github.com/danielnorberg/auto-matter/blob/33e96c25e73f511eb838508e25e98969a4ca34f0/jackson/src/main/java/io/norberg/automatter/jackson/AutoMatterResolver.java#L44

Changing the declaration order of enums, which could break code relying on the value of `Enum#ordinal()`, should perhaps be detected as a breaking change.

Please answer these questions before submitting a bug report. ### What version of OpenCensus are you using? 0.17.0 ### What JVM are you using (`java -version`)? java version "11.0.1" 2018-10-16...

bug
P2

The maven compiler plugin should not accept these arbitrary tag names. The integration tests pass despite the changes in this PR, even though they should not. Following this checklist to...

**Is this a BUG REPORT or FEATURE REQUEST?**: ## Description The shaded jar seems to not work as expected. See below `dependency:tree` output: ``` [INFO] +- com.spotify:docker-client:jar:shaded:8.16.0:compile [INFO] | +-...

Commit Message: redis: add support for inline commands Additional Description: https://redis.io/docs/reference/protocol-spec/#inline-commands Risk Level: Low Testing: Unit tests added Docs Changes: Added Release Notes: Added Platform Specific Features: None