Commit Graph

834 Commits

Author SHA1 Message Date
Ryan Baxter
1ce09ae5e0 Dump nginx pod status after wait 2020-12-20 07:48:29 -05:00
buildmaster
a900fa810d Bumping versions 2020-12-20 11:50:13 +00:00
erabii
c3bce72fcb slight changes in info contributor (#699)
* slight changes

* rename and test

* junit5 + rename + get rid of unused code

* added an inside test
2020-12-19 20:50:04 -05:00
erabii
955022b62b slight changes in health indicator (#698)
* slight changes

* missing return statement

* some changes in tests

* renamed and moved to method

* re-arrange fields for easier read of the code

* added an inside k8s test

* added pre to javadoc

* JUnit5

* no need for @ExtendedWith
2020-12-19 20:48:59 -05:00
erabii
3a2746481a some refactoring (#696)
* some refactoring

* add a warning log

* checkstyle

* added one more check

* polishing and tests added

* JUnit5 tests

* dummy commit to retrigger build

* re-trigger build
2020-12-19 20:45:43 -05:00
erabii
f250a38d83 minor simplification (#692) 2020-12-19 20:42:26 -05:00
erabii
116b051ee1 minor simplification + tests added (#691) 2020-12-19 20:41:10 -05:00
Ryan Baxter
6af0c945dc Loadbalancer Module Using Kubernetes Java Client (#700)
Loadbalancer implementation using Kuberentes Java Client
2020-12-19 11:19:25 -05:00
Jay Bryant
6fc98726cf Table fix (#693)
The table in getting-started.adoc had no end, which put the remainder
of the document into the same table, causing numerous rendering problems.
2020-12-14 15:28:28 -05:00
buildmaster
8ed7023942 Going back to snapshots 2020-12-11 23:09:30 +00:00
buildmaster
f18198204a Update SNAPSHOT to 2.0.0-RC1 2020-12-11 23:07:03 +00:00
buildmaster
0c0b5737ae Bumping versions 2020-12-11 11:51:39 +00:00
erabii
1e203af4d9 improvments on lazy instance (#685) 2020-12-10 20:37:58 -05:00
erabii
1ff67bac5e Minor cleanup in pom files (#682)
* removed groupId were it was inherited

* correct chunk after master
2020-12-10 19:25:38 -05:00
erabii
62a0c3cb69 minor simplification + tests + jenv gitignore (#689) 2020-12-10 19:24:41 -05:00
Ryan Baxter
6933fca17e Move Code From Leader Module To spring-cloud-kubernetes-commons (#690)
* Deprecate KubernetesAutoServiceRegistration

* Document service registry in kubernetes.  Fixes #348

* Refactor leader election module to put common code in spring-cloud-kubernetes-commons
2020-12-10 19:22:14 -05:00
Ryan Baxter
ea1a22f367 Move loadbalancer code to commons (#688)
* Deprecate KubernetesAutoServiceRegistration

* Document service registry in kubernetes.  Fixes #348

* Move common load balancer code to spring-cloud-kubernetes-commons
2020-12-10 14:03:41 -05:00
buildmaster
8a70e290e2 Bumping versions 2020-12-10 11:49:16 +00:00
Ryan Baxter
7008d104ca Add Kubernetes Java Client Starters (#687)
* Deprecate KubernetesAutoServiceRegistration

* Document service registry in kubernetes.  Fixes #348

* Renaming leader module to be specific to fabric8

* Istio module rename

* Renaming loadbalancer module

* Rename loadbalancer starter

* Rename config starter

* Rename all starter

* Rename kubernetes starter

* Add new starters for Kubernetes Java Client implementations
2020-12-09 19:41:39 -05:00
Ryan Baxter
516413bb42 Rename Starters To Indicate They Use Fabric8 (#683)
* Deprecate KubernetesAutoServiceRegistration

* Document service registry in kubernetes.  Fixes #348

* Renaming leader module to be specific to fabric8

* Istio module rename

* Renaming loadbalancer module

* Rename loadbalancer starter

* Rename config starter

* Rename all starter

* Rename kubernetes starter
2020-12-09 13:48:34 -05:00
Ryan Baxter
3398a14b5a Rename Remaining Fabric8 Modules (#681)
* Deprecate KubernetesAutoServiceRegistration

* Document service registry in kubernetes.  Fixes #348

* Renaming leader module to be specific to fabric8

* Istio module rename

* Renaming loadbalancer module
2020-12-08 19:42:40 -05:00
Ryan Baxter
2f451dd4c5 Extending ingress timeout 2020-12-08 19:17:25 -05:00
Ryan Baxter
e69ea4ed3f Fixing failing tests by returning a ClientBuilder as a last ditch effort 2020-12-08 16:50:47 -05:00
Haytham Mohamed
33405da499 toggling k8s configuration with a relevant property fixes gh-585 (#680)
* toggling k8s configuration with a relevant property fixes gh-585

* integration test with k8s client 1

* tests are green

* integration test using managed context

* fix checkstyle

* checkstyle and test

* preserve EventReloadDetectionMode as it was

* enable k8s config in test app for IT test

* enable secrets for IT test

* conditional class and config should be default

* using conditional annotation
2020-12-08 11:17:08 -05:00
Ryan Baxter
2fb150c3bb Fixing maven executable 2020-12-03 16:57:22 -05:00
Ryan Baxter
781ee77968 Use project maven executable 2020-12-03 16:08:37 -05:00
Ryan Baxter
b2203593d9 Merge branch 'yue9944882-integration-test-remove-local-registry' 2020-12-03 15:22:13 -05:00
Ryan Baxter
fb4d2b230f Removing unused variables and centralizing API client creation. 2020-12-03 15:21:00 -05:00
Ryan Baxter
a1654dfb53 Merge branch 'integration-test-remove-local-registry' of https://github.com/yue9944882/spring-cloud-kubernetes into yue9944882-integration-test-remove-local-registry 2020-12-03 09:05:30 -05:00
yue9944882
9b8eb4267e removing local registry from the integration scripts 2020-12-03 14:36:28 +08:00
buildmaster
1400a4f966 Bumping versions 2020-12-02 11:49:54 +00:00
buildmaster
275749b793 Going back to snapshots 2020-12-01 23:51:45 +00:00
buildmaster
08a0712f00 Update SNAPSHOT to 2.0.0-M6 2020-12-01 23:49:24 +00:00
Ryan Baxter
c0e154fb83 Merge branch 'yue9944882-informer-based-discovery-client' 2020-12-01 13:55:55 -05: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
bb973fb6c6 Merge branch 'informer-based-discovery-client' of https://github.com/yue9944882/spring-cloud-kubernetes into yue9944882-informer-based-discovery-client 2020-12-01 11:09:16 -05:00
buildmaster
d71eaffcb9 Bumping versions 2020-12-01 11:51:28 +00:00
Ryan Baxter
40ff1f8e1c Fixing link to config module. Fixes #665 2020-11-30 16:30:32 -05:00
Maciej Walkowiak
db38491f6e Change "Sleuth" to "Kubernetes" in the reference (#608)
It was likely just a copy & paste mistake.
2020-11-30 09:30:50 -05:00
dependabot-preview[bot]
f57db2fae9 Bump spock-spring from 1.1-groovy-2.4 to 1.3-groovy-2.5 (#592)
Bumps spock-spring from 1.1-groovy-2.4 to 1.3-groovy-2.5.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Ryan Baxter <rbaxter@vmware.com>
2020-11-26 07:15:14 -05:00
buildmaster
05a4f037a2 Bumping versions 2020-11-26 11:50:01 +00:00
yue9944882
3794e0e9a2 informer-based service discovery 2020-11-26 19:47:21 +08:00
dependabot-preview[bot]
b9b554c286 Bump arquillian-junit-standalone from 1.4.0.Final to 1.6.0.Final (#591)
Bumps arquillian-junit-standalone from 1.4.0.Final to 1.6.0.Final.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Ryan Baxter <rbaxter@vmware.com>
2020-11-25 20:22:05 -05:00
dependabot-preview[bot]
298eb97315 Bump istio-client from 1.1.1 to 1.5.5 (#589)
Bumps [istio-client](https://github.com/snowdrop/istio-java-api) from 1.1.1 to 1.5.5.
- [Release notes](https://github.com/snowdrop/istio-java-api/releases)
- [Commits](https://github.com/snowdrop/istio-java-api/compare/1.1.1...1.5.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Ryan Baxter <rbaxter@vmware.com>
2020-11-25 16:44:41 -05:00
Kris Iyer
5cf5d12cf6 fix conflicts upon merge (#676)
* fix conflicts upon merge

* Bump kind test await timeout from 15 to 60 seconds for spring-cloud-kubernetes-client-config-it. This should make tests a bit more reliable.
2020-11-25 14:35:20 -05:00
Krishnakumar Iyer
87efababb6 Support Kafka for Spring Cloud Kubernetes Configuration Watcher, Issue 654 (#655)
* Add spring-cloud-starter-bus-kafka

* Separate profiles for amqp and kafka

* profiles for amqp and kafka with default binders

* updates to readme on kafka support for the watcher. Fixes #654

* fix IT

* remove unused imports

* Add conditionals to allow for config and/or secrets to be watched

* fix it deployment for bus-amqp

* enable probes for management endpoints. Disable rabbit health checker unless we run the bus-amqp profile

* add IT tests for Kafka, deployments for zookeeper and kafka. Increase timeouts from 90 to 600 seconds to account for larger images and slower connections.

* add newline

* refactor imports

* fix checkstyle issues.

* update kafka docker image tag from latest to 2.13-2.6.0

* updating zookeeper docker image from wurstmeister/zookeeper:latest to zookeeper:3.6.2. wurstmeister does not appear to have tags that match the latest images yet and the last updates are a few years old.
2020-11-25 11:35:09 -05:00
Ryan Baxter
0d0c95fd7f Merge branch 'wind57-dev/improvements-7' 2020-11-25 11:32:48 -05:00
Ryan Baxter
2e11cd184f Merge branch 'dev/improvements-7' of https://github.com/wind57/spring-cloud-kubernetes into wind57-dev/improvements-7 2020-11-25 11:32:10 -05:00
Guy Lewin
40cb6440bd fix: fix broken link (missing scheme) and a few typos in hello world example (#646)
Co-authored-by: Guy Lewin <gulewin@microsoft.com>
2020-11-25 10:53:16 -05:00
dependabot[bot]
02ccec1f99 Bump hibernate-validator (#626)
Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 5.3.5.Final to 5.3.6.Final.
- [Release notes](https://github.com/hibernate/hibernate-validator/releases)
- [Changelog](https://github.com/hibernate/hibernate-validator/blob/5.3.6.Final/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-validator/compare/5.3.5.Final...5.3.6.Final)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-25 10:52:19 -05:00