Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MNG-7347] SessionScoped beans should be singletons for a given session #621

Merged
merged 1 commit into from
Jan 10, 2022

Conversation

gnodet
Copy link
Contributor

@gnodet gnodet commented Nov 25, 2021

Related to

The original scopes were working correctly but did not support multithreaded builds.

The new scope implementation does not use threading at all, so it's safer in a multithreaded build.

Following this checklist to help us incorporate your
contribution quickly and easily:

  • Make sure there is a JIRA issue filed
    for the change (usually before you start working on it). Trivial changes like typos do not
    require a JIRA issue. Your pull request should address just this issue, without
    pulling in other changes.
  • Each commit in the pull request should have a meaningful subject line and body.
  • Format the pull request title like [MNG-XXX] - Fixes bug in ApproximateQuantiles,
    where you replace MNG-XXX with the appropriate JIRA issue. Best practice
    is to use the JIRA issue title in the pull request title and in the first line of the
    commit message.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Run mvn clean verify to make sure basic checks pass. A more thorough check will
    be performed on your pull request automatically.
  • You have run the Core IT successfully.

@gnodet gnodet requested a review from cstamas December 17, 2021 12:07
@gnodet gnodet requested a review from michael-o January 6, 2022 12:38
Copy link
Member

@michael-o michael-o left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fix version contains 3.8.5, but tests require Java 8. How is this supposed to be backported?

@gnodet
Copy link
Contributor Author

gnodet commented Jan 7, 2022

The fix version contains 3.8.5, but tests require Java 8. How is this supposed to be backported?

Let me provide a PR for 3.8.5.

@michael-o michael-o self-requested a review January 7, 2022 14:19
Copy link
Member

@michael-o michael-o left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Accepting this for master only.

@michael-o
Copy link
Member

Running ITs...

@michael-o
Copy link
Member

Passes for me.

@gnodet gnodet merged commit faf5d5d into apache:master Jan 10, 2022
gnodet added a commit that referenced this pull request May 9, 2022
@gnodet gnodet deleted the MNG-7347 branch October 27, 2022 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants