Commit a7ec9c4
committed
Repackage web server classes
Issue: 44286
Issue: 440671 parent 65b079f commit a7ec9c4
File tree
412 files changed
+5846
-5221
lines changed- buildSrc/src/main/java/org/springframework/boot/build/autoconfigure
- spring-boot-project
- spring-boot-actuator-autoconfigure/src
- main
- java/org/springframework/boot/actuate/autoconfigure/web
- server
- jetty
- netty
- tomcat
- undertow
- servlet
- resources/META-INF/spring
- test/java/org/springframework/boot/actuate/autoconfigure
- cloudfoundry
- reactive
- servlet
- endpoint/web
- documentation
- jersey
- integrationtest
- metrics
- jersey
- test
- web
- jetty
- tomcat
- security
- reactive
- servlet
- web
- reactive
- server
- servlet
- spring-boot-actuator/src
- main/java/org/springframework/boot/actuate
- endpoint/web
- metrics/web
- jetty
- tomcat
- web/mappings/servlet
- test/java/org/springframework/boot/actuate/endpoint/web
- annotation
- jersey
- reactive
- servlet
- test
- spring-boot-autoconfigure/src
- dockerTest/java/org/springframework/boot/autoconfigure/pulsar
- main
- java/org/springframework/boot/autoconfigure
- http
- rsocket
- webservices
- websocket/reactive
- web
- embedded
- reactive
- server
- jetty
- reactive
- jetty
- netty
- tomcat
- undertow
- servlet
- jetty
- tomcat
- undertow
- tomcat
- undertow
- servlet
- error
- resources/META-INF/spring
- test/java/org/springframework/boot/autoconfigure
- admin
- condition
- graphql/rsocket
- h2
- http
- jersey
- mustache
- rsocket
- security
- oauth2/client/servlet
- servlet
- session
- websocket
- reactive
- servlet
- web
- embedded
- reactive
- error
- function/client
- server
- jetty
- reactive
- jetty
- netty
- tomcat
- undertow
- servlet
- jetty
- tomcat
- undertow
- tomcat
- undertow
- servlet
- error
- spring-boot-devtools/src/test/java/org/springframework/boot/devtools
- autoconfigure
- remote/client
- spring-boot-docs/src/main
- java/org/springframework/boot/docs
- actuator/cloudfoundry/customcontextpath
- howto/webserver
- configure
- enablemultipleconnectorsintomcat
- enablemultiplelistenersinundertow
- testing/utilities/testresttemplate
- web
- reactive/reactiveserver/customizing/programmatic
- servlet/embeddedcontainer/customizing
- programmatic
- samesite
- kotlin/org/springframework/boot/docs
- actuator/cloudfoundry/customcontextpath
- howto/webserver
- configure
- enablemultipleconnectorsintomcat
- enablemultiplelistenersinundertow
- testing/utilities/testresttemplate
- web
- reactive/reactiveserver/customizing/programmatic
- servlet/embeddedcontainer/customizing
- programmatic
- samesite
- spring-boot-test/src
- main/java/org/springframework/boot/test/web
- client
- reactive/server
- test/java/org/springframework/boot/test
- context
- graphql/tester
- web
- client
- reactive/server
- spring-boot/src
- main
- java/org/springframework/boot
- rsocket/netty
- web
- embedded/undertow
- reactive/context
- server
- jetty
- reactive
- jetty
- netty
- tomcat
- undertow
- servlet
- jetty
- tomcat
- undertow
- tomcat
- undertow
- servlet
- context
- server
- support
- resources/META-INF
- spring
- test
- java/org/springframework/boot
- http/client
- web
- client
- context
- reactive/context
- config
- server
- jetty
- reactive
- jetty
- netty
- tomcat
- undertow
- servlet
- jetty
- tomcat
- undertow
- tomcat
- undertow
- servlet
- context
- config
- server
- support
- kotlin/org/springframework/boot
- resources/org/springframework/boot/web
- server
- jetty
- reactive
- netty
- servlet
- jetty
- tomcat
- undertow
- tomcat
- undertow
- servlet/context
- spring-boot-tests
- spring-boot-integration-tests/spring-boot-server-tests/spring-boot-server-tests-app/src/main/java/com/example
- spring-boot-smoke-tests
- spring-boot-smoke-test-jetty-ssl/src/test/java/smoketest/jetty/ssl
- spring-boot-smoke-test-tomcat-multi-connectors/src
- main/java/smoketest/tomcat/multiconnector
- test/java/smoketest/tomcat/multiconnector
- spring-boot-smoke-test-tomcat11/src/test/java/smoketest/tomcat
- spring-boot-smoke-test-tomcat/src/test/java/smoketest/tomcat
- spring-boot-smoke-test-websocket-jetty/src/test/java/smoketest/websocket/jetty/echo
- spring-boot-smoke-test-websocket-tomcat/src/test/java/smoketest/websocket/tomcat/echo
- spring-boot-smoke-test-websocket-undertow/src/test/java/smoketest/websocket/undertow/echo
- src/checkstyle
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
412 files changed
+5846
-5221
lines changedLines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
127 | | - | |
| 128 | + | |
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
131 | | - | |
| 132 | + | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| 136 | + | |
| 137 | + | |
135 | 138 | | |
136 | 139 | | |
137 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 14 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | | - | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
36 | 35 | | |
37 | | - | |
38 | | - | |
| 36 | + | |
| 37 | + | |
39 | 38 | | |
40 | 39 | | |
41 | | - | |
| 40 | + | |
42 | 41 | | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
0 commit comments