Commit Graph

733 Commits

Author SHA1 Message Date
Glenn Renfro
4feaca28bf Docs discussing difference between SCT and spring.task propeties
User reported via this issue that the similar naming struction of these features was confusing.
Added docs to address this.

resolves #891
2023-02-21 14:07:22 -05:00
Henning Poettker
4ea9b9fa21 Inject event publisher into TaskJobLauncherApplicationRunner 2023-02-08 22:51:32 +01:00
Henning Poettker
30ce8f944f Simplify monitoring of job executions 2023-02-04 16:30:46 +01:00
buildmaster
a2986792bd Bumping versions to 3.0.2-SNAPSHOT after release 2023-01-25 14:58:50 +00:00
buildmaster
84de422fdc Going back to snapshots 2023-01-25 14:58:50 +00:00
buildmaster
6972e7ca05 Update SNAPSHOT to 3.0.1 2023-01-25 14:54:30 +00:00
Glenn Renfro
d5aa3777aa Fixed bug where there was a missing column in updates
Also set the correct table name for CREATED_DATE.
Also incorrect data type for CREATED_DATE in TASK_LOCK

resolves #885
2023-01-20 13:40:13 -05:00
Glenn Renfro
ea0f7b9049 Added docs for tests to fix checkstyle errors 2023-01-19 18:24:45 -05:00
Glenn Renfro
8c69fb89c0 Updated versions for 22-0-1 release 2023-01-19 17:55:36 -05:00
buildmaster
734bb7a1fd Bumping versions 2022-12-20 00:16:26 +00:00
buildmaster
c8ef6a9efe Bumping versions 2022-12-19 00:17:18 +00:00
buildmaster
236016e6ba Bumping versions 2022-12-16 00:15:59 +00:00
buildmaster
0b86e6e39c Bumping versions to 3.0.1-SNAPSHOT after release 2022-12-15 20:45:51 +00:00
buildmaster
27903330c6 Going back to snapshots 2022-12-15 20:45:51 +00:00
buildmaster
7b7121c0e2 Update SNAPSHOT to 3.0.0 2022-12-15 20:41:48 +00:00
Glenn Renfro
6b9d78a809 Updated Deployers to latest release 2022-12-12 08:37:41 -05:00
Glenn Renfro
b3bb637328 Updated docs to reflect new native build command 2022-12-08 09:25:13 -08:00
Glenn Renfro
741977ee7f Add hint to resolve missing hint from Spring Batch
This can be remove when https://github.com/spring-projects/spring-batch/issues/4248 is resolved
2022-12-06 10:55:10 -08:00
buildmaster
65543e085e Going back to snapshots 2022-12-01 17:54:41 +00:00
buildmaster
6b0c030163 Update SNAPSHOT to 3.0.0-RC3 2022-12-01 17:50:51 +00:00
Glenn Renfro
ba28df6dc0 Updated to replace dependency for stream tests 2022-12-01 08:42:54 -05:00
Mahmoud Ben Hassine
77c83fbaa1 Add missing resource hints for DDL schema definitions
Issue #849
2022-11-30 17:51:31 +01:00
Glenn Renfro
6d17f8dedb Replacing cloud.test.TestSocketUtils
Now utilizing the one provided by the spring framework
2022-11-28 20:49:00 -05:00
buildmaster
8a8bcc65bc Bumping versions 2022-11-29 00:16:23 +00:00
Glenn Renfro
2d7aceb835 Use the release of the task document generator 2022-11-28 18:18:02 -05:00
Glenn Renfro
8c450c4c75 Updated to set the order for TaskRepositoryDatabaseInitializerDetector
This is a workaround until https://github.com/spring-projects/spring-boot/issues/33374 is resolved
2022-11-28 08:36:36 -05:00
Glenn Renfro
099f5c0710 Updating sample to use h2 because hsql is not natively compilable. 2022-11-22 10:04:50 -05:00
Henning Poettker
92c3d948fd Let TaskBatchExecutionListener implement TaskExecutionListener 2022-11-22 08:57:46 -05:00
Henning Poettker
acdf72b771 Add runtime hint 2022-11-22 02:49:54 +01:00
buildmaster
2b31713545 Bumping versions 2022-11-22 00:16:44 +00:00
Glenn Renfro
28650f6f6c Removing hint for ChunkOrientedTasklet
This caused side effects for tasks that do not include batch.
This hint belongs in Spring Batch.
2022-11-21 15:18:12 -05:00
Glenn Renfro
501d75681b Deprecating the CommandLineRunnerOrder renaming it to ApplicaitonRunnerOrder
This is to reflect the foundation class of CommandLineRunner which is ApplicationRunner
2022-11-21 08:42:45 -05:00
Henning Poettker
545748b91a Add runtime hints for TaskBatchEventListenerBeanPostProcessor 2022-11-20 18:03:36 -05:00
Henning Poettker
b8f5b0a1dc Remove bean post processor warning 2022-11-20 19:15:22 +01:00
buildmaster
e5b4db36f7 Going back to snapshots 2022-11-17 17:33:28 +00:00
buildmaster
344ffb7da2 Update SNAPSHOT to 3.0.0-RC2 2022-11-17 17:29:31 +00:00
buildmaster
fae4a8f8fa Bumping versions 2022-11-16 00:16:05 +00:00
Glenn Renfro
3069f3806c Docs updated to reflect 3.0.x boot and task 2022-11-15 09:48:29 -05:00
Glenn Renfro
3b914046b1 Remove snapshot use for batch 2022-11-14 08:36:22 -05:00
Glenn Renfro
c5ed468a6d Sql Server incrementer is now supported by the spring framework 2022-11-08 15:50:28 -05:00
Glenn Renfro
deec51282a Updated Jakarta to latest version 2022-11-07 17:31:46 -05:00
Glenn Renfro
6c23a6df34 Reset samples to use snapshots 2022-10-31 13:29:33 -04:00
Henning Poettker
a3ade22e25 Let TaskRepository depend on database initializers 2022-10-30 09:18:00 -04:00
Nate Schutta
f37577e661 native compilation command for mvn is incorrect 2022-10-29 13:10:48 -05:00
Nate Schutta
48e3fdb2e2 updated mvn build command for native build because it was outdated 2022-10-28 14:35:02 -04:00
Glenn Renfro
f857359196 Add support for mariadb
resolves #833

PagingProvider and integration tests added
2022-10-28 13:38:48 -04:00
buildmaster
be2be98814 Going back to snapshots 2022-10-27 22:06:12 +00:00
buildmaster
e062a9cce5 Update SNAPSHOT to 3.0.0-RC1 2022-10-27 22:02:24 +00:00
Glenn Renfro
f13c75cbb8 readded htmlsingle. 2022-10-26 09:56:00 -04:00
buildmaster
4736d75ddd Bumping versions 2022-10-26 00:15:09 +00:00