Glenn Renfro
e72c730cbc
Update timestamp and batch app tests to check task name
...
With the latest changes in boot logs include app name and the tests needed to be amended to look at the name value that is returned as a part of the task log
2023-06-22 16:12:37 -04:00
Glenn Renfro
f7d52e6f12
Merged MapTaskExecutionTests into TaskExecutionDaoTests
...
Removes duplicated code.
Resolves #427
2023-02-24 17:31:45 -05:00
Glenn Renfro
76a5d12136
Updated to files to fit the Standard.
2022-07-25 11:41:43 -04:00
Glenn Renfro
3102aa0265
Update so that it can be natively compiled by Spring Native 0.11
2021-09-27 11:28:05 -04:00
Glenn Renfro
7c23c31f48
Updated to resolve failed build
2020-09-22 15:47:58 -04:00
Glenn Renfro
59c9adf047
Updated all Junit tests to 5.x
...
resolves TASK-675
2020-07-07 10:55:16 -05:00
Glenn Renfro
4f1524a711
OutputCapture should be updated to OutputCaptureRule
...
resolves #615
In Boot 2.2.x they change the of OutputCapture and thus it was deprecated.
2019-07-15 15:28:50 -04:00
Spring Operator
2bff013b83
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).
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 204 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
Updated Spring Cloud Build dependency
this was so that we can get the latest spring-cloud-build
2019-03-21 16:34:26 -04:00
Glenn Renfro
03d9a980e9
Cleanup from Checkstyle changes
...
resolves #511
* Sets the appropriate copyright dates
* Updates some docs
2019-02-13 12:21:14 -05:00
Marcin Grzejszczak
60f1e21d03
Added checkstyle
2019-02-03 19:27:07 +01:00
Glenn Renfro
3ad9efe3fe
Updated tests to remove deprecated code from tests
...
* cleanup removing unused headers
* Updated asserts in code base that needed messages (marked as deprecated)
* left one test that was testing a deprecated constructor. When that code is removed we can remove that test.
* some other cleanup
resolves #338
2018-01-18 11:42:37 -06:00
Glenn Renfro
4e68adf5fa
Updated samples to use latest boot
...
Update integration tests to use latest stream paradigm
Update tests to be in compliance with 1.5.2.
resolves #289
2017-03-14 09:49:31 -05:00
Michael Minella
0a56672171
Refactored task end event to be Spring Boot's ApplicationReadyEvent
...
In testing and other use cases, the ability to keep a context open
beyond the end of a task can be useful. This change provides the
ability to keep the context alive once a task has completed while also
explicitly shutting the context down (by default) once a task has ended.
Resolves spring-cloud/spring-cloud-task#102
2016-04-06 12:24:52 -05:00
Glenn Renfro
dc26f7c98d
SCT-96 Update TaskRepository to be additive only
...
resolves spring-cloud/spring-cloud-task#96
2016-03-09 11:44:05 -06:00
Glenn Renfro
584cfb90f5
TaskExecution should use long id
...
* Replace String executionId with a long executionId
* Add externalExecutionID that is a String
resolves spring-cloud/spring-cloud-task#47
2016-01-06 17:35:47 -06:00
Glenn Renfro
7be3a88826
SCT-23 Added sample apps for Spring Cloud Task
...
* Timestamp Demonstrates a Spring boot/task application as a single java file.
* HelloWorld Demonstrates a Spring boot/task application using java configuration.
resolves spring-cloud/spring-cloud-task#23
2015-12-17 10:22:26 -06:00