Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cu-dev] Thoughts on how to manage PRs for new api features
  • From: "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
  • Date: Wed, 17 Mar 2021 15:45:00 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=payara.fish; dmarc=pass action=none header.from=payara.fish; dkim=pass header.d=payara.fish; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=MJFaNquAH+5/2BOIfWrAgwi90r98RRVxIMZBsKVMumE=; b=Tfcp549+XZ8hdXaVAKIIwzXx2vWSjS3QztZsNrMJNS4vuthGiO9M569x57CDLyWxWJVn2xLDFxMTH2tJeHGNqcG66avgI2wvt5OHmOxJTppjlbzMPSx3CpHdy5d52zG2wHfABrZxP1kI1nJgW6RGquUNddi2fXPgOF1F1RAbmebjkSRXDAcHTZ6P0evKTWmUyraaD6XFjbS+TKcDl12DcK1WAzbR3zGNB7NQAAQpBndmdtq2tiPomGy7A2mSdQSvrvfqnuiMmHK5qRCCfKKKYx35TEl8enUf2y/9bk70v8cg426Byi0cHSHYo41Rq9zbF+aIz570ekEfm2SeRvd19Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=QSpPsLlsHx9o4/eJi+SCqIFkcE4AA7shNPjM+hqpfUgyUmP6HJto3CegTE6Px8c+GrrF16yz1EpBj3+0OU8Wlbzdz13d3ikhfpBE6HkiyGoP6VHcXJXYDLIOTERApZB7VJgYqmccGRDOt3HfpARb93uJJjoSJAM/Uur6pQQA87MFcyBftGWWZ9DzF5AG1bNw8y+A9CB8eQYKWKon0zgDXbU/q5W6A8FlDOW8LQ8JJLzXGCLyT6CpV8pvZPc2LmSC0TVJjsNMVglaqOCv+A+0g3437fkNIAKKxUNm/5vIBLLIMCYAMUY7RqBYRw5C10/C38KAfkt2ILHaG63DsfsowA==
  • Delivered-to: cu-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cu-dev/>
  • List-help: <mailto:cu-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cu-dev>, <mailto:cu-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cu-dev>, <mailto:cu-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdcbQ+t38xFLLKt2TH+f2/oZc9/w8w==
  • Thread-topic: Thoughts on how to manage PRs for new api features

How do people feel we should manage feature development in the repo for Jakarta EE 10?

 

A couple of options from me.

People make PRs to master for api proposals? When agreed and voted on the PR we merge the PR?

This could become cumbersome with a lot of comments on a single PR.

 

We create a feature branch, one per issue, and allow PRs and merge PRs to the feature branch. Then when we are happy with a feature create a final PR to master where people can vote?

 

Any other options?

 

Thanks

 

Steve


Back to the top