-
Notifications
You must be signed in to change notification settings - Fork 691
GEODE-10256: HttpSessionListener is not working #7619
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
base: develop
Are you sure you want to change the base?
GEODE-10256: HttpSessionListener is not working #7619
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to get some more info regarding this issue. I've left a comment on the ticket here: https://issues.apache.org/jira/browse/GEODE-10256
@jdeppe-pivotal |
testImplementation('org.mockito:mockito-core') | ||
testImplementation('org.apache.tomcat:catalina-ha:' + DependencyConstraints.get('tomcat6.version')) | ||
|
||
testImplementation(project(':geode-junit')) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see what symbol from geode-junit
is being used to require this addition.
@masaki-yamakawa: I know this has been dormant for quite some time, but @JinwooHwang and I are reviewing backlogged pull requests and I wanted to check with you about this contribution. We're wondering if you're still interested in seeing it merged. I think the work is valuable but I defer to your judgement on whether you believe the contribution is stale by this point. |
@semioticrobotic thanks for checking in. I’m still interested in seeing this merged. I’ll review the branch, address any remaining comments or conflicts, and push an update to the PR. If you’d prefer this be closed instead, please let me know. |
Great, @masaki-yamakawa! On the contrary: We'd much prefer to see it through to fruition! Best of luck, and thanks. |
For all changes:
Is there a JIRA ticket associated with this PR? Is it referenced in the commit message?
Has your PR been rebased against the latest commit within the target branch (typically
develop
)?Is your initial contribution a single, squashed commit?
Does
gradlew build
run cleanly?Have you written or updated unit tests to verify your changes?
[-] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?