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

fix: do lazy initialization in a thread-safe way #10456

Merged
merged 1 commit into from Mar 29, 2021

Conversation

denis-anisimov
Copy link
Contributor

fixes #9323

@mshabarov mshabarov enabled auto-merge (squash) March 29, 2021 10:20
@@ -184,11 +182,12 @@ public boolean handleSessionExpired(VaadinRequest request,
}

private ServerRpcHandler getRpcHandler(VaadinSession session) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

MAJOR Remove this unused method parameter "session". rule

@vaadin-bot
Copy link
Collaborator

SonarQube analysis reported 1 issue

  • MAJOR 1 major

Watch the comments in this conversation to review them.

@vaadin-bot
Copy link
Collaborator

Hi @denis-anisimov , this commit cannot be picked to 2.6 by this bot, can you take a look and pick it manually?

@vaadin-bot
Copy link
Collaborator

Hi @denis-anisimov , this commit cannot be picked to 2.5 by this bot, can you take a look and pick it manually?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UidlRequestHandler#getRpcHandler implements non-thread-safe lazy initialization
3 participants