buildmaster
e8560df9d3
Going back to snapshots
2023-09-27 11:00:52 +00:00
buildmaster
ddd00afc83
Update SNAPSHOT to 3.1.0-M2
2023-09-27 10:58:19 +00:00
Glenn Renfro
63ab5b1daf
Update versions and update code format
2023-09-25 12:22:51 -04:00
Glenn Renfro
265a4e8ae9
Support ability to run in development mode with postgresql for batch sample.
2023-09-13 17:22:18 -04:00
Glenn Renfro
1f39989831
Remove native compilation hint from batch job sample
2023-09-07 15:56:51 -04:00
buildmaster
1e791c68c4
Bumping versions
2023-08-12 17:18:12 +00:00
buildmaster
bcca4404d6
Bumping versions
2023-07-22 17:18:12 +00:00
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
cd54b77c6f
Updated samples to boot 3.2
...
Removed versions for test containers. This is now managed by Boot
Updated samples to be version 3.1.
2023-06-15 09:41:17 -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
David McClatchey
ab87387b8b
updated wording to be single spring batch job
...
updating batch job wording
2023-04-12 08:09:10 -04: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
buildmaster
734bb7a1fd
Bumping versions
2022-12-20 00:16:26 +00: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
8a8bcc65bc
Bumping versions
2022-11-29 00:16:23 +00:00
buildmaster
2b31713545
Bumping versions
2022-11-22 00:16:44 +00:00
buildmaster
fae4a8f8fa
Bumping versions
2022-11-16 00:16:05 +00:00
Glenn Renfro
6c23a6df34
Reset samples to use snapshots
2022-10-31 13:29:33 -04:00
Nate Schutta
f37577e661
native compilation command for mvn is incorrect
2022-10-29 13:10:48 -05:00
buildmaster
4736d75ddd
Bumping versions
2022-10-26 00:15:09 +00:00
buildmaster
956a5694c9
Bumping versions
2022-10-25 00:15:43 +00:00
Glenn Renfro
b1cf675fcb
Updated samples Boot Version getting ready for RC1 release
2022-10-24 09:54:07 -04: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
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
Glenn Renfro
b7b7de5337
Updated readmes to improve copy pastability
...
Also added instructions for native compilation for those apps that it is useful
Added documentation for native compilation when using Single Step Batch Processing
Updated documentaiton for native compilation for single app processing
2022-10-07 14:29:05 -04:00
buildmaster
7bc49b67e1
Bumping versions
2022-09-30 00:16:13 +00:00
Glenn Renfro
b46278be5d
Removed BatchConfigurer and @EnableBatchProcessing from tests and samples
...
TaskJobLauncherApplicationRunnerTests updated
Signed-off-by: Glenn Renfro <grenfro@vmware.com >
Updated Integration tests
Updated Tests for samples
2022-09-21 14:44:50 -04:00
Glenn Renfro
30d6c63a23
Removed Job and Step Builder factories.
...
Now using builders directly
2022-09-13 18:39:24 -04:00
Glenn Renfro
87632b3487
Updated readers and writers to set platform transaction
...
It is no longer provided by default by the job builder.
https://github.com/spring-projects/spring-batch/wiki/Spring-Batch-5.0-Migration-Guide#infrastructure-beans-configuration-with-enablebatchbatchprocessing
2022-09-08 19:15:55 -04:00
Glenn Renfro
0879bff549
Updated target for AOT compilation
2022-08-25 21:49:23 -04:00
Glenn Renfro
82fcb25ac1
Introduction of hints for Spring Task
...
Updated to support timestamp demonstration of native task.
Remove experimental when appropriate for the hints and remove this `spring.aop.proxy-target-class=false` from
application.properties for timestamp demo
Updated versions to the latest boot snapshot.
2022-08-03 14:22:31 -04:00
Glenn Renfro
76a5d12136
Updated to files to fit the Standard.
2022-07-25 11:41:43 -04:00
buildmaster
ceb504b66c
Bumping versions
2022-07-22 00:17:21 +00:00
Glenn Renfro
5b9ffcc327
Introduce AOT to base projects of Spring Cloud Stream Samples
2022-06-30 17:01:42 -04:00
Glenn Renfro
362d73650b
Batch Boot Runner only supports one job.
...
Needed to update TaskJobLauncher to support only one job.
Updated tests accordingly
Re-added Added tests removed from M3 release
2022-06-16 17:26:49 -04:00
buildmaster
aeff4b02e4
Going back to snapshots
2022-06-15 12:39:56 +00:00
buildmaster
890b37efe8
Update SNAPSHOT to 3.0.0-M3
2022-06-15 12:37:02 +00:00
Glenn Renfro
23fb884e45
Updated code to support using WritableResource
...
resolves #842
Tests were temporarily commented out til Batch 4111 is resolved
2022-05-11 16:57:07 -04:00
buildmaster
c0287ec4bd
Bumping versions
2022-03-26 00:16:01 +00:00
buildmaster
721409e44e
Going back to snapshots
2022-01-27 21:36:59 +00:00