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
17b69102
Commit
17b69102
authored
Sep 07, 2020
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.3.x'
Closes gh-23212
parents
ab669bd7
d50c8aa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
DeploymentIntegrationTests.java
...s/src/intTest/java/sample/DeploymentIntegrationTests.java
+6
-4
No files found.
spring-boot-tests/spring-boot-deployment-tests/src/intTest/java/sample/DeploymentIntegrationTests.java
View file @
17b69102
...
...
@@ -77,10 +77,12 @@ class DeploymentIntegrationTests {
}
static
List
<
DeployedApplication
>
deployedApplications
()
{
return
Arrays
.
asList
(
new
DeployedApplication
(
"open-liberty:19.0.0.9-webProfile8"
,
"/config/dropins"
,
9080
),
new
DeployedApplication
(
"tomcat:9.0.29-jdk8-openjdk"
,
"/usr/local/tomcat/webapps"
,
8080
),
new
DeployedApplication
(
"tomee:11-jre-8.0.0-M3-webprofile"
,
"/usr/local/tomee/webapps"
,
8080
),
new
DeployedApplication
(
"jboss/wildfly:18.0.1.Final"
,
"/opt/jboss/wildfly/standalone/deployments"
,
return
Arrays
.
asList
(
new
DeployedApplication
(
"openliberty/open-liberty:20.0.0.9-kernel-java8-openj9-ubi"
,
"/config/dropins"
,
9080
),
new
DeployedApplication
(
"tomcat:9.0.37-jdk8-openjdk"
,
"/usr/local/tomcat/webapps"
,
8080
),
new
DeployedApplication
(
"tomee:8-jre-8.0.2-webprofile"
,
"/usr/local/tomee/webapps"
,
8080
),
new
DeployedApplication
(
"jboss/wildfly:20.0.1.Final"
,
"/opt/jboss/wildfly/standalone/deployments"
,
8080
));
}
...
...
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