Commit Graph

36 Commits

Author SHA1 Message Date
Olga MaciaszekSharma
8f69799e76 Remove codecov as not really used (we verify for appropriate tests during PR review), but causing build issues unrelated to code chages. 2024-04-15 13:28:27 +02:00
Olga MaciaszekSharma
51b36b50d0 Merge remote-tracking branch 'origin/4.0.x' 2023-12-04 17:51:53 +01:00
Olga MaciaszekSharma
24481aaeae Merge remote-tracking branch 'origin/3.1.x' into 4.0.x 2023-12-04 17:50:53 +01:00
dependabot[bot]
d8bb85611e Bump actions/setup-java from 3 to 4 (#946) 2023-12-04 17:50:25 +01:00
dependabot[bot]
b3270388eb Bump actions/setup-java from 2 to 3 (#902) 2023-11-03 13:09:36 +01:00
dependabot[bot]
85e235b8e5 Bump codecov/codecov-action from 1 to 3 (#900) 2023-11-03 13:06:07 +01:00
dependabot[bot]
64af4d00e1 Bump actions/checkout from 2 to 4 (#897) 2023-11-03 13:05:22 +01:00
Olga MaciaszekSharma
861e9b7f25 Switch mvn actions distribution to temurin. 2023-11-03 12:41:16 +01:00
dependabot[bot]
1926023ea1 Bump actions/setup-java from 2 to 3 (#898) 2023-09-26 14:59:08 +02:00
dependabot[bot]
a130f31761 Bump codecov/codecov-action from 1 to 3 (#899) 2023-09-26 14:58:18 +02:00
dependabot[bot]
28a701bbd5 Bump actions/checkout from 2 to 4 (#901) 2023-09-26 14:55:41 +02:00
dependabot[bot]
7f6d13c2bc Bump actions/checkout from 2 to 4 (#904) 2023-09-26 14:53:21 +02:00
dependabot[bot]
0dbc8f287a Bump actions/setup-java from 2 to 3 (#906) 2023-09-26 14:52:49 +02:00
dependabot[bot]
f39ae8e67e Bump codecov/codecov-action from 1 to 3 (#908) 2023-09-26 14:47:08 +02:00
Olga MaciaszekSharma
8bc5decb8e Add dependabot.yml. 2023-09-21 17:20:20 +02:00
Olga MaciaszekSharma
31201de020 Fix GH actions setup and readme. 2023-09-18 15:00:15 +02:00
Olga Maciaszek-Sharma
fc6fd70abd Antora (#892)
Switch to Antora Docs.
2023-09-15 19:06:05 +02:00
Olga Maciaszek-Sharma
5b0f9f74af Upgrade Feign to 10.11. Remove some deprecations. Refactor. (#767) 2022-10-10 14:16:40 +02:00
Spencer Gibb
2cf8adf482 Update github actions to use java 17 2022-01-04 13:16:49 -05:00
Olga MaciaszekSharma
e5deb642a2 Revert "Temporarily disable codecov."
This reverts commit ba7346573e.
2021-11-02 17:45:59 +01:00
Olga MaciaszekSharma
ba7346573e Temporarily disable codecov. 2021-11-02 17:25:27 +01:00
Olga MaciaszekSharma
939f279a38 Merge remote-tracking branch 'origin/3.0.x' 2021-10-28 18:20:16 +02:00
Hyeonmin Park
c0f314a5f0 GitHub workflows: Use Java version in matrix, cache functionality of actions/setup-java@v2 (#614)
* Fix GitHub workflows not using Java version in matrix

* Use cache functionality of actions/setup-java@v2
2021-10-28 18:15:02 +02:00
Olga MaciaszekSharma
7581b2c27f Fix github workflows setup. 2021-07-26 16:05:39 +02:00
Olga MaciaszekSharma
b5283e2f88 Fix Github workflow setup. 2021-07-21 13:21:08 +02:00
Can Bezmen
3c402201ec Codecov for main branch (#554) 2021-07-09 11:51:57 +02:00
Olga MaciaszekSharma
d0e035b8ff Switch from master to main. 2021-04-26 17:48:29 +02:00
Olga MaciaszekSharma
1615a5a68c Switch GH actions to main. 2021-04-26 17:36:44 +02:00
Olga MaciaszekSharma
26fb4deb18 Merge remote-tracking branch 'origin/2.2.x' 2021-04-20 17:28:31 +02:00
Olga MaciaszekSharma
0bf0426f60 Update GH actions setup. 2021-04-20 16:50:36 +02:00
Olga MaciaszekSharma
e2a54c1359 Fix GH actions setup 2021-04-13 15:04:10 +02:00
Olga MaciaszekSharma
59216f2f82 Switch to building the project with GH actions. 2021-04-13 14:53:48 +02:00
Ryan Baxter
f71b419d8d Update issue templates 2019-11-19 19:46:56 -05:00
Spring Operator
a81c53a55c 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).

# 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://foo.com:8000/ (ConnectTimeoutException) with 2 occurrences migrated to:
  https://foo.com:8000/ ([https](https://foo.com:8000/) result ConnectTimeoutException).
* [ ] http://foo.com:8000/abc/bcd.json (ConnectTimeoutException) with 1 occurrences migrated to:
  https://foo.com:8000/abc/bcd.json ([https](https://foo.com:8000/abc/bcd.json) result ConnectTimeoutException).
* [ ] http://PROD-SVC (UnknownHostException) with 2 occurrences migrated to:
  https://PROD-SVC ([https](https://PROD-SVC) result UnknownHostException).
* [ ] http://Url/ (UnknownHostException) with 1 occurrences migrated to:
  https://Url/ ([https](https://Url/) result UnknownHostException).
* [ ] http://bad_hostname (UnknownHostException) with 1 occurrences migrated to:
  https://bad_hostname ([https](https://bad_hostname) result UnknownHostException).
* [ ] http://bar (UnknownHostException) with 1 occurrences migrated to:
  https://bar ([https](https://bar) result UnknownHostException).
* [ ] http://bar/ (UnknownHostException) with 1 occurrences migrated to:
  https://bar/ ([https](https://bar/) result UnknownHostException).
* [ ] http://compose.docker.io/ (UnknownHostException) with 1 occurrences migrated to:
  https://compose.docker.io/ ([https](https://compose.docker.io/) result UnknownHostException).
* [ ] http://foo (UnknownHostException) with 19 occurrences migrated to:
  https://foo ([https](https://foo) result UnknownHostException).
* [ ] http://foo/ (UnknownHostException) with 4 occurrences migrated to:
  https://foo/ ([https](https://foo/) result UnknownHostException).
* [ ] http://foo/?name=%7bcookie (UnknownHostException) with 1 occurrences migrated to:
  https://foo/?name=%7bcookie ([https](https://foo/?name=%7bcookie) result UnknownHostException).
* [ ] http://foo:7777/ (UnknownHostException) with 1 occurrences migrated to:
  https://foo:7777/ ([https](https://foo:7777/) result UnknownHostException).
* [ ] http://good-name (UnknownHostException) with 2 occurrences migrated to:
  https://good-name ([https](https://good-name) result UnknownHostException).
* [ ] http://listener (UnknownHostException) with 6 occurrences migrated to:
  https://listener ([https](https://listener) result UnknownHostException).
* [ ] http://tp/abc/bcd.json (UnknownHostException) with 1 occurrences migrated to:
  https://tp/abc/bcd.json ([https](https://tp/abc/bcd.json) 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://asciidoctor.org with 1 occurrences migrated to:
  https://asciidoctor.org ([https](https://asciidoctor.org) result 200).
* [ ] http://example.com with 2 occurrences migrated to:
  https://example.com ([https](https://example.com) result 200).
* [ ] http://github.com/ with 1 occurrences migrated to:
  https://github.com/ ([https](https://github.com/) result 200).
* [ ] http://projects.spring.io/spring-cloud/ with 1 occurrences migrated to:
  https://projects.spring.io/spring-cloud/ ([https](https://projects.spring.io/spring-cloud/) result 200).
* [ ] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 2 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://plugins.jetbrains.com/plugin/6546 with 2 occurrences migrated to:
  https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546) result 301).
* [ ] http://raw.github.com/ with 1 occurrences migrated to:
  https://raw.github.com/ ([https](https://raw.github.com/) result 301).
* [ ] http://service.com with 1 occurrences migrated to:
  https://service.com ([https](https://service.com) 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 11 occurrences
* http://localhost:8080/ with 1 occurrences
* http://localhost:8081/ with 1 occurrences
2019-03-20 15:47:23 -05:00
Ryan Baxter
30b05c7361 FIxing links 2018-03-21 20:08:28 -04:00
Ryan Baxter
d76454b1ec Adding issue and contributing templates 2017-12-20 14:37:35 -05:00