Spring Operator
|
be26c23453
|
URL Cleanup (#916)
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://repo.spring.io/plugins-staging-local/ (404) with 1 occurrences migrated to:
https://repo.spring.io/plugins-staging-local/ ([https](https://repo.spring.io/plugins-staging-local/) 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://maven.apache.org/xsd/maven-4.0.0.xsd with 76 occurrences migrated to:
https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
* http://repo.spring.io/libs-staging-local/ with 1 occurrences migrated to:
https://repo.spring.io/libs-staging-local/ ([https](https://repo.spring.io/libs-staging-local/) result 200).
* http://solidsoft.wordpress.com/2014/11/13/gradle-tricks-display-dependencies-for-all-subprojects-in-multi-project-build/ with 1 occurrences migrated to:
https://solidsoft.wordpress.com/2014/11/13/gradle-tricks-display-dependencies-for-all-subprojects-in-multi-project-build/ ([https](https://solidsoft.wordpress.com/2014/11/13/gradle-tricks-display-dependencies-for-all-subprojects-in-multi-project-build/) result 200).
* http://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch with 1 occurrences migrated to:
https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ([https](https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch) result 200).
* http://stackoverflow.com/questions/20618857/gradle-task-groovydoc-failing-with-noclassdeffounderror with 1 occurrences migrated to:
https://stackoverflow.com/questions/20618857/gradle-task-groovydoc-failing-with-noclassdeffounderror ([https](https://stackoverflow.com/questions/20618857/gradle-task-groovydoc-failing-with-noclassdeffounderror) result 200).
* http://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin with 1 occurrences migrated to:
https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ([https](https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 59 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.txt with 1 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt) result 200).
* http://repo.spring.io/libs-release-local with 1 occurrences migrated to:
https://repo.spring.io/libs-release-local ([https](https://repo.spring.io/libs-release-local) result 302).
* http://repo.spring.io/milestone with 23 occurrences migrated to:
https://repo.spring.io/milestone ([https](https://repo.spring.io/milestone) result 302).
* http://repo.spring.io/plugins-release-local with 1 occurrences migrated to:
https://repo.spring.io/plugins-release-local ([https](https://repo.spring.io/plugins-release-local) result 302).
* http://repo.spring.io/plugins-snapshot with 1 occurrences migrated to:
https://repo.spring.io/plugins-snapshot ([https](https://repo.spring.io/plugins-snapshot) result 302).
* http://repo.spring.io/release with 22 occurrences migrated to:
https://repo.spring.io/release ([https](https://repo.spring.io/release) result 302).
* http://repo.spring.io/snapshot with 23 occurrences migrated to:
https://repo.spring.io/snapshot ([https](https://repo.spring.io/snapshot) result 302).
# Ignored
These URLs were intentionally ignored.
* http://localhost:8081/artifactory/libs-release-local with 2 occurrences
* http://maven.apache.org/POM/4.0.0 with 152 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 76 occurrences
|
2019-03-18 15:09:21 +01:00 |
|
Marcin Grzejszczak
|
7341b570b8
|
Added better support for XML in RestDocs; fixes gh-647
|
2018-05-08 20:38:00 +02:00 |
|
Marcin Grzejszczak
|
51564ab444
|
Discouraged users from using spring-cloud-contract-wiremock dependency directly
the preferred option is to use `spring-cloud-starter-stub-runner`
fixes gh-348
|
2018-03-19 16:31:12 +01:00 |
|
Marcin Grzejszczak
|
b745d9a7e3
|
YAML contracts (#522)
with this change we allow the users to use YAML to define contracts
fixes gh-300 gh-508
helps with #501
|
2018-01-19 00:27:15 +01:00 |
|
Marcin Grzejszczak
|
822dd4b732
|
Revert "Merge branch 'master' into 2.0.x"
This reverts commit 63a1981f54, reversing
changes made to 0cca942e86.
|
2017-12-20 16:31:52 +01:00 |
|
Marcin Grzejszczak
|
30f5c62bce
|
Moved to boot M6
|
2017-11-15 10:06:04 +01:00 |
|
Marcin Grzejszczak
|
0766528aee
|
Merge branch 'master' into 2.0.x
|
2017-10-06 14:13:42 +02:00 |
|
Marcin Grzejszczak
|
6b5b3a880e
|
Merge branch 'master' into 2.0.x
|
2017-08-22 17:46:41 +02:00 |
|
Marcin Grzejszczak
|
13bc6aa93c
|
Removed unnecessary gson dep fixes #58
|
2017-08-22 17:40:48 +02:00 |
|
Marcin Grzejszczak
|
8a30a18c47
|
Updated Boot to 2.0.0.M2
|
2017-08-13 18:40:42 -04:00 |
|
Marcin Grzejszczak
|
c9b4f19f00
|
Bumped Gradle in samples
|
2017-07-31 11:50:26 +02:00 |
|
Marcin Grzejszczak
|
8dc8015be2
|
Finchley upgrade
|
2017-06-21 23:43:55 +02:00 |
|
Marcin Grzejszczak
|
7dca840cfb
|
Trying to make stub runner work
|
2017-06-20 10:29:44 +02:00 |
|
Dave Syer
|
186886029b
|
Switch to Boot 1.5.4.RELEASE for samples in Gradle
|
2017-06-13 14:52:43 +01:00 |
|
Marcin Grzejszczak
|
f599a8d745
|
Updated versions
|
2017-05-26 20:34:29 +02:00 |
|
Marcin Grzejszczak
|
a804894c9a
|
Updated code and docs
|
2017-04-26 12:42:33 +02:00 |
|
Marcin Grzejszczak
|
e36a6e2b56
|
Going back to snapshots
|
2017-01-30 11:47:27 +01:00 |
|
Marcin Grzejszczak
|
dfceed2ce1
|
Bumping versions before release
|
2017-01-30 11:41:56 +01:00 |
|
Marcin Grzejszczak
|
fef078d2eb
|
Bumped up boot version in samples
|
2016-12-28 19:57:07 +01:00 |
|
Marcin Grzejszczak
|
7a347da55a
|
Going back to snapshots
|
2016-11-24 18:58:50 +01:00 |
|
Marcin Grzejszczak
|
c7883a0d97
|
Bumping version before release
|
2016-11-24 18:37:39 +01:00 |
|
Marcin Grzejszczak
|
6381362ad6
|
Going back to Snapshots
|
2016-09-23 21:04:10 +02:00 |
|
Marcin Grzejszczak
|
8ee2ef4b18
|
Bumping versions before release
|
2016-09-23 20:07:58 +02:00 |
|
Marcin Grzejszczak
|
012eac8f3c
|
Fixing the build (#63)
we are installing artifacts twice. With Maven and Gradle then. We need to change that.
fixes #62
|
2016-08-22 11:33:17 +02:00 |
|
Marcin Grzejszczak
|
01cfa8dcf9
|
Fixed build
|
2016-08-09 14:28:57 +02:00 |
|
Dave Syer
|
71b16eac86
|
Configure Maven to run Gradle where necessary
|
2016-07-28 12:51:28 +01:00 |
|
Marcin Grzejszczak
|
1aba428aaf
|
Fixed the build
|
2016-07-27 11:59:21 +02:00 |
|
Dave Syer
|
1a8c1214c4
|
Add support for restdocs in a crude way
|
2016-07-26 14:28:43 +01:00 |
|