Thanks for the update Evan! While the project is moving a bit too slow, I think we managed successfully to modernize it: - Replaced the old configuration system with Typesafe config - which made it a lot easier to add new configurations and to override existing. - Replaced the old build system with Gradle - which finally made it easy to build/test/run the project with any modern IDE. - Moved the project to Java 8 - which allows us to write better/more modern code. Hopefully that removed many of the obstacles in the way of people who want to contribute to the project.
On Sun, May 15, 2016 at 5:05 PM Evan Hughes <wisebald...@apache.org> wrote: > Hey all, > > Just wanted to do a little progress update from this month: > > Pull requests closed: 5 > Issues Created: 2 > Issues Resolved: 3 > > Summary of Changes: > > - Project has been moving to Java 8. > - Added smooth shutdown to server. > - Updated Jetty versions. > - Travis pre testing for github pull requests fixed > - Removed the old federation implementation. > > Most of this work was done by internal members and other projects outside > contributing back to Wave. > > Stuff to Work on: > > For those who are wanting to contribute to the project but arn't sure where > to start but know java, we do have a sonar instance which shows we have > things to work on ( https://analysis.apache.org/dashboard/index/251359 ). > > If your a designer there is plenty of work todo just let us know who you > are :). > > Other Programming tasks: > > - Removal of the kune.cc gwt initials avatars ( unnecessary technical debt > in our dependencies ) > > Thanks again to everyone that is contributing, may make a little bot to > make these more frequent and more structured in the future :) . > > ~ Evan >