Hello Martin, > Do you plan to create a repository > on GitHub?
I already have a repository at https://github.com/SiddheshRane/sis-client where I have pushed certain changes. At this point the app is just mimicking the console like output, only to see everything is working and to understand the api. A different branch wouldn't be necessary I believe because I'm perhaps the only one who will touch the Javafx folder, so we'll never have any conflicts. I guess jdk8 branch on sis github will be sufficient. Some thoughts on migration : * We need some arrangement where I would get push access to at least the folder I'm working on if we are to migrate. I think git sub module is a feature like that. * History of my repo should be preserved, preferably. If you can suggest any method of transferring all my commits. This is not a hard requirement at all and I'm open to just copy-paste-intial-mega-commit method. * A proper migration would mean that my POM becomes a child of the sis parent POM. This way the feature set of the app is always tied to the jd8 branch. I'm no expert at project management so I'm entirely relying on you to suggest me whatever method you see best. Regards, Siddhesh Rane
