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
6ee6f095
Commit
6ee6f095
authored
Jun 15, 2016
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix warnings produced during Javadoc generation
parent
8daaf6d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
72 additions
and
12 deletions
+72
-12
pom.xml
spring-boot-docs/pom.xml
+69
-9
UndertowEmbeddedServletContainer.java
...t/embedded/undertow/UndertowEmbeddedServletContainer.java
+3
-3
No files found.
spring-boot-docs/pom.xml
View file @
6ee6f095
...
@@ -85,6 +85,11 @@
...
@@ -85,6 +85,11 @@
<artifactId>
jackson-dataformat-xml
</artifactId>
<artifactId>
jackson-dataformat-xml
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.module
</groupId>
<artifactId>
jackson-module-parameter-names
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<dependency>
<groupId>
com.github.ben-manes.caffeine
</groupId>
<groupId>
com.github.ben-manes.caffeine
</groupId>
<artifactId>
caffeine
</artifactId>
<artifactId>
caffeine
</artifactId>
...
@@ -110,6 +115,11 @@
...
@@ -110,6 +115,11 @@
<artifactId>
hazelcast-spring
</artifactId>
<artifactId>
hazelcast-spring
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<groupId>
com.h2database
</groupId>
<artifactId>
h2
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<dependency>
<groupId>
com.samskivert
</groupId>
<groupId>
com.samskivert
</groupId>
<artifactId>
jmustache
</artifactId>
<artifactId>
jmustache
</artifactId>
...
@@ -136,13 +146,8 @@
...
@@ -136,13 +146,8 @@
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<groupId>
de.flapdoodle.embed
</groupId>
<artifactId>
commons-pool2
</artifactId>
<artifactId>
de.flapdoodle.embed.mongo
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.assertj
</groupId>
<artifactId>
assertj-core
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<dependency>
...
@@ -182,6 +187,11 @@
...
@@ -182,6 +187,11 @@
</exclusion>
</exclusion>
</exclusions>
</exclusions>
</dependency>
</dependency>
<dependency>
<groupId>
javax.cache
</groupId>
<artifactId>
cache-api
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<dependency>
<groupId>
javax.jms
</groupId>
<groupId>
javax.jms
</groupId>
<artifactId>
jms-api
</artifactId>
<artifactId>
jms-api
</artifactId>
...
@@ -237,6 +247,16 @@
...
@@ -237,6 +247,16 @@
<artifactId>
activemq-pool
</artifactId>
<artifactId>
activemq-pool
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-pool2
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-dbcp2
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-api
</artifactId>
<artifactId>
log4j-api
</artifactId>
...
@@ -282,6 +302,11 @@
...
@@ -282,6 +302,11 @@
<artifactId>
velocity-tools
</artifactId>
<artifactId>
velocity-tools
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<groupId>
org.assertj
</groupId>
<artifactId>
assertj-core
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<dependency>
<groupId>
org.codehaus.btm
</groupId>
<groupId>
org.codehaus.btm
</groupId>
<artifactId>
btm
</artifactId>
<artifactId>
btm
</artifactId>
...
@@ -343,11 +368,21 @@
...
@@ -343,11 +368,21 @@
<artifactId>
flyway-core
</artifactId>
<artifactId>
flyway-core
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<groupId>
org.freemarker
</groupId>
<artifactId>
freemarker
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<dependency>
<groupId>
org.glassfish.jersey.containers
</groupId>
<groupId>
org.glassfish.jersey.containers
</groupId>
<artifactId>
jersey-container-servlet-core
</artifactId>
<artifactId>
jersey-container-servlet-core
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.media
</groupId>
<artifactId>
jersey-media-json-jackson
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<dependency>
<groupId>
org.jboss
</groupId>
<groupId>
org.jboss
</groupId>
<artifactId>
jboss-transaction-spi
</artifactId>
<artifactId>
jboss-transaction-spi
</artifactId>
...
@@ -378,6 +413,11 @@
...
@@ -378,6 +413,11 @@
<artifactId>
narayana-jts-integration
</artifactId>
<artifactId>
narayana-jts-integration
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<groupId>
org.jooq
</groupId>
<artifactId>
jooq
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<dependency>
<groupId>
org.hibernate
</groupId>
<groupId>
org.hibernate
</groupId>
<artifactId>
hibernate-entitymanager
</artifactId>
<artifactId>
hibernate-entitymanager
</artifactId>
...
@@ -463,6 +503,11 @@
...
@@ -463,6 +503,11 @@
<artifactId>
spring-webmvc
</artifactId>
<artifactId>
spring-webmvc
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-websocket
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.amqp
</groupId>
<groupId>
org.springframework.amqp
</groupId>
<artifactId>
spring-rabbit
</artifactId>
<artifactId>
spring-rabbit
</artifactId>
...
@@ -579,8 +624,8 @@
...
@@ -579,8 +624,8 @@
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.security
.oauth
</groupId>
<groupId>
org.springframework.security
</groupId>
<artifactId>
spring-security-
oauth2
</artifactId>
<artifactId>
spring-security-
data
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<dependency>
...
@@ -588,11 +633,21 @@
...
@@ -588,11 +633,21 @@
<artifactId>
spring-security-web
</artifactId>
<artifactId>
spring-security-web
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.security.oauth
</groupId>
<artifactId>
spring-security-oauth2
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.social
</groupId>
<groupId>
org.springframework.social
</groupId>
<artifactId>
spring-social-config
</artifactId>
<artifactId>
spring-social-config
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.ws
</groupId>
<artifactId>
spring-ws-core
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<dependency>
<groupId>
org.thymeleaf
</groupId>
<groupId>
org.thymeleaf
</groupId>
<artifactId>
thymeleaf-spring4
</artifactId>
<artifactId>
thymeleaf-spring4
</artifactId>
...
@@ -608,6 +663,11 @@
...
@@ -608,6 +663,11 @@
<artifactId>
thymeleaf-extras-data-attribute
</artifactId>
<artifactId>
thymeleaf-extras-data-attribute
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<groupId>
org.thymeleaf.extras
</groupId>
<artifactId>
thymeleaf-extras-java8time
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<dependency>
<groupId>
org.thymeleaf.extras
</groupId>
<groupId>
org.thymeleaf.extras
</groupId>
<artifactId>
thymeleaf-extras-springsecurity4
</artifactId>
<artifactId>
thymeleaf-extras-springsecurity4
</artifactId>
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/undertow/UndertowEmbeddedServletContainer.java
View file @
6ee6f095
...
@@ -97,7 +97,7 @@ public class UndertowEmbeddedServletContainer implements EmbeddedServletContaine
...
@@ -97,7 +97,7 @@ public class UndertowEmbeddedServletContainer implements EmbeddedServletContaine
* @param autoStart if the server should be started
* @param autoStart if the server should be started
* @param compression compression configuration
* @param compression compression configuration
* @deprecated as of 1.4 in favor of
* @deprecated as of 1.4 in favor of
* {@link #UndertowEmbeddedServletContainer(Builder, DeploymentManager, String, boolean, Compression)}
* {@link #UndertowEmbeddedServletContainer(
Undertow.
Builder, DeploymentManager, String, boolean, Compression)}
*/
*/
@Deprecated
@Deprecated
public
UndertowEmbeddedServletContainer
(
Builder
builder
,
DeploymentManager
manager
,
public
UndertowEmbeddedServletContainer
(
Builder
builder
,
DeploymentManager
manager
,
...
@@ -115,7 +115,7 @@ public class UndertowEmbeddedServletContainer implements EmbeddedServletContaine
...
@@ -115,7 +115,7 @@ public class UndertowEmbeddedServletContainer implements EmbeddedServletContaine
* @param autoStart if the server should be started
* @param autoStart if the server should be started
* @param compression compression configuration
* @param compression compression configuration
* @deprecated as of 1.4 in favor of
* @deprecated as of 1.4 in favor of
* {@link #UndertowEmbeddedServletContainer(Builder, DeploymentManager, String, boolean, boolean, Compression)}
* {@link #UndertowEmbeddedServletContainer(
Undertow.
Builder, DeploymentManager, String, boolean, boolean, Compression)}
*/
*/
@Deprecated
@Deprecated
public
UndertowEmbeddedServletContainer
(
Builder
builder
,
DeploymentManager
manager
,
public
UndertowEmbeddedServletContainer
(
Builder
builder
,
DeploymentManager
manager
,
...
@@ -135,7 +135,7 @@ public class UndertowEmbeddedServletContainer implements EmbeddedServletContaine
...
@@ -135,7 +135,7 @@ public class UndertowEmbeddedServletContainer implements EmbeddedServletContaine
* @param compression compression configuration
* @param compression compression configuration
* @param serverHeader string to be used in HTTP header
* @param serverHeader string to be used in HTTP header
* @deprecated as of 1.4 in favor of
* @deprecated as of 1.4 in favor of
* {@link #UndertowEmbeddedServletContainer(Builder, DeploymentManager, String, boolean, boolean, Compression, String)}
* {@link #UndertowEmbeddedServletContainer(
Undertow.
Builder, DeploymentManager, String, boolean, boolean, Compression, String)}
*/
*/
@Deprecated
@Deprecated
public
UndertowEmbeddedServletContainer
(
Builder
builder
,
DeploymentManager
manager
,
public
UndertowEmbeddedServletContainer
(
Builder
builder
,
DeploymentManager
manager
,
...
...
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