Commit Graph

59 Commits

Author SHA1 Message Date
buildmaster
a3d430390f Going back to snapshots 2018-11-18 09:40:23 +00:00
buildmaster
a436c580b5 Update SNAPSHOT to 1.0.0.M2 2018-11-18 09:37:30 +00:00
Georgios Andrianakis
cdd3a62ad8 Make reload config conditional on the presense of the actuator (#262)
* Make reload config conditional on the presense of the actuator

Fixes: #259
2018-11-11 11:56:26 -05:00
buildmaster
c2dc809469 Going back to snapshots 2018-09-21 21:38:08 +00:00
buildmaster
9b160441e3 Update SNAPSHOT to Greenwich.M1 2018-09-21 21:37:07 +00:00
Ryan Baxter
6282d6d724 Fix parent version in leader election example pom 2018-09-04 11:30:34 -04:00
Gytis Trikleris
4e63f8db5e Leader election example 2018-08-31 15:20:26 +03:00
Spencer Gibb
b281bd2d28 Updates formatting and license header 2018-08-03 13:45:46 -04:00
Spencer Gibb
b65f7fc30f Removes mailto to conform to spring patterns 2018-08-03 13:24:17 -04:00
Spencer Gibb
4d2c2edec0 Updates to 1.0.0.BUILD-SNAPSHOT
Also updates to s-c-build 2.1.0.BUILD-SNAPSHOT which is based on boot 2.1.0
2018-08-03 13:11:50 -04:00
Spencer Gibb
9576d6d4b7 Update SNAPSHOT to 0.3.0.RELEASE 2018-08-03 12:45:57 -04:00
Ryan Baxter
d39c0f3c74 Change deprecated Netflix starters. (#215) 2018-07-12 15:58:14 -04:00
Georgios Andrianakis
a30b2d85dc Allow the use of multiple configmaps as sources 2018-07-01 12:02:17 +03:00
Spencer Gibb
21b53e28ee Back to snapshots 2018-04-26 22:21:00 -04:00
Spencer Gibb
fdd3e54df5 Updates to version 0.3.0.RC1 2018-04-26 22:13:41 -04:00
Spencer Gibb
e5b0da33f5 Updates to version 0.3.0.BUILD-SNAPSHOT 2018-04-26 22:09:07 -04:00
Spencer Gibb
aa2c12462f Reinstates ribbon support.
Removes archaius, zipkin and hystrix modules.
2018-04-25 17:17:06 -04:00
Salaboy
1e71319f9f initial Spring Boot 2.0.x refactoring (#152)
* updating discovery and config modules, removing netflix modules to start simple

* hacking some jackson dependencies as they were not working

* update Discovery AutoConfiguration, still messy, more work needed here

* getting configuration working with the service registry

* removing profiles check document matcher that doesn't exist anymore

* fixing configMaps example

* improving readmes and removing arquillian due it requires undertow

* re adding all netflix modules

* re adding commented example modules

* fixing minor naming issues and adding commented out modules
2018-03-16 15:58:24 -04:00
Spencer Gibb
4a6bfd369f Bump to version 0.2.1.BUILD-SNAPSHOT 2017-07-27 13:43:21 -06:00
Spencer Gibb
4f25a51ead Skip maven deploy of examples
fixes gh-123
2017-07-27 13:34:28 -06:00
Spencer Gibb
65ed39f2c0 Skip maven deploy of examples
fixes gh-123
2017-07-27 13:30:53 -06:00
Spencer Gibb
267da566c0 Update to 0.2.0.RELEASE
fixes gh-42
2017-07-27 13:11:35 -06:00
Chris Laprun
3d9ef1b497 #113: Renamed kubernetes-zipkin module to kubernetes-zipkin-example. 2017-07-11 14:28:20 +02:00
Charles Moulliard
28dd304e73 Simplify the code to only expose 2 endpoints 2017-06-14 13:03:39 +02:00
Charles Moulliard
683bec1e7e Add test case supporting zikin 2017-05-29 10:00:57 +02:00
Ioannis Canellos
93278eadaa Merge pull request #86 from cmoulliard/change-timeout-refresh
Change ServerListRefreshInterval and Hystrix timeoutInMilliseconds
2017-05-22 11:02:59 +03:00
Charles Moulliard
6a6c77d7ff Fix issue #52. 2017-05-18 15:21:38 +02:00
Charles Moulliard
caae78c11c Change ServerListRefreshInterval and Hystrix timeoutInMilliseconds. Fix typo error within the README file 2017-05-18 10:22:18 +02:00
Charles Moulliard
14be9945cb Mention that project works on all kubernetes/openshift environments 2017-05-12 16:56:41 +02:00
Charles Moulliard
c766de2997 Spring Cloud Kubernetes example demonstrating Circuit Breaker and Ribbon. 2017-05-12 12:47:53 +02:00
Ioannis Canellos
832899469e Merge branch 'master' into issue-65 2017-05-03 17:10:18 +03:00
Charles Moulliard
36c53cb51b Fix typo error. Remove dependency about spring-cloud-kubernetes-core as the starter will import it. Add enricher configuration to get rid of the 24 chars limit 2017-05-02 16:44:53 +02:00
Charles Moulliard
4e85b902ad Fix issue #66. Add missing Spring Cloud starter for kubernetes config 2017-05-02 12:41:23 +02:00
Charles Moulliard
cc4178b632 POM name is too long to setup the Deployment & Service kubernetes name 2017-05-02 11:44:27 +02:00
Charles Moulliard
7276a36dcb Define service type using enricher section of the f-m-p config 2017-03-30 12:54:39 +02:00
Charles Moulliard
82f2992eae Define service type using enricher section of the f-m-p config 2017-03-30 10:57:06 +02:00
Ioannis Canellos
88bb588387 Merge pull request #61 from cmoulliard/issue-profile
Add profile kubernetes for local build/deployment on minikube
2017-03-29 17:43:51 +03:00
Ioannis Canellos
741ab3cf12 Remove build goal from default goals. Align two examples. 2017-03-29 17:21:54 +03:00
Charles Moulliard
121558b2bf Add profile -Pkubernetes to avoid CI build failure. Fix #55 2017-03-28 21:48:46 +03:00
Charles Moulliard
de6952be6d Fix #55. Add profile kubernetes for local build/deployment on minikube 2017-03-28 17:08:39 +02:00
Ioannis Canellos
2b7f7478b7 Merge pull request #57 from cmoulliard/issue-56
Improve README instructions. Fix #56
2017-03-28 10:29:35 +03:00
Charles Moulliard
a7c11b50ce Highlight the code. Add url parameter 2017-03-27 16:31:59 +02:00
Charles Moulliard
b82fcba3ec Improve README instructions. Fix #56 2017-03-26 17:44:35 +02:00
Charles Moulliard
ab3c8f607b Add logback-test.xml file to change the logging level of hibernate validator to info. Fix #53 2017-03-24 18:24:51 +01:00
Ioannis Canellos
fe56045465 #24: Add integration test with simple instructions on how to use. 2017-03-15 13:37:42 +02:00
Spencer Gibb
2d3e6b3b0b Reformat pom.xml files to use tabs.
This is the standard spring convention.
2017-01-10 14:36:07 -07:00
Spencer Gibb
99e4364364 Update to spring cloud dependencies model.
Internal project dependencies go in spring-cloud-kubernetes-dependencies.

Other Spring Cloud dependencies go in root pom.xml

Reference Spring Cloud dependencies individually, rather than by release train.

fixes gh-19
fixes gh-23
2016-12-16 17:54:10 -07:00
Spencer Gibb
32ba2fc863 Update to version 0.2.0.BUILD-SNAPSHOT
fixes gh-20
2016-12-16 16:03:09 -07:00
Spencer Gibb
cef3c10cf1 fix renamed parent 2016-12-16 16:00:52 -07:00
Spencer Gibb
f121eb0e10 add marker for jdk8 2016-12-16 16:00:40 -07:00