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

upgrade netty to 4.1.110 #82

Merged
merged 2 commits into from
Jun 13, 2024
Merged

upgrade netty to 4.1.110 #82

merged 2 commits into from
Jun 13, 2024

Conversation

jaredstehler
Copy link
Contributor

@jaredstehler jaredstehler commented Jun 10, 2024

basepom 59.10 upgrades netty from 4.1.8 to 4.1.110.

this also upgrades greenmail used in tests to 1.6, and enables TLS in tests.

@@ -579,7 +579,7 @@ public void testAppend() throws Exception {
)
.get();
assertThat(appendResponse.getCode()).isEqualTo(ResponseCode.OK);
long uid = Long.parseLong(appendResponse.getMessage().substring(25, 26));
long uid = Long.parseLong(appendResponse.getMessage().substring(22, 23));
Copy link
Contributor Author

Choose a reason for hiding this comment

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

greenmail imap server response timestamp changed from millis to secs

@jaredstehler jaredstehler merged commit 3e458c5 into master Jun 13, 2024
1 check was pending
@jaredstehler jaredstehler deleted the js-netty-4-1-110 branch June 13, 2024 14:58
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.

1 participant