Commit Graph

404 Commits

Author SHA1 Message Date
Glenn Renfro
d7112aa1d9 Version updates for 2.2.3.RELEASE 2020-03-03 13:48:55 -05:00
Glenn Renfro
5a8180096a Resolves Task Lock issue with Oracle DB
In short the Oracle CHAR type is blank padded to the end of the field.  So we were not getting an exact match on queries when looking for the LOCK_KEY or CLIENT_ID
2020-02-26 09:34:11 -05:00
Glenn Renfro
f468701a65 Added section on closing the context
resolves #646
2020-02-26 09:30:30 -05:00
Dominik Bartholdi
a4d4fe71cf fix link to DDL scripts 2020-02-26 09:25:05 -05:00
Glenn Renfro
71f123c437 Updated versions to 2.2.2 for build and 3.0.2 for stream 2020-01-22 14:31:49 -05:00
Spring Buildmaster
9e2f523a54 [artifactory-release] Next development version 2019-12-18 20:33:37 +00:00
Spring Buildmaster
4ed77d1ef3 [artifactory-release] Release version 2.2.2.RELEASE 2019-12-18 20:33:33 +00:00
Glenn Renfro
64b158f307 Updated to resolve version issue with JUnit 2019-12-18 13:50:44 -06:00
Glenn Renfro
89daee7b05 Updated versions 2019-12-18 13:50:44 -06:00
Glenn Renfro
d1827eab25 Updated schema documentation 2019-12-17 15:58:09 -06:00
Glenn Renfro
174e875549 Updated Stream dependencies and Cloud Build dependencies 2019-12-17 16:55:25 -05:00
Glenn Renfro
c3a3b376ac polish 2019-12-17 16:31:57 -05:00
Glenn Renfro
563e816740 Updated Task Versions to 2.2.2.BUILD-SNAPSHOT
Also set the parent boot for samples to 2.2.2.RELEASE
2019-12-17 16:27:47 -05:00
Spring Buildmaster
14f2c510c4 [artifactory-release] Release version 2.2.1.RELEASE 2019-11-22 21:20:11 +00:00
Michael Minella
3675ebcf96 Removed versions and pointed them to ${project.version} 2019-11-22 14:58:42 -06:00
Glenn Renfro
70ed8b96e9 Set Parent to 2.2.0.RELEASE for dependencies
Revert to 2.2.1.BUILD-SNAPSHOT
2019-11-22 15:05:54 -05:00
Spring Buildmaster
17ca1050b4 [artifactory-release] Next development version 2019-11-22 19:04:22 +00:00
Spring Buildmaster
bf670a065d [artifactory-release] Release version 2.2.0.RELEASE 2019-11-22 19:04:18 +00:00
Glenn Renfro
ec195e8e04 Updated Stream dependencies to Release 2019-11-22 11:54:29 -05:00
Glenn Renfro
e1956d871f Updated boot version for samples 2019-11-20 17:17:16 -05:00
Glenn Renfro
bed7155905 Updated Deployer and Build to release 2019-11-20 17:01:16 -05:00
Glenn Renfro
7e24e6d4ec Added Flatten-maven-plugin
resolves #633
2019-11-07 12:01:04 -05:00
Glenn Renfro
1a7113f37b Updated to reset vesions to Snapshot and to fix a checkstyle 2019-11-04 09:14:37 -05:00
Spring Buildmaster
1572eb1bf2 [artifactory-release] Next development version 2019-10-24 16:57:11 +00:00
Spring Buildmaster
b6b8e4cd10 [artifactory-release] Release version 2.2.0.RC1 2019-10-24 16:57:08 +00:00
Glenn Renfro
27edcdf949 Updated Dependencies to RC1 or RELEASE 2019-10-24 12:20:37 -04:00
Michael Minella
338f19c9e9 Fixed NPE that would occur when using old constructor 2019-10-23 10:05:08 -05:00
Glenn Renfro
79719c541f Capture external-execution-id for child tasks started from a partition 2019-10-23 10:04:56 -05:00
Glenn Renfro
068df27723 Updated the test so that it will now work.
We will need to add a new task to the bamboo integration tests for SCT.
In this task we will pass in the parameters
This will be run after the other integration tasks.
2019-10-22 17:04:01 -05:00
Michael Minella
6a5a81b554 Polished 2019-10-22 16:59:14 -05:00
Glenn Renfro
d39ed3c7cb Resolve issue where spring.batch.job.names was not expressed
when using TaskJobLauncherCommandLineRunner

resolves #614
2019-10-22 14:13:56 -05:00
Glenn Renfro
87b8555b66 Reverted back to BUILD-SNAPSHOT 2019-10-04 11:52:33 -04:00
Spring Buildmaster
bd313d3f8d [artifactory-release] Next development version 2019-10-04 14:09:31 +00:00
Spring Buildmaster
0cdd345b3a [artifactory-release] Release version 2.2.0.M3 2019-10-04 14:09:28 +00:00
Glenn Renfro
7fd0be5b0e Version Updates 2019-10-04 09:31:45 -04:00
Glenn Renfro
a5161f816e Updated the sample to match the reference docs
Also added some additional information in the reference docs.
2019-08-06 17:50:56 -04:00
Glenn Renfro
3044f7cf08 Updated versions of libraries to use Build-Snapshots 2019-08-06 13:48:42 -04:00
Spring Buildmaster
b4e3aa1910 [artifactory-release] Next development version 2019-08-02 16:02:22 +00:00
Spring Buildmaster
2f6df94f8c [artifactory-release] Release version 2.2.0.M2 2019-08-02 16:02:18 +00:00
Glenn Renfro
7d7183e7f2 Updating version for 2.2.0.M2 2019-08-02 08:48:46 -04: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
Glenn Renfro
7aa08f08e4 Updating surefire plugin 2019-07-03 17:04:33 -04:00
Glenn Renfro
0a179aae61 Allows users to set spring.batch.job.enabled with fail-on-job-failure.
resolves #525
2019-07-03 13:33:50 -05:00
Glenn Renfro
7490f8b820 Initialize values with properties vs value
resolves #SCT-587
2019-07-03 13:24:06 -05:00
Michael Minella
0af72e31ac Polish 2019-07-03 13:09:18 -05:00
Christian Tzolov
d4b51a074b Add Micrometer support for Task applications
- New dependencies
   - micrometer-core
   - java-cfenv - required by the CF tags configuration.
 - Add TaskMetrics configuration that installs two Meters (Timer and LongTaskTimer) that produce the following time-series:
   - spring.cloud.task - shows task duration (updated only after the task has completed).
   - spring.cloud.task.active - provides run time information about the non-completed tasks.
   Both meters are started at TaskExecutionListener#onTaskStartup() and ended at onTaskEnd() or onTaskFailure().
 - Add common Task tags assigned to all time-series produced by the Task (not only the s.c.task and s.c.task.active). This allows to analyze CPU, Memory and other measurements grouped by task/execution ids.
 - Add Cloud Found tags - Activated only for CF target platform.

 Resolves #608
2019-07-03 13:06:58 -05:00
Christian Tzolov
aa29153656 Update Apache Maven Wrapper to 3.6.0
Resolves #610
2019-06-26 12:08:06 +02:00
Michael Minella
f0f539ed8c Polish 2019-06-25 09:48:30 -05:00
Glenn Renfro
d2031ff66e Updated the order in which the TaskLifecycleListener is configured
resolves #605
2019-06-25 09:48:21 -05:00
Anbu Sampath
320a864112 doc correction for Initialzr downloaded file name 2019-06-13 15:59:47 +05:30