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
2e107929
Commit
2e107929
authored
Apr 15, 2019
by
Brian Clozel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Elasticsearch 6.7.1
Closes gh-16569
parent
687c58d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ElasticsearchHealthIndicatorTests.java
...uate/elasticsearch/ElasticsearchHealthIndicatorTests.java
+2
-2
pom.xml
spring-boot-project/spring-boot-dependencies/pom.xml
+1
-1
No files found.
spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/elasticsearch/ElasticsearchHealthIndicatorTests.java
View file @
2e107929
/*
/*
* Copyright 2012-201
8
the original author or authors.
* Copyright 2012-201
9
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
@@ -176,7 +176,7 @@ public class ElasticsearchHealthIndicatorTests {
...
@@ -176,7 +176,7 @@ public class ElasticsearchHealthIndicatorTests {
super
(
"test-cluster"
,
new
String
[
0
],
super
(
"test-cluster"
,
new
String
[
0
],
new
ClusterState
(
null
,
0
,
null
,
null
,
RoutingTable
.
builder
().
build
(),
new
ClusterState
(
null
,
0
,
null
,
null
,
RoutingTable
.
builder
().
build
(),
DiscoveryNodes
.
builder
().
build
(),
DiscoveryNodes
.
builder
().
build
(),
ClusterBlocks
.
builder
().
build
(),
null
,
false
));
ClusterBlocks
.
builder
().
build
(),
null
,
1
,
false
));
this
.
status
=
status
;
this
.
status
=
status
;
}
}
...
...
spring-boot-project/spring-boot-dependencies/pom.xml
View file @
2e107929
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
<embedded-mongo.version>
2.2.0
</embedded-mongo.version>
<embedded-mongo.version>
2.2.0
</embedded-mongo.version>
<flyway.version>
5.2.4
</flyway.version>
<flyway.version>
5.2.4
</flyway.version>
<freemarker.version>
2.3.28
</freemarker.version>
<freemarker.version>
2.3.28
</freemarker.version>
<elasticsearch.version>
6.
6.2
</elasticsearch.version>
<elasticsearch.version>
6.
7.1
</elasticsearch.version>
<glassfish-el.version>
3.0.2
</glassfish-el.version>
<glassfish-el.version>
3.0.2
</glassfish-el.version>
<glassfish-jaxb.version>
2.3.2
</glassfish-jaxb.version>
<glassfish-jaxb.version>
2.3.2
</glassfish-jaxb.version>
<groovy.version>
2.5.6
</groovy.version>
<groovy.version>
2.5.6
</groovy.version>
...
...
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