Spring Buildmaster
18cf866e8a
[artifactory-release] Next development version
2020-12-21 17:18:21 +00:00
Spring Buildmaster
187ef63076
[artifactory-release] Release version 2.3.0
2020-12-21 17:18:17 +00:00
Spring Buildmaster
73e0eb389f
[artifactory-release] Next development version
2020-12-11 17:31:40 +00:00
Spring Buildmaster
8e40ddcd20
[artifactory-release] Release version 2.3.0-RC1
2020-12-11 17:31:36 +00:00
Spring Buildmaster
f68f8e734b
[artifactory-release] Next development version
2020-11-30 16:47:44 +00:00
Spring Buildmaster
c8eba09a21
[artifactory-release] Release version 2.3.0-M4
2020-11-30 16:47:40 +00:00
Michael Minella
704b8df2ad
Added sort validation
...
This commit now validates that the value passed via a PageRequest to
sort the results by is a valid value.
Resolves #739
Fixed to allow for all letter cases
2020-11-09 10:30:03 -05:00
Spring Buildmaster
7386faabe6
[artifactory-release] Next development version
2020-09-24 14:33:22 +00:00
Spring Buildmaster
8abcf6337b
[artifactory-release] Release version 2.3.0-M3
2020-09-24 14:33:18 +00:00
Glenn Renfro
b4ea1040de
Task tags assigned to all metrics sent by the app
...
Ensure that Task's org.springframework.cloud.task.configurationorg.springframework.cloud.task.configuration.MetricsAutoConfiguration is configured Before org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration (that in turn is configured Before the CompositeMeterRegistryAutoConfiguration).
Resolves #691
2020-08-11 11:52:52 -04:00
Spring Buildmaster
fd102c84c2
[artifactory-release] Next development version
2020-07-20 18:32:02 +00:00
Spring Buildmaster
e71784fe8b
[artifactory-release] Release version 2.3.0-M2
2020-07-20 18:31:58 +00:00
Glenn Renfro
80f39bea84
Removed cfenv from dependencies
...
Updated tests that used it.
resolves #681
2020-07-08 12:41:56 -04:00
Glenn Renfro
59c9adf047
Updated all Junit tests to 5.x
...
resolves TASK-675
2020-07-07 10:55:16 -05:00
Glenn Renfro
95a2683331
Updated sc-build and s-c-depenency-parent to 3.0.0-SNAPSHOT
...
Readded JUnit 4 temporarily to get build to complete
Refer to issue #675
2020-06-16 16:39:14 -04:00
Spring Buildmaster
19d964288a
[artifactory-release] Next development version
2020-05-07 17:44:32 +00:00
Spring Buildmaster
d0e31e175c
[artifactory-release] Release version 2.3.0-M1
2020-05-07 17:44:28 +00:00
Glenn Renfro
90a2a27e51
Updated Task Version to use the -SNAPSHOT vs .BUILD-SNAPSHOT
2020-05-07 09:51:42 -05:00
Glenn Renfro
aba70b468a
Changing DataSourceBuilder to EmbeddedDatabaseBuilder.
2020-03-25 11:19:18 -04:00
Michael Minella
00b8acab55
Added support for specifying a TransactionManager
...
Before this commit, Spring Cloud Task did not correctly configure the
provided PlatformTransactionManager with the TaskRepository. This
commit addressis this bug.
Resolves #652
Polished PR on Merge
2020-03-25 10:05:16 -04:00
Glenn Renfro
6b336a983c
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-01-30 09:17:15 -06:00
Glenn Renfro
03b38404a0
Updated versions for minor release of cloud
2019-12-19 09:17:52 -05:00
Spring Buildmaster
1bfa6006ec
[artifactory-release] Next development version
2019-11-22 21:20:15 +00:00
Spring Buildmaster
14f2c510c4
[artifactory-release] Release version 2.2.1.RELEASE
2019-11-22 21:20:11 +00: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
7e24e6d4ec
Added Flatten-maven-plugin
...
resolves #633
2019-11-07 12:01:04 -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
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
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
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
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
Glenn Renfro
d2031ff66e
Updated the order in which the TaskLifecycleListener is configured
...
resolves #605
2019-06-25 09:48:21 -05:00
Donovan Muller
915a6ef82f
Fix closecontextEnabled property reference
...
Fixes #561
2019-05-08 14:38:12 -04:00
Glenn Renfro
16f68020fb
Update dependency versions
2019-05-07 13:54:00 -04:00
Spring Buildmaster
f1b13e049c
[artifactory-release] Next development version
2019-04-16 16:50:51 +00:00
Spring Buildmaster
9fb1fcb043
[artifactory-release] Release version 2.2.0.M1
2019-04-16 16:50:48 +00:00
Glenn Renfro
fd8ab15238
Updated all dependencies for M1 RELEASE
...
Updated to Spring Cloud Build 2.2.0.M1
2019-04-15 15:11:28 -04:00
Glenn Renfro
c8158360b2
Updated test for the new maria error code
...
resolves #288
2019-04-08 11:28:13 -04:00
Glenn Renfro
ce51987f98
Rebased
...
Updated to spring-cloud-build 2.2.0.BUILD-SNAPSHOT
Updated Tests to support the changes in the latest H2 database
Must use "-ifNotExists", when using the H2 TCP Server
2019-03-28 16:57:11 -05:00
Glenn Renfro
c4abbbcbbf
Updated Base Version to 2.2.x
...
Removed Task Dependencies. These should be brought in by Boot
2019-03-28 16:57:11 -05:00
Glenn Renfro
8a3ac48cc3
Updated all task_lock tables to add NOT NULL to primary keys.
...
resolves #505
2019-03-22 11:52:57 -04:00
Spring Operator
2bff013b83
URL Cleanup
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 204 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
Updated Spring Cloud Build dependency
this was so that we can get the latest spring-cloud-build
2019-03-21 16:34:26 -04:00
Spring Operator
505fd21ff9
URL Cleanup
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.
* http://xslthl.sf.net (301) with 1 occurrences could not be migrated:
([https](https://xslthl.sf.net ) result AnnotatedConnectException).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://asciidoctor.org with 1 occurrences migrated to:
https://asciidoctor.org ([https](https://asciidoctor.org ) result 200).
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 18 occurrences migrated to:
https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd ) result 200).
* http://sourceforge.net/projects/xslthl/ with 14 occurrences migrated to:
https://sourceforge.net/projects/xslthl/ ([https](https://sourceforge.net/projects/xslthl/ ) result 200).
* http://www.w3.org/TR/CSS21/propidx.html with 1 occurrences migrated to:
https://www.w3.org/TR/CSS21/propidx.html ([https](https://www.w3.org/TR/CSS21/propidx.html ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 36 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 18 occurrences
2019-03-19 21:26:51 -05:00