You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Scott Wegner (JIRA)" <ji...@apache.org> on 2016/03/18 18:29:33 UTC

[jira] [Created] (BEAM-134) Investigate use of AutoValue

Scott Wegner created BEAM-134:
---------------------------------

             Summary: Investigate use of AutoValue
                 Key: BEAM-134
                 URL: https://issues.apache.org/jira/browse/BEAM-134
             Project: Beam
          Issue Type: Improvement
          Components: sdk-java-core
            Reporter: Scott Wegner
            Assignee: Davor Bonaci
            Priority: Minor


The initial PR for [BEAM-118] added a dependency on AutoValue to auto-implement equality semantics for a new POJO. We decided to remove the dependency because the cost of adding the dependency for this feature may not be worth it for the value.

However, we could use AutoValue for all of our POJO's, it might be worth it. The proposal here is to follow-up with an investigation on whether we would gain significant value to porting our code to use AutoValue instead of hand-written POJO's.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)