Spring Operator
a428ee6041
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 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 2 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 488 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 12:23:09 -05:00
Marcin Grzejszczak
c4ab192c8d
Fixed messaging tests. Sth's wrong with metrics
2018-02-15 10:01:43 +01:00
Marcin Grzejszczak
74b843d76b
Fixed a typo
2018-01-03 10:46:45 +01:00
Marcin Grzejszczak
748e512f4d
Introduces explicit mode of stub downloading ( #503 )
...
* Introduces explicit mode of stub downloading
you have to explicitly provide the mode [CLASSPATH, REMOTE, LOCAL] of how you want to fetch and register stubs
fixes gh-287
2018-01-03 08:25:29 +01:00
Dave Syer
2f01b89345
Update Spring Boot versions in messaging tests
2017-05-15 11:41:09 +01:00
Marcin Grzejszczak
ffc691167f
Updated ports
2016-11-14 10:57:59 +01:00
Marcin Grzejszczak
5d3e99874f
Added options to pass props via @AutoConfigureStubRunner ( #61 )
...
* Added options to pass props via @AutoConfigureStubRunner
it's much easier to pass props via the annotation instead of property files. With this change the user can provide the properties inside the test via the annotation. The only thing that has to be passed via props is repositoryRoot (typically it's a very constant property that you set once).
fixes #46
2016-08-24 16:14:10 +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
82302ae721
Fixed Contract build
2016-08-12 10:46:36 +02:00