-
Notifications
You must be signed in to change notification settings - Fork 300
Roadmap
Roadmap
Stephan has just kindly added me as a collaborator to the asterisk-java project so I thought I would kick off with putting a small road map up for comment.
Move issue tracking to Git Hub so we are all in one place.
As I'm no git expert I intend following the release procedures documented here: http://nvie.com/posts/a-successful-git-branching-model/
Note: the release-1.0 branch will be branched from master rather than develop as develop is way ahead of where we need to release from.
First objective is to get a 1.0 release out the door.
The 1.0 release will only merge in small bug fixes with no feature enhancements. As you probably know we have sat on 1.0 m3 for some time so I think its fairly reasonable to push that out the door.
1.0 will support:
- 1.4
- 1.6
- 1.8
Update 29/Apr/15 Zoumana TRAORE is preparing the 1.0 rc1 and should be out soon!
Update 5/May/15 Zoumana has pushed the 1.0 rc1 release out and it is now available for download.
We expect to push the 1.0 GA out on the 1st June 2015.
Enguerrand has proposed creating a 1.1 release as he has a no. of small enhancements that he wants included plus submission from anyone else that is interested.
1.1 will support
- 1.4
- 1.6
- 1.8
No release date suggested as yet.
The aim for 2.0 is bring Asterisk Java up to date with the latest version of Asterisk. The primary target would be Asterisk 13 but I'm going to guess that a lot of the community will want Asterisk 11 support as well.
Supported versions:
- 1.4
- 1.6
- 1.8
- 11
- 12 (maybe)
- 13
To make this work are going to need volunteers that can test against each version of Asterisk.
I do note that one of forks includes a number of unit test. I think it would be useful to merge these and possibly extend the no. of unit test available so we have reasonable coverage.
Other suggestions?