11 Commits

Author SHA1 Message Date
Ryan Baxter
85ebe89065 Added proxyBeanMethods=false to @Configuration. Fixes #477 2019-11-06 12:05:09 -05:00
Anwar C
4982a5014a README update for ConfigMap reload sample (#401)
* Updated README with the following:
1. Fixed small typos
2. Removed notes about Spring Boot liveness and readiness check related
to Fabric8 since that issue has been resolved and is working as expected
3. Added sample configuration files for K8s RBAC set up required for the
example to work
4. Added section about how to setup RBAC config

* Updated sample RBAC configuration with a less privileged role example
2019-06-03 19:39:37 -04:00
Spring Operator
a9b1229a70 URL Cleanup (#369)
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 136 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-03-21 15:16:49 -04:00
Marcin Grzejszczak
2220ed3a32 Added checkstyle 2019-02-05 16:49:55 +01:00
Spencer Gibb
b281bd2d28 Updates formatting and license header 2018-08-03 13:45:46 -04:00
Georgios Andrianakis
a30b2d85dc Allow the use of multiple configmaps as sources 2018-07-01 12:02:17 +03: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
913db94ba9 Change package to org.springframework.cloud.kubernetes
fixes gh-13
2016-12-16 15:58:31 -07:00
Spencer Gibb
8bfd9198ba Change package to org.springframework.cloud.kubernetes
fixes gh-13
2016-12-16 15:21:51 -07:00
Nicola Ferraro
7df4c849e2 Adding license header 2016-12-15 18:12:03 +02:00
Nicola Ferraro
3d766effa6 Adjusting configuration and adding documentation 2016-12-15 18:12:03 +02:00