Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align fabric8 k8s discovery clients part 5 #1506

Merged
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
fad373c
correct order
wind57 Nov 3, 2023
eb7a681
checkstyle
wind57 Nov 3, 2023
042e722
trigger
wind57 Nov 3, 2023
8efbd58
fix test
wind57 Nov 3, 2023
57fc9c3
trigger
wind57 Nov 4, 2023
598c46e
drop a record used internally only
wind57 Nov 4, 2023
f0c59c0
Merge branch 'align-fabric8-k8s-discovery-clients-part-1' into align-…
wind57 Nov 6, 2023
01165e6
dirty
wind57 Nov 6, 2023
952a5c9
dirty
wind57 Nov 6, 2023
edd5bd4
dirty
wind57 Nov 6, 2023
fa77594
Merge branch '3.0.x' into align-fabric8-k8s-discovery-clients-part-3
wind57 Nov 7, 2023
a17e1c7
dirty
wind57 Nov 7, 2023
45ca67b
dirty
wind57 Nov 7, 2023
9ac791d
Merge branch '3.0.x' into align-fabric8-k8s-discovery-clients-part-3
wind57 Nov 8, 2023
39dd56c
before tests and IT
wind57 Nov 8, 2023
1ffe776
started working on tests
wind57 Nov 8, 2023
f6a22e1
started working on tests
wind57 Nov 8, 2023
77da363
merge 3.0.x
wind57 Nov 8, 2023
dba5c67
added one more tests
wind57 Nov 10, 2023
8463067
before integration tests
wind57 Nov 10, 2023
f986628
fix checkstyle
wind57 Nov 10, 2023
847ae34
started work on integration tests
wind57 Nov 13, 2023
485e39e
integration tests
wind57 Nov 13, 2023
f0c3bcd
fix test
wind57 Nov 13, 2023
b2a56ac
fix test
wind57 Nov 14, 2023
c2039fd
checkstyle
wind57 Nov 14, 2023
80a0380
fix test
wind57 Nov 14, 2023
a7597c2
minor clean-up
wind57 Nov 14, 2023
1cd547f
fix test
wind57 Nov 14, 2023
1d5b5f1
Merge branch 'align-fabric8-k8s-discovery-clients-part-3' into align-…
wind57 Nov 14, 2023
29031f5
minor clean-up
wind57 Nov 14, 2023
e22960d
minor clean-up
wind57 Nov 14, 2023
4cc7cdd
Merge branch '3.0.x' into align-fabric8-k8s-discovery-clients-part-4
wind57 Nov 14, 2023
caec2bb
Merge branch 'align-fabric8-k8s-discovery-clients-part-4' into align-…
wind57 Nov 15, 2023
e2cec3c
checkstyle
wind57 Nov 15, 2023
5acb6d7
Merge branch '3.0.x' into align-fabric8-k8s-discovery-clients-part-5
wind57 Nov 15, 2023
a9428d6
trigger
wind57 Nov 15, 2023
57a7280
formatting
wind57 Nov 15, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix checkstyle
wind57 committed Nov 10, 2023
commit f986628900ca4ed046f9551980d59eca5c6fa527
Original file line number Diff line number Diff line change
@@ -35,6 +35,7 @@
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

import org.springframework.cloud.client.ServiceInstance;
import org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties;