Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
f73c4a83
Commit
f73c4a83
authored
Jan 15, 2020
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Netty 4.1.45.Final
Closes gh-19722
parent
64df3776
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
pom.xml
spring-boot-project/spring-boot-dependencies/pom.xml
+1
-1
TomcatReactiveWebServerFactoryTests.java
.../embedded/tomcat/TomcatReactiveWebServerFactoryTests.java
+12
-1
No files found.
spring-boot-project/spring-boot-dependencies/pom.xml
View file @
f73c4a83
...
...
@@ -142,7 +142,7 @@
<mysql.version>
8.0.18
</mysql.version>
<nekohtml.version>
1.9.22
</nekohtml.version>
<neo4j-ogm.version>
3.1.15
</neo4j-ogm.version>
<netty.version>
4.1.4
3
.Final
</netty.version>
<netty.version>
4.1.4
5
.Final
</netty.version>
<netty-tcnative.version>
2.0.28.Final
</netty-tcnative.version>
<nio-multipart-parser.version>
1.1.0
</nio-multipart-parser.version>
<pooled-jms.version>
1.0.6
</pooled-jms.version>
...
...
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/embedded/tomcat/TomcatReactiveWebServerFactoryTests.java
View file @
f73c4a83
/*
* Copyright 2012-20
19
the original author or authors.
* Copyright 2012-20
20
the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -26,6 +26,7 @@ import org.apache.catalina.core.AprLifecycleListener;
import
org.apache.catalina.core.StandardContext
;
import
org.apache.catalina.startup.Tomcat
;
import
org.apache.catalina.valves.RemoteIpValve
;
import
org.junit.Ignore
;
import
org.junit.Test
;
import
org.mockito.ArgumentCaptor
;
import
org.mockito.InOrder
;
...
...
@@ -155,4 +156,14 @@ public class TomcatReactiveWebServerFactoryTests extends AbstractReactiveWebServ
assertThat
(
context
.
getClearReferencesThreadLocals
()).
isFalse
();
}
@Test
@Ignore
(
"gh-19702"
)
public
void
compressionOfResponseToGetRequest
()
{
}
@Test
@Ignore
(
"gh-19702"
)
public
void
compressionOfResponseToPostRequest
()
{
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment