Spring Operator
90740aa52e
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.bar (UnknownHostException) migrated to:
https://foo.bar ([https](https://foo.bar ) result UnknownHostException).
## 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://solidsoft.wordpress.com/2014/11/13/gradle-tricks-display-dependencies-for-all-subprojects-in-multi-project-build/ 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 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 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 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 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 migrated to:
https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://localhost:8081/artifactory/libs-release-local
* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
2019-03-11 22:18:06 -05:00
Marcin Grzejszczak
fbea35edf4
Hoxton
2019-03-08 17:07:28 +01:00
Marcin Grzejszczak
4da781b214
HTTP to HTTPS
2019-03-07 13:50:15 +01:00
buildmaster
029312f814
Bumping versions to 2.1.2.BUILD-SNAPSHOT after release
2019-03-05 20:30:55 +00:00
buildmaster
73c0122a79
Going back to snapshots
2019-03-05 20:30:54 +00:00
buildmaster
be3dd56cd8
Update SNAPSHOT to 2.1.1.RELEASE
2019-03-05 20:21:45 +00:00
Marcin Grzejszczak
38782b9260
Added missing import
2019-02-16 13:00:45 +01:00
Marcin Grzejszczak
41b764e758
Polish
2019-02-16 12:52:10 +01:00
Marcin Grzejszczak
6602b3891b
Merge branch '2.0.x'
2019-02-16 12:51:43 +01:00
Marcin Grzejszczak
a34a24765f
Fixed the broken build
2019-02-16 12:47:54 +01:00
Marcin Grzejszczak
a84fc81919
Merge branch '2.0.x'
2019-02-15 17:49:15 +01:00
Marcin Grzejszczak
b167e364c5
Sets the generated test sources under java source set or groovy for Spock; fixes gh-888
2019-02-15 17:46:15 +01:00
Marcin Grzejszczak
8ce80e6e7f
Applied checkstyle rules
2019-02-08 18:20:59 +01:00
buildmaster
0cb549b8e7
Bumping versions
2019-01-25 14:01:10 +00:00
buildmaster
6597c6eec2
Bumping versions to 2.1.1.BUILD-SNAPSHOT after release
2019-01-22 20:46:19 +00:00
buildmaster
1314163825
Going back to snapshots
2019-01-22 20:46:18 +00:00
buildmaster
cd239d8c39
Update SNAPSHOT to 2.1.0.RELEASE
2019-01-22 20:39:11 +00:00
Marcin Grzejszczak
281bd653ae
Bumped Boot to 2.1.2.RELEASE
2019-01-21 13:34:49 +01:00
Marcin Grzejszczak
e22f5ec76e
Fixed cloning of objects
2019-01-03 10:59:02 +01:00
Marcin Grzejszczak
20c12e569d
Fixed invalid flag
2019-01-02 18:10:45 +01:00
Marcin Grzejszczak
4b50846fb4
Polish
2019-01-02 10:13:40 +01:00
Marcin Grzejszczak
6464513878
Allow fetching contract definitions from file system and pushing them to GIT; fixes gh-773
2019-01-01 11:49:59 +01:00
Marcin Grzejszczak
59e5f8b1eb
Convert Contract Definitions to YAML ( #827 )
...
without this change, if you're using some external libraries and you reference them in your DSL, those libraries need to also be used on the consumer side.
with this change, you can set the contractsToYaml property of the plugin, that will convert the contract definitions into YAML, and then generate tests and stubs. We will store the original contract definitions under the originals folder.
fixes #744
2018-12-27 11:14:31 +01:00
Marcin Grzejszczak
6901fe03f5
BUmped wiremock to 2.20.0; fixes gh-925
2018-12-24 09:35:18 +01:00
buildmaster
e6640350bc
Going back to snapshots
2018-12-20 21:43:00 +00:00
buildmaster
f47d0d3406
Update SNAPSHOT to 2.1.0.RC3
2018-12-20 21:37:41 +00:00
Marcin Grzejszczak
204c6a97f7
Merge branch '2.0.x'
2018-12-18 13:24:17 +01:00
Marcin Grzejszczak
7b2cce7513
Fixed issues with bound ports
2018-12-18 13:20:39 +01:00
Marcin Grzejszczak
0058b987ae
Adds support for binary payloads ( #818 )
...
with this change we're adding support for binary payloads both for HTTP and messaging.
fixes #664
2018-12-15 14:06:17 +01:00
Marcin Grzejszczak
928b32ecce
BUmped boot
2018-12-15 09:19:35 +01:00
buildmaster
ba02983ff6
Going back to snapshots
2018-12-11 22:34:06 +00:00
buildmaster
eae5866fba
Update SNAPSHOT to 2.1.0.RC2
2018-12-11 22:28:39 +00:00
buildmaster
cb401b9cc2
Going back to snapshots
2018-12-11 19:03:21 +00:00
buildmaster
ca9bd89614
Update SNAPSHOT to 2.1.0.RC1
2018-12-11 18:57:39 +00:00
Marcin Grzejszczak
247b2ee646
Added included files to Groovy DSL; fixes gh-807
2018-12-04 10:45:56 +01:00
Olga Maciaszek-Sharma
9bafbf66c8
Code cleanup.
2018-11-19 11:37:33 +01:00
Marcin Grzejszczak
e0e72c9c7f
Fixed missing deprecation refactoring
2018-11-13 12:13:46 +01:00
Marcin Grzejszczak
930eb02191
Removed deprecated contractRepositoryUrl prop; fixes gh-795
2018-11-13 11:44:29 +01:00
Marcin Grzejszczak
1b41c2b1a8
FIxed the algorithm of when to fetch contracts
2018-11-13 00:22:17 +01:00
Marcin Grzejszczak
080ac0f2f4
Gradle plugin no longer requires the artifact ids to be set for external contract downloading
...
without this change there's a difference between Maven and Gradle plugin usage. If you want to use a custom stubdownloaderbuilder, you need to set a artifact id of a dependency with contracts. That shouldn't be mandatory
with this change we no longer require it
fixes gh-794
2018-11-12 23:56:08 +01:00
Marcin Grzejszczak
91aee048b5
Moved away from deprecated targetFramework
2018-11-11 17:55:57 +01:00
Marcin Grzejszczak
8f1ab301c9
Merge branch '2.0.x'
2018-11-08 20:10:49 +01:00
Marcin Grzejszczak
14d968a63f
Should pick all the properties
2018-11-08 20:04:47 +01:00
Marcin Grzejszczak
8c77386816
Deprecated targetFramework in Gradle; fixes gh-725
2018-11-06 17:31:07 +01:00
Marcin Grzejszczak
31eab3e107
Bumping versions
2018-10-31 09:42:44 +01:00
Marcin Grzejszczak
67b537ae0a
Added .mvn and .gradle to excluded build folders; fixes gh-772
2018-10-28 15:09:52 +01:00
Marcin Grzejszczak
23c46e7372
Disabled setting the default value of the package name for groovy plugin; fixes gh-771
2018-10-28 14:46:20 +01:00
Marcin Grzejszczak
57bafa6f68
Set boot to RC1
2018-10-25 14:03:30 +02:00
buildmaster
15344a159c
Bumping versions to 2.0.3.BUILD-SNAPSHOT after release
2018-10-23 19:56:38 +00:00
buildmaster
55be026c4a
Going back to snapshots
2018-10-23 19:56:36 +00:00