305 Commits

Author SHA1 Message Date
buildmaster
5070566743 Bumping versions to 3.0.5-SNAPSHOT after release 2024-01-26 00:58:25 +00:00
buildmaster
da9d7efc38 Going back to snapshots 2024-01-26 00:58:25 +00:00
buildmaster
87dc4ba1c6 Update SNAPSHOT to 3.0.4 2024-01-26 00:53:52 +00:00
Glenn Renfro
7f6eca70ea Cleaned up observation code after listener tests 2023-07-26 14:21:29 -04:00
buildmaster
16542604e9 Bumping versions 2023-05-26 19:45:07 +00:00
buildmaster
d62e8dc605 Bumping versions 2023-05-25 00:15:53 +00:00
buildmaster
1a63e3b768 Bumping versions to 3.0.4-SNAPSHOT after release 2023-05-24 19:08:09 +00:00
buildmaster
b6f62dbedf Going back to snapshots 2023-05-24 19:08:08 +00:00
buildmaster
c8c5bae7d0 Update SNAPSHOT to 3.0.3 2023-05-24 19:03:47 +00:00
buildmaster
c6cd589cf7 Bumping versions to 3.0.3-SNAPSHOT after release 2023-03-28 15:10:22 +00:00
buildmaster
cfec853435 Going back to snapshots 2023-03-28 15:10:21 +00:00
buildmaster
3bdd991f69 Update SNAPSHOT to 3.0.2 2023-03-28 15:06:10 +00:00
Glenn Renfro
f7d52e6f12 Merged MapTaskExecutionTests into TaskExecutionDaoTests
Removes duplicated code.

Resolves #427
2023-02-24 17:31:45 -05: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
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
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
Mahmoud Ben Hassine
77c83fbaa1 Add missing resource hints for DDL schema definitions
Issue #849
2022-11-30 17:51:31 +01: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
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
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
Henning Poettker
a3ade22e25 Let TaskRepository depend on database initializers 2022-10-30 09:18:00 -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
667852e348 Autoconfiguration files are now annotated with @Autoconfiguration
This is a new standard for boot 3.0
Replaced deprecated constructors for batch test
Added Oracle migration script for ordered sequence
2022-10-19 14:23:12 -04:00
Glenn Renfro
2f3d713fe0 Created DB Migration Scripts for updated Timestamp fields
Timestamp fields are set to a length of 9 for DBs that support it
2022-10-18 15:21:50 -04:00
Glenn Renfro
a0fda4bf6e Set Spring Cloud Task Date Strategy to match Batch
resolves #868
Signed-off-by: Glenn Renfro <grenfro@vmware.com>

Updated the timestamps for H2,oracle, db2, hsqldb to be 9 digits for improved accuracy
2022-10-18 14:20:57 -04:00
Glenn Renfro
4c5b88c338 Added hint for TaskExecution for stream processing
The streamBridge is not included in Spring Cloud Stream AOT processing, and thus when Jackson parsing uses reflection it can't find TaskExecution
So TaskExecution needed to be added for task-events
2022-10-12 13:20:45 -04:00
Glenn Renfro
002a565a15 Updated metrics docs so that they are configured properly
Updated micrometer doc plugin so it won't impact cloud doc gen
2022-10-11 09:16:29 -04:00
Glenn Renfro
2ef93291fc Updated Task to the latests snapshot of Micrometer
Updated to handle the batch changes

Removing aot execution from sample apps

Remove snapshot version and rely on bom

Signed-off-by: Glenn Renfro <grenfro@vmware.com>
2022-10-10 14:36:14 -04:00
buildmaster
704667d542 Going back to snapshots 2022-10-06 01:14:34 +00:00
buildmaster
b2a7985657 Update SNAPSHOT to 3.0.0-M5 2022-10-06 01:10:20 +00:00
Glenn Renfro
b0525c72e5 Fixed errors from Javadocs 2022-09-30 08:45:29 -04:00
Glenn Renfro
53ed45051d Updated to remove snapshot version from brave.
It had been added for tests and was not removed as a part of the cleanup
2022-09-27 10:15:38 -05:00
Glenn Renfro
25cf280f78 StartTime is now honored for TaskExecution
regardless if they were created before or during task execution.

resolves #861
2022-09-14 11:00:12 -04:00
Glenn Renfro
f30ac7e5b3 Updated to handle ObservationConvention migration 2022-09-09 17:43:59 -04:00
Glenn Renfro
3609e53751 Updated Observation code to use the updates offered by the Micrometer snapshot 2022-09-06 17:33:13 -04:00
Mahmoud Ben Hassine
e4581420b0 Allow users to select the transaction manager to use in TaskRepository
* Update `@Transactional` attribute to use `spring.cloud.task.transaction-manager` property
* Make `springCloudTaskTransactionManager` bean definition conditional on a missing property

Issue #769
2022-08-31 16:55:46 -04:00
Glenn Renfro
1ff5bc9ec5 Updated to cleanup hints that are no longer necessary 2022-08-26 16:29:18 -04:00