<div>
                    Good morning everyone! Lay out your costumes from halloween and let's talk about this jira (<a href="https://issues.jboss.org/browse/AEROGEAR-593">https://issues.jboss.org/browse/AEROGEAR-593</a>).</div><div><br></div><div>Passos did a great work creating a builder for Pipes and of course we can improve it more and more, it's all about software. Currently to create a Pipe we must do it:</div><div><br></div><div><div>Pipeline pipeline &nbsp;= new Pipeline(ROOT_URL);</div><div>pipeline.pipe().name("tasks").useClass(Task.class).buildAndAdd();</div><div>pipeline.pipe().name("tags").useClass(Tag.class).buildAndAdd();</div></div><div><br></div><div>Chatting with Matthias we agreed that would be better 2 alternatives:</div><div><br></div><div><div>Pipeline pipeline &nbsp;= new Pipeline(ROOT_URL);</div><div>pipeline.add(Project.class).build();</div></div><div><br></div><div>Doing just this implicitly means that the name of the pipe will be "Project" and if you need 'extras':</div><div><br></div><div><div>Pipeline pipeline &nbsp;= new Pipeline(ROOT_URL);</div></div><div>pipeline.add(Project.class).endpoint("foo").name("bar").auth(myAuthMod).build();</div>
                <div><div><br></div><div>What do you guys think?</div><div><br></div><div><br></div><div><div>--&nbsp;</div><div>"The measure of a man is what he does with power" - Plato</div><div>-</div><div>@abstractj</div><div>-</div><div>Volenti Nihil Difficile</div></div></div>