buildmaster
e6f41aeebc
Bumping versions
2021-06-10 09:22:08 +00:00
buildmaster
9d9cc79b01
Bumping versions to 2.3.4-SNAPSHOT after release
2021-06-09 15:44:34 +00:00
buildmaster
aff14c0791
Going back to snapshots
2021-06-09 15:44:33 +00:00
buildmaster
8843abfc55
Update SNAPSHOT to 2.3.3
2021-06-09 15:41:13 +00:00
buildmaster
2fbf38fe05
Going back to snapshots
2021-05-27 21:00:59 +00:00
buildmaster
935e7ef275
Update SNAPSHOT to 2.3.2
2021-05-27 20:57:50 +00:00
buildmaster
1ea9c0a9ae
Bumping versions to 2.3.3-SNAPSHOT after release
2021-05-27 11:17:13 +00:00
buildmaster
92a52f9a5d
Going back to snapshots
2021-05-27 11:17:12 +00:00
buildmaster
c10733a888
Update SNAPSHOT to 2.3.2
2021-05-27 11:14:11 +00:00
buildmaster
663a3e467b
Bumping versions to 2.3.2-SNAPSHOT after release
2021-03-17 21:29:19 +00:00
buildmaster
50e057ab23
Going back to snapshots
2021-03-17 21:29:18 +00:00
buildmaster
715d4bd41a
Update SNAPSHOT to 2.3.1
2021-03-17 21:26:55 +00:00
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
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
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
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
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
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
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
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
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
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