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

Add tomcat9 module #378

Merged
merged 2 commits into from
Mar 18, 2018
Merged

Add tomcat9 module #378

merged 2 commits into from
Mar 18, 2018

Conversation

magro
Copy link
Owner

@magro magro commented Mar 18, 2018

In MemcachedSessionServiceTest at some places requestId was changed
to be not null, since with source/target 1.8 (which was set initially)
the null values caused IllegalArgumentExceptions in
LockingStrategy.onBackupWithoutLoadedSession which requires it to be NonNull.

Refs #365

Since tomcat9 requires java8, tests are disable for jdk < 1.8.

In MemcachedSessionServiceTest at some places `requestId` was changed
to be not null, since with source/target 1.8 (which was set initially)
the `null` values caused `IllegalArgumentException`s in
`LockingStrategy.onBackupWithoutLoadedSession` which requires it to be `NonNull`.

Refs #365
…ionsWithNonStickySessions

Failed here: https://travis-ci.org/magro/memcached-session-manager/jobs/355123287

`MemcachedClient#shutdown` is now invoked with a timeout, in order to await
running operations. Maybe this helps to properly shutdown the memcached client.
@magro magro merged commit f79442c into master Mar 18, 2018

<profiles>
<profile>
<!-- tomcat9 requires java8, therefore we disable tests on java7 -->

Choose a reason for hiding this comment

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

👍

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.

2 participants