Spring Buildmaster
552faba330
[artifactory-release] Next development version
2021-01-06 19:03:04 +00:00
Spring Buildmaster
cf956eabd2
[artifactory-release] Release version 2.2.5.RELEASE
2021-01-06 19:03:00 +00:00
Michael Minella
25592edb00
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
Polish
2020-12-10 14:46:56 -05:00
Spring Buildmaster
b5f2a653ee
[artifactory-release] Next development version
2020-09-24 17:24:32 +00:00
Spring Buildmaster
abc4500c8f
[artifactory-release] Release version 2.2.4.RELEASE
2020-09-24 17:24:28 +00:00
Glenn Renfro
b93c73d43d
Re-Add this change
2020-08-06 13:00:20 -04:00
Glenn Renfro
b1c204c750
Backing out the change, until we can get it to work on Boot 2.2.x or have instructions on how to do it.
2020-08-06 12:29:53 -04:00
Christian Tzolov
f20afac766
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-07-24 14:08:51 +02:00
Glenn Renfro
d4c3387ef0
Removed cfenv from dependencies
...
Updated tests that used it.
resolves #681
2020-07-09 14:06:41 -05:00
Spring Buildmaster
086adf6c57
[artifactory-release] Next development version
2020-03-03 19:12:00 +00:00
Spring Buildmaster
008a9d2a99
[artifactory-release] Release version 2.2.3.RELEASE
2020-03-03 19:11:56 +00: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
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
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
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
Glenn Renfro
960e3c1d46
Treat MariaDB type as MySQL
...
resolves #514
2019-02-13 15:59:23 -05:00
Glenn Renfro
03d9a980e9
Cleanup from Checkstyle changes
...
resolves #511
* Sets the appropriate copyright dates
* Updates some docs
2019-02-13 12:21:14 -05:00
Marcin Grzejszczak
60f1e21d03
Added checkstyle
2019-02-03 19:27:07 +01:00
Spring Buildmaster
4d0acf120c
[artifactory-release] Next development version
2019-01-22 14:30:34 +00:00
Spring Buildmaster
dc3af1dfd4
[artifactory-release] Release version 2.1.0.RELEASE
2019-01-22 14:30:29 +00:00
Spring Buildmaster
549e9e14cd
[artifactory-release] Next development version
2019-01-15 14:06:50 +00:00
Spring Buildmaster
3534b42f79
[artifactory-release] Release version 2.1.0.RC1
2019-01-15 14:06:46 +00:00