140 Commits

Author SHA1 Message Date
buildmaster
8c4400628e Bumping versions 2024-01-17 21:41:08 +00:00
erabii
89fdb6aaed Fix 1561 (#1563)
Fixes #1561
2024-01-16 16:44:49 -05:00
erabii
b0ac0e5b15 fix (#1544) 2023-12-21 19:01:55 -05:00
erabii
bf5b1fd4b0 fix 977 (#1540) 2023-12-21 14:24:56 -05:00
buildmaster
30584aecff Bumping versions 2023-12-19 21:33:48 +00:00
erabii
1a02243766 Move classes to commons (#1530) 2023-12-19 14:11:00 -05:00
erabii
913ee47b68 Refactor some tests (1) (#1533) 2023-12-14 14:50:53 -05:00
erabii
d96c7c8bfe Drop overlapping configuration in reactive implementation (#1525) 2023-12-04 15:04:20 -05:00
erabii
4bba72fc82 Drop overlapping configuration in blocking implementation (#1524) 2023-11-30 16:14:23 -05:00
erabii
0e7215e23e kubernetes discovery minor changes part 3 (#1523) 2023-11-30 14:59:28 -05:00
erabii
70d85f6585 kubernetes discovery minor changes part 2 (#1522)
* minor changes

* minor changes

* minor changes

* minor simplification part 2
2023-11-29 17:06:07 -05:00
erabii
9951a65ed3 kubernetes discovery minor changes part 1 (#1521)
* minor changes

* minor changes

* minor changes

* trigger

* trigger
2023-11-29 14:12:14 -05:00
erabii
8fe2b25a86 replace deprecated auto-configuration (#1520)
* replace deprecated configuration

* trigger
2023-11-29 11:03:29 -05:00
erabii
d332426b71 align InstanceRegisteredEvent for all 3 reactive discovery clients (#1519) 2023-11-29 10:18:31 -05:00
erabii
11430e071c align InstanceRegisteredEvent for all 3 blocking discovery clients (#1518) 2023-11-29 08:57:59 -05:00
erabii
ca89d28234 common conditional for discovery reactive health initializer (#1517) 2023-11-21 15:18:35 -05:00
erabii
26662a1530 common conditional for discovery blocking health initializer (#1516) 2023-11-21 13:48:32 -05:00
erabii
0c149f8538 common conditionals for reactive implementation (#1514) 2023-11-21 09:31:52 -05:00
erabii
ab414170b5 common conditionals for blocking implementation (#1512) 2023-11-20 14:00:35 -05:00
erabii
bf5d5e9b60 fix-1426 (#1511) 2023-11-20 09:27:49 -05:00
erabii
d8d66d047c simplifications in kubernetes discovery auto-configurations (#1510) 2023-11-20 08:46:35 -05:00
erabii
68b76672a9 Simplify auto-configurations for kubernetes discovery (#1508) 2023-11-18 09:25:26 -05:00
buildmaster
87f83df05f Bumping versions 2023-11-17 21:40:03 +00:00
erabii
8c055fbc45 Align fabric8 k8s discovery clients part 6 (#1507) 2023-11-16 09:19:15 -05:00
erabii
13787ee2f1 Align fabric8 k8s discovery clients part 5 (#1506) 2023-11-15 16:54:11 -05:00
erabii
81fd64ba3e minor clean-up in kubernetes discovery implementation (#1505) 2023-11-15 13:52:13 -05:00
erabii
508433bb2c fix (#1496) 2023-11-07 09:31:55 -05:00
Ryan Baxter
065a3cbd3c Start server on random port 2023-06-16 10:35:50 -04:00
Ryan Baxter
2aaf20c36a Merging pr 1354 into 3.0.x (#1367) 2023-06-15 21:32:36 -04:00
erabii
e466c1cb3a Fix some existing issues (#1304) 2023-04-19 09:43:39 -04:00
徐晓伟
392f516a7a 🔧 Added spring-configuration-metadata.json for easy configuration (#1260) 2023-03-16 10:31:58 -04:00
mbialkowski1
8a0dfe98c5 Namespace filter for service discovery (issue #1000). (#1113) 2022-11-30 20:01:11 -05:00
Ryan Baxter
e0b63f4c29 Migrate to new autoconfiguration file (#1065) 2022-08-30 08:34:34 -04:00
Ryan Baxter
cb487d1539 Merge branch '2.1.x' 2022-06-03 11:25:08 -04:00
Ryan Baxter
72d95ec812 Make RestTemplate bean conditional. Fixes #1025 2022-06-03 11:20:49 -04:00
Adrian Pena
919dded7b8 Updates DiscoveryServerUrlInvalidException message with appropriate property path (#1001)
Co-authored-by: Luis Adrian Pena Alaniz <adrian.pena@azeti.net>
2022-04-07 15:28:54 -04:00
erabii
797ead2978 Fix 893 (Use @ConditionalOnCloudPlatform) (#908)
* changes in common

* fabric8-autoconfig

* fabric8-config

* k8s-autoconfig

* k8s-config

* fabric8-discovery

* k8s-discovery

* fabric8-lb

* k8s-lb

* fabric8-leader

* fabric8-istio

* controllers

* integ tests

* test before changes in docs

* before documentation

* revert formating

* fix

* documentation

* document new awareness

* review comments

* review comments

* trigger build

* trigger build

* build trigger

* build trigger again

* test

* fix @Nested tests not running

* test image

* test image

* test image

* test image

* newer ubuntu image

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* bump jacoco version to support jdk-17

* trigger again

* clean-up
2022-01-25 12:11:11 -05:00
Ryan Baxter
a265331fd0 Adds Discovery Server and Discovery Client (#886) 2021-10-15 07:24:31 -04:00
Ryan Baxter
40cef547ce Renaming modules and moving common code to commons module. Updating tests. 2020-12-01 13:55:03 -05:00
Ryan Baxter
b139951852 Add Core Module Based On Kubernetes Java Client (#661)
* Refactoring of core to provide an alternate Kubernetes client implementation
2020-10-15 11:17:44 -04:00
Ryan Baxter
93de3c17ec Refactor spring-cloud-core To Allow For Alternative Implementation (#649)
* Deprecate KubernetesAutoServiceRegistration

* Document service registry in kubernetes.  Fixes #348

* Refactoring of core to provide an alternate Kubernetes client implementation
2020-10-02 09:15:04 -04:00
spencergibb
aa68642bff formatting 2020-09-22 12:35:20 -04:00
Haytham Mohamed
6acfcf8b36 remove star imports 2020-09-21 11:27:59 -05:00
Haytham Mohamed
e1c534ca5e base master 2020-09-18 14:44:22 -05:00
Haytham Mohamed
9662a1eae8 fix tests fixes gh-603 2020-09-18 14:24:46 -05:00
buildmaster
7f6ddf69c5 Bumping versions 2020-09-18 11:47:22 +00:00
spencergibb
8eee724f0a Merge branch '1.1.x' 2020-08-28 12:19:12 -04:00
Michael Kreis
cd8a507833 Add namespace information to the service instance metadata when using all-namspaces=true
Fixes gh-503
2020-08-28 12:17:00 -04:00
Olga Maciaszek-Sharma
93fd948f69 Merge pull request #562 from piomin/load-balancer
Enabling Spring Cloud Loadbalancer + integration tests
# Conflicts:
#	spring-cloud-kubernetes-controllers/spring-cloud-kubernetes-configuration-watcher/src/test/java/org/springframework/cloud/kubernetes/configuration/watcher/HttpBasedConfigurationWatchChangeDetectorTests.java
#	spring-cloud-kubernetes-dependencies/pom.xml
#	spring-cloud-kubernetes-integration-tests/pom.xml
#	spring-cloud-starter-kubernetes-all/pom.xml
2020-08-27 13:22:17 +02:00
piomin
98b4908ac7 Merge remote-tracking branch 'upstream/master' into load-balancer 2020-08-24 13:34:54 +02:00