Michael Minella
71b74665a0
Polish
2018-02-13 11:49:56 -06:00
Glenn Renfro
01311e8be6
FactoryBean now sets the tablePrefix for taskBatchExecutionListener
...
resolves #353
2018-02-13 11:49:48 -06:00
Michael Minella
6426cfea7e
Polish
2018-02-13 09:28:22 -06:00
Glenn Renfro
76309b89ff
Removed code that was marked as deprecated.
...
Also updated test that tested deprecated code.
resolves #366
2018-02-13 09:28:09 -06:00
Michael Minella
1ae7930d09
Added ability to cofigure CommandLineRunner order
...
This commit adds the ability to configure the order for the
TaskJobLauncherCommandLineRunner. It also provides minor polish on a
few other code review related items.
2018-02-12 17:03:48 -06:00
Glenn Renfro
cd4dbe6a93
Allows failed batch apps to set exit code of task app.
...
resolves #201
Please enter the commit message for your changes. Lines starting
Cleanup Removed taskProperties from TaskBatchAutoConfiguration
2018-02-12 17:03:36 -06:00
Glenn Renfro
b6f6d68385
Deprecate the use of spring.cloud.task.batch.listener.enable
...
replace it with spring.cloud.task.batch.listener.enabled
resolves #379
2018-02-12 13:41:59 -06:00
kangtaku
16efd486d8
Correct typo of a word and a bracket.
...
Removed a unneeded empty row.
Removed starting parenthesis and added Carriage return to end of file
2018-02-05 09:53:02 -05:00
Glenn Renfro
4e77027f2e
Clear all objects in the database between runs.
...
resolves #382
2018-01-30 13:51:16 -06:00
Michael Minella
17cefe2759
Added Spring Boot Starter to Spring Cloud Task's Starter
...
Per Stephane's comment on the related issue, Spring Boot starters are
expected to bring in the spring-boot-starter. Before this commit, the
Spring Cloud task starter did not, which lead to incorrect logging
configuration. This commit addresses that issue.
Resolves SCT-359
2018-01-26 15:20:43 -06:00
Glenn Renfro
d8a73ba183
Prevent a task from starting if an inst with the same name is running.
...
resolves #81
Using LockRegistryLeaderInitiator to do leadership election.
When task is started and singleInstanceEnabled isset to true then we use leader election
to determine if a task needs to be started.
Error Event Name had to be updated
2018-01-25 13:24:53 -06:00
Glenn Renfro
94e074d841
Set the spring.cloud.task.closecontext_enable default to false
...
resolves #364
2018-01-24 14:11:35 -06:00
Glenn Renfro
3f316a0170
SCT now handles exceptions thrown by execution listeners
...
resolves #341
2018-01-24 12:12:50 -06:00
Glenn Renfro
fd2d4a9124
Adds configuration metadata for properties
...
resolves #365
2018-01-18 11:51:29 -06: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
c4324b550d
Docs updated dependency samples to use starter instead of core
...
resolves #362
2018-01-18 10:38:51 -06:00
Glenn Renfro
6860656d98
Set the Spring-Cloud-Build to Snapshot until we go RC1.
...
Did build and smoke tests and it resolves the issues identified in this issue.
resolves #360
2018-01-18 10:03:49 -06:00
Glenn Renfro
0ed6da6613
Resolves Test Failures for TaskLauncher and Task Start Tests
...
resolves #339
2018-01-12 17:30:38 -05:00
The Gitter Badger
732c7d163c
Add Gitter badge
2017-11-17 15:29:23 -06:00
Glenn Renfro
c5931011a0
change javadoc aggregate execution from prepare-package to site phase.
...
resolves #350
2017-11-10 11:50:30 -05:00
Glenn Renfro
6ef80f2a50
Updated to the Stream M3 release
2017-11-09 13:47:08 -05:00
Glenn Renfro
e279846e7e
Updated Spring Cloud Task to latest releases
...
Updated to remove all commons-logging-api dependencies to resolve logging issue.
Updated to handle 2.0.0.M3 Spring Cloud Stream
resovles #347
Changes based on code review
2017-11-01 09:12:46 -04:00
Michael Minella
15acc0c756
Fixes documentation publication
...
This commit fixes the generation of the zip file used to autopublish the
documentation. The previous version only included the HTML, epub, and
PDF files for the reference documentation. However it was missing the
images and css for the HTML as well as all of the javadocs. This commit
now fixes that so the javadoc as well as all the resources required for
the reference documentation is included in the zip file.
Resolves #327
2017-08-17 09:54:48 -05:00
Michael Minella
ab32bfc999
Update versions before release
2017-08-15 16:35:18 -05:00
Michael Minella
29b719dce9
Upgraded Spring Cloud Deployer and related components to 2.0.0.BUILD-SNAPSHOT
2017-08-04 14:34:11 -05:00
Sabby Anandan
668b4447b5
Fix broken build status badge
2017-07-17 15:19:52 -07:00
Michael Minella
8c08aa84f7
Fixed build after 2.0 PR merge
...
The 2.0 PR merge missed a couple items that broke the build.
Specifically the maven plugin repository was not specified so the
snapshots for the Spring Boot Maven Plugin could not be found. Also the
ordering of the parameters in the Hibernate generated SQL was different
so the JpaApplicationTests were failing.
2017-07-13 10:32:34 -05:00
Michael Minella
2c2712ada4
Dependency updates
2017-07-12 13:02:12 -05:00
Glenn Renfro
d95f46002f
Migrate Task to Spring Cloud Build 2.0.x
...
resolves #313
2017-07-12 11:38:00 -05:00
Spring Buildmaster
54bce9a590
[artifactory-release] Next development version
2017-06-27 15:46:26 +00:00
Glenn Renfro
68307a9312
Updated deployer dependencies to 1.2.1.RELEASE
...
Also updated the docs
2017-06-27 10:16:10 -05:00
Glenn Renfro
c7f15f5c8a
Sets Version of repo to 1.2.1
...
* Docs and poms updated
* Updated deployer dependencies
resolves #323
2017-06-26 17:19:11 -04:00
Glenn Renfro
6c47223859
Repository is not initialized if tablePrefix is set.
...
resolves #311
2017-06-26 16:04:22 -05:00
Glenn Renfro
b03f8398a7
Task identifies if JPA is in use and uses JPTransactionManager
...
resolves #309
2017-06-26 15:49:20 -05:00
Michael Minella
3b8670e765
Provided the ability to configure if properites are sent to the worker
...
via command line arguments or environment variables.
2017-06-23 13:08:14 -05:00
Glenn Renfro
6fad14ead7
Support DB2 on Mainframe as DB2ZOS
...
resolves #303
Added support for DB2ZOS DatabaseType.
Added DB2AS400, DB2VSE, based on how Spring Batch implemeted DB2 identification via metadata.
All DB2 database types will use the DB2 repository initialize sql script
Tested this against a local DB2.
2017-05-19 10:44:08 -04:00
Spring Buildmaster
1a16d44b2c
[artifactory-release] Next development version
2017-04-24 19:36:00 +00:00
Glenn Renfro
606954dc07
Updating dependencies and doc versions
2017-04-24 14:43:04 -04:00
Glenn Renfro
0560899a6f
Updated docs version to 1.2.0.RC1
2017-04-14 14:57:23 -04: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
db00cd76e3
Add repositories to Partitioned Sample
2017-04-13 16:53:00 -04:00
Glenn Renfro
b0a9d2477e
Increase timeout for BatchEventAppTest
...
Also give meaning error message
2017-04-13 16:12:01 -04:00
Michael Minella
f135e84128
Upgraded versions and fixed test
...
This commit upgrades the versions to the latest and greatest as well as
removes the custom implementation of a TaskLauncher.
2017-04-13 13:54:02 -05:00
David Turanski
a1cffe8bd4
Change closecontextEnable to closeContextEnabled
...
Added test
Updated to use the standard log library
resolves #217
2017-04-12 11:06:26 -04:00
Glenn Renfro
bbb0d68ce6
Moved the injection of the TaskBatchListner to the postProcessAfterInitialization from postProcessBeforeInitialization
...
Because when using FactoryBeans the TaskBatchListener postprocessing isn't fired when using before initialization
2017-04-10 14:37:04 -04:00