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

Provided support for Tomcat 9 #69

Merged
merged 1 commit into from
Nov 22, 2019

Conversation

alparslanavci
Copy link
Contributor

This implementation creates a new module for Apache Tomcat 9 support.

@mesutcelik
Copy link
Contributor

Can you also update README with the latest changes?

@alparslanavci
Copy link
Contributor Author

@mesutcelik yes, I will update the readme for all module updates in a separate PR.

@alparslanavci alparslanavci merged commit 3d38603 into hazelcast:master Nov 22, 2019
@alparslanavci alparslanavci deleted the tomcat-9-support branch November 22, 2019 11:24
@alparslanavci alparslanavci added this to the 1.1.5 milestone Dec 23, 2019
}

session.setId(newSessionId);
session.tellNew();
Copy link

Choose a reason for hiding this comment

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

calling session.tellNew(); method again calls session listener twice. Once from session.setId(newSessionId) and session.tellNew().

I think session.tellNew() needs to be removed.

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