DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
DRAFT - Proposal
When being discussed on dev@ mailing list and on Slack channels there seems to be a need to separate VSNetBeans from main NetBeans code base and also from releases.
NetBeans IDE and VSNetBeans releases could be decoupled.
- VSNetBeans will be built and hosted in a new repository,
netbeans-vsnetbeans netbeans-vsnetbeansrepository will contain the content of the currentjava/java.lsp.server/vscode- Optionally also
java/java.lsp.server/nbcode, with some gluing code/scripts - TBD. - The main NetBeans repository would be included as a sub-module.
- Optionally also
- Releasing VSNetBeans
- Create a branch in
netbeans-vsnetbeansnamedrelease_X.Y.Zwhere X is the main release version of existing NetBeans IDE - The submodule with main NetBeans source code is changed to checkout a specific hash from the main NetBeans repository.
- Build VSNetBeans, test it and perform regular ASF NetBeans voting on sources and complimentary binary
- There would not be a need to do tags or branches in the main repository. In the worst case, there could be backports in the form of patches in the
netbeans-vsnetbeansrepository, although it would be better to avoid those.
- Create a branch in