Andrei Sereda

Results 39 comments of Andrei Sereda

Hello, Before adding another backend we would like to see some interests from the community. Any additional backend requires long-term support from project members. That being said, you can always...

We do plan to support it, right now there is not enough time to implement it

> Based on the discussion around Path it sounds like the plan was to use annotations to drive the table mapping generation? Discussion around Path (#1256 ) is to find...

I understand we're saving a couple of lines here but are there other benefits in having the expression not in the method body ? BTW `@Value.Default("foo" + 33)` is also...

Yes probably we should hide CHANGELOG in favor of github release notes. Regarding version in immutables docs, the (`immutables.org`) website is statically generated and I have missed upgrading [version variable](https://github.com/immutables/immutables.github.io/blob/src/_config.yml#L7)....

Hi @tkalmar , You're right that we should do a better job at syncing our release version across different channels. Current latest release is 2.9.0 but we've run into performance...

We are yet reluctant to publicize 2.9.0 due to #1355 There is a draft of release notes for 2.9.0

Hi @pvoss , Is there a way for you to try new [criteria module](https://immutables.github.io/criteria.html) ? Mongo repository is deprecated and users are strongly encouraged to start using criteria.

> Document to Immutables converter/parser Can you convert [Document](http://api.mongodb.com/java/current/org/bson/Document.html#toBsonDocument-java.lang.Class-org.bson.codecs.configuration.CodecRegistry-) to BsonDocument, then instantiate the object using [BsonDocumentReader](https://mongodb.github.io/mongo-java-driver/3.7/javadoc/org/bson/BsonDocumentReader.html) ? The problem with document is that you might potentially lose Bson specific...

@StephenOTT may I know why do you need to combine Gson and Jackson serialization for immutables ? Why not use just one library (Gson or Jackson) ? Technically you could...