Spring Operator
fef2986417
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 1 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 196 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 13:30:23 -05:00
Glenn Renfro
76cc14ca60
Removed Debug from BatchEventApplication Test
2017-04-14 14:02:33 -04:00
Glenn Renfro
76f431f9e2
Updated to start the consumer before the producer
2017-04-14 13:47:00 -04:00
Glenn Renfro
f01b33200d
Added debugging to BatchEventsApplicationTests
2017-04-14 13:13:27 -04:00
Glenn Renfro
1fddb9678a
increased timeout for BatchEventsApplicationTests back to 60 seconds
2017-04-14 11:12:11 -04:00
Glenn Renfro
85573cf5ec
Added repositories to sample projects poms.
...
Updated BatchApplicationEventTests to shorten wait timeout and remove unnecessary Ignore and OutputCapture
2017-04-14 09:00:01 -04:00
Glenn Renfro
d2e0dfa831
Updated BatchEventsAppTest to add groups
2017-04-13 17:38:38 -04:00
Glenn Renfro
b0a9d2477e
Increase timeout for BatchEventAppTest
...
Also give meaning error message
2017-04-13 16:12:01 -04:00
Glenn Renfro
0ba4e1a6fb
Added ability for test to use random open port
2016-11-21 18:07:00 -05:00
Glenn Renfro
91c3781829
Upped the timeout to 5 seconds
...
resolves #233
2016-10-28 09:21:53 -04:00
Glenn Renfro
d657b22b79
Updated dependencies and refactored code.
...
* Updated spring cloud streams to 1.1.0.RELEASE
* Updated cloud dependencies parent to 1.2.1.RELEASE
* Updated samples to 1.4.1
* Updated Tests to take advantage of 1.4 boot test annotations
* Removed @Bindings as they are deprecated
* Updated BatchApplication test to pass. Boot no longer logs environment values. So count was reduced from 3 to 1
resolves #218 , #221
renamed spring-cloud-task-starter to spring-cloud-starter-task
2016-10-11 08:38:38 -05:00
Glenn Renfro
6afc5cc260
Removed the deprecations from the Task Samples unit tests
...
With the latest release of boot some of the test classes were deprecated. This change removes the deprecation warnings from samples.
2016-08-18 16:59:57 -04:00
Glenn Renfro
ef1c027146
Replaces Redis as RabbitMQ for test binder.
...
resolves spring-cloud/spring-cloud-task#134
2016-05-18 18:46:26 -05:00
Michael Minella
bf52aee188
Code review cleanup
2016-04-25 23:05:31 -05:00
Michael Minella
43d869f726
Add Job Event Messaging to tasks.
...
* Added test for sample and cleanup
* Added skipEventsListener
* Added new message format.
* Added integration tests.
* Updated application.properties to add json content type
resolves spring-cloud/spring-cloud-task#119
2016-04-25 23:05:07 -05:00