Lucian H

Results 18 issues of Lucian H

_From @symposion on March 29, 2016 13:31_ At the moment the JSON importer doesn't validate the values it imports - only the text parser does that. I can move the...

enhancement

The following breaks due to "conflicting setter definitions": ``` import org.immutables.value.Value; import org.junit.Test; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import com.fasterxml.jackson.datatype.jdk8.Jdk8Module; import java.util.Optional; public class TestBug { @Test public void testOptionalThing() throws...

There appear to be some types of errors in java source code that can cause the Immutables annotation processor to fail. This in itself is not particularly surprising - clearly...

question
help wanted

Using Hoxton.SR8 If you define an @ConfigurationProperties class that uses @ConstructorBinding, attempts to rebind it using ConfigurationPropertiesRebinder will fail with an exception from ConfigurationPropertiesBindingPostProcessor: ""Cannot bind @ConfigurationProperties for bean XXXX...

waiting for votes

We make quite heavy use of Modifiables to handle binding from the web requests. In this scenario, it's important to be able to have partially-populated objects that don't explode when...

enhancement

It would be cool if the companion could support tracking the flow of combat - Initiative, moves etc - in much the same way as it tracks the flow of...

`JwtGenerator` currently does this to get the token issued time: ``` Instant issuedAt = Instant.now(); ``` Compare this against how the JwtTimestampValidator in the Spring resource-server implementation is coded: ```...

type: enhancement

**Expected Behavior** There is a very high degree of overlap between the information exposed by the OIDC well-known endpoint ( /.well-known/openid-configuration) and the oauth2 server well known endpoint ( /.well-known/oauth-authorization-server)....

type: enhancement