jakartaee / rest

Jakarta RESTful Web Services
Other
361 stars 117 forks source link

Regression in release-4.0 branch #1165

Closed NicoNes closed 6 months ago

NicoNes commented 1 year ago

Hi @spericas,

I've just noticed that cookie builder introduced in 3.1.0 by this PR https://github.com/jakartaee/rest/pull/895 no longer exist in release-4.0 branch (https://github.com/jakartaee/rest/commit/ae1f6ef7f4db9957079b8c383041a4537f33f35b).
Was this rollback made on purpose ?

PS: Same thing for changes introduces by this PR https://github.com/jakartaee/rest/pull/995

-- Nicolas

spericas commented 1 year ago

On Jul 25, 2023, at 4:34 PM, NicoNes @.***> wrote:

Hi @spericashttps://urldefense.com/v3/__https://github.com/spericas__;!!ACWV5N9M2RV99hQ!LTsTyh2rDbTxjiQBs0D2EQN1ClSUZRR7MAeyphV60OKnKavveBaeDe8WtleO983ZJv6fXLyjQ9VjrDGaD916l_Fv1LwtFJ5O9o4$,

I've just noticed that cookie builder introduced in 3.1.0 by this PR #895https://urldefense.com/v3/__https://github.com/jakartaee/rest/pull/895__;!!ACWV5N9M2RV99hQ!LTsTyh2rDbTxjiQBs0D2EQN1ClSUZRR7MAeyphV60OKnKavveBaeDe8WtleO983ZJv6fXLyjQ9VjrDGaD916l_Fv1LwtdBz7uPM$ no longer exist in release-4.0 branch (ae1f6efhttps://urldefense.com/v3/__https://github.com/jakartaee/rest/commit/ae1f6ef7f4db9957079b8c383041a4537f33f35b__;!!ACWV5N9M2RV99hQ!LTsTyh2rDbTxjiQBs0D2EQN1ClSUZRR7MAeyphV60OKnKavveBaeDe8WtleO983ZJv6fXLyjQ9VjrDGaD916l_Fv1LwtT9wUA-Y$). Was this rollback made on purpose ?

No, I wonder why that is. Maybe due to some earlier work on the branch, not sure. We should fix this and check that nothing else is missing there :(

— Santiago

NicoNes commented 1 year ago

Hey @spericas ,

Well, I did not check all files modified by this commit but it seems that at least the following validated PRs from 3.1 are missing in the release-4.0 branch:

Since the release-4.0 branch does not contain merged code for now (only init commit for what I saw) and due to this big amount of missing code maybe it will be better/simpler to either:

WDYT ?

-- Nicolas

spericas commented 1 year ago

On Jul 28, 2023, at 6:37 PM, NicoNes @.***> wrote:

Hey @spericashttps://urldefense.com/v3/__https://github.com/spericas__;!!ACWV5N9M2RV99hQ!I8BOeHhiSfeEqLof1Lzc3eJD_BwW9mKz6DcGKQ0zR0UGQC6oORTVSvqnZewewi1M3ExQc00QdO-0fYcSH2KMgJPwsNCdCeBp-aA$ ,

Well, I did not check all files modified by this commithttps://urldefense.com/v3/__https://github.com/jakartaee/rest/commit/ae1f6ef7f4db9957079b8c383041a4537f33f35b__;!!ACWV5N9M2RV99hQ!I8BOeHhiSfeEqLof1Lzc3eJD_BwW9mKz6DcGKQ0zR0UGQC6oORTVSvqnZewewi1M3ExQc00QdO-0fYcSH2KMgJPwsNCd7jxXb-I$ but it seems that at least the following validated PRs from 3.1 are missing in the release-4.0 branch:

Since the release-4.0 branch does not contain merged code for now (only init commit for what I saw) and due to this big amount of missing code maybe it will be better/simpler to either:

— Santiago

NicoNes commented 1 year ago

@spericas Yep, I'm working in it.