Commit Graph

14 Commits

Author SHA1 Message Date
erabii
2191ee068b drop microk8s tests + minor polishing (#923) 2022-02-21 09:21:01 -05:00
spencergibb
c4f2862d36 Adds .sdkmanrc 2022-01-04 17:07:31 -05:00
Ryan Baxter
7bb4d67002 Merge remote-tracking branch 'origin/1.1.x' 2021-02-09 11:00:15 -05:00
erabii
62a0c3cb69 minor simplification + tests + jenv gitignore (#689) 2020-12-10 19:24:41 -05:00
Haytham Mohamed
6f9190164d disable and enable k8s configuration feature with a relevant property fixes gh-585 2020-07-28 13:56:01 -05:00
spencergibb
a67952a1ce Ignores .sdkmanrc 2020-05-20 12:39:14 -04:00
spencergibb
b7400e5b41 Ignores .sdkmanrc 2020-05-20 12:33:50 -04:00
Dave Syer
5a967a424f Make all k8s platform examples use Minikube 2020-01-20 16:14:44 +00:00
Spencer Gibb
ebb09d29dd ignores .flattened-pom.xml 2019-12-18 08:04:02 -05:00
mohamed chiheb ben jemaa
35f4e1f94e rename *SpringBootTest to *IntegrationTests or just *Tests (#416)
* intial change *SpringBootTests to *Tests Fixes gh-415

* change to *Tests module/spring-cloud-kubernetes-config

* change to *Tests module/spring-cloud-kubernetes-config

* change *SpringBootTests to *Tests 

Fixes gh-415
2019-06-21 09:52:13 -05:00
Spring Operator
727f5ad3df URL Cleanup
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).

# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.

* [ ] http://arquillian.org/arquillian-cube/ (200) with 1 occurrences could not be migrated:
   ([https](https://arquillian.org/arquillian-cube/) result SSLHandshakeException).

# Fixed URLs

## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* [ ] http://%s:%d (UnknownHostException) with 7 occurrences migrated to:
  https://%s:%d ([https](https://%s:%d) result UnknownHostException).
* [ ] http://IP_OR_HOSTNAME/ (UnknownHostException) with 1 occurrences migrated to:
  https://IP_OR_HOSTNAME/ ([https](https://IP_OR_HOSTNAME/) result UnknownHostException).
* [ ] http://IP_OR_HOSTNAME/greeting (UnknownHostException) with 6 occurrences migrated to:
  https://IP_OR_HOSTNAME/greeting ([https](https://IP_OR_HOSTNAME/greeting) result UnknownHostException).
* [ ] http://IP_OR_HOSTNAME/services (UnknownHostException) with 1 occurrences migrated to:
  https://IP_OR_HOSTNAME/services ([https](https://IP_OR_HOSTNAME/services) result UnknownHostException).
* [ ] http://compose.docker.io/ (UnknownHostException) with 1 occurrences migrated to:
  https://compose.docker.io/ ([https](https://compose.docker.io/) result UnknownHostException).
* [ ] http://fake:8888/ (UnknownHostException) with 1 occurrences migrated to:
  https://fake:8888/ ([https](https://fake:8888/) result UnknownHostException).
* [ ] http://name-service/name?delay=%d (UnknownHostException) with 1 occurrences migrated to:
  https://name-service/name?delay=%d ([https](https://name-service/name?delay=%d) result UnknownHostException).
* [ ] http://www.puppycrawl.com/dtds/suppressions_1_1.dtd (404) with 1 occurrences migrated to:
  https://www.puppycrawl.com/dtds/suppressions_1_1.dtd ([https](https://www.puppycrawl.com/dtds/suppressions_1_1.dtd) result 404).

## 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://EditorConfig.org with 1 occurrences migrated to:
  https://EditorConfig.org ([https](https://EditorConfig.org) result 200).
* [ ] http://microservices.io/patterns/client-side-discovery.html with 1 occurrences migrated to:
  https://microservices.io/patterns/client-side-discovery.html ([https](https://microservices.io/patterns/client-side-discovery.html) result 200).
* [ ] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 1 occurrences migrated to:
  https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) result 200).
* [ ] http://www.java.com/en/download/help/error_hotspot.xml with 1 occurrences migrated to:
  https://www.java.com/en/download/help/error_hotspot.xml ([https](https://www.java.com/en/download/help/error_hotspot.xml) result 200).
* [ ] http://plugins.jetbrains.com/plugin/6546 with 1 occurrences migrated to:
  https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546) result 301).
* [ ] http://eclipse.org with 1 occurrences migrated to:
  https://eclipse.org ([https](https://eclipse.org) result 302).
* [ ] http://eclipse.org/m2e/ with 2 occurrences migrated to:
  https://eclipse.org/m2e/ ([https](https://eclipse.org/m2e/) result 302).
* [ ] http://www.springsource.com/developer/sts with 1 occurrences migrated to:
  https://www.springsource.com/developer/sts ([https](https://www.springsource.com/developer/sts) result 302).

# Ignored
These URLs were intentionally ignored.

* http://localhost with 7 occurrences
* http://testapp/greeting with 5 occurrences
2019-03-20 15:46:15 -05:00
Peter Butkovic
9a7be93cac docs: native kubernetes service discovery (#300) 2018-12-18 16:27:49 -05:00
Spencer Gibb
27516c13ac add maven wrapper jar 2016-12-16 15:30:46 -07:00
Ioannis Canellos
d13f9eb3b6 First commit. 2016-12-15 18:12:03 +02:00