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
d50c8aa3
Commit
d50c8aa3
authored
Sep 07, 2020
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update container versions used in deployment integration tests
Closes gh-23211
parent
b9ee545c
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 @
d50c8aa3
...
@@ -77,10 +77,12 @@ class DeploymentIntegrationTests {
...
@@ -77,10 +77,12 @@ class DeploymentIntegrationTests {
}
}
static
List
<
DeployedApplication
>
deployedApplications
()
{
static
List
<
DeployedApplication
>
deployedApplications
()
{
return
Arrays
.
asList
(
new
DeployedApplication
(
"open-liberty:19.0.0.9-webProfile8"
,
"/config/dropins"
,
9080
),
return
Arrays
.
asList
(
new
DeployedApplication
(
"tomcat:9.0.29-jdk8-openjdk"
,
"/usr/local/tomcat/webapps"
,
8080
),
new
DeployedApplication
(
"openliberty/open-liberty:20.0.0.9-kernel-java8-openj9-ubi"
,
"/config/dropins"
,
new
DeployedApplication
(
"tomee:11-jre-8.0.0-M3-webprofile"
,
"/usr/local/tomee/webapps"
,
8080
),
9080
),
new
DeployedApplication
(
"jboss/wildfly:18.0.1.Final"
,
"/opt/jboss/wildfly/standalone/deployments"
,
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
));
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