Commit Graph

204 Commits

Author SHA1 Message Date
Adrian Cole
516963cd2f Updates to latest Brave (#1373) 2019-06-15 23:16:08 +08:00
Marcin Grzejszczak
78d271d195 http to https 2019-06-06 14:35:28 +02:00
Spring Operator
be252493c0 URL Cleanup (#1264)
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).

# Fixed URLs

## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* http://www.puppycrawl.com/dtds/suppressions_1_1.dtd (404) with 1 occurrences migrated to:
  https://www.puppycrawl.com/dtds/suppressions_1_1.dtd ([https](https://www.puppycrawl.com/dtds/suppressions_1_1.dtd) result 404).

## 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://maven.apache.org/xsd/maven-4.0.0.xsd with 16 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://www.springframework.org/schema/beans/spring-beans.xsd with 1 occurrences migrated to:
  https://www.springframework.org/schema/beans/spring-beans.xsd ([https](https://www.springframework.org/schema/beans/spring-beans.xsd) result 200).
* http://www.springframework.org/schema/integration/spring-integration.xsd with 1 occurrences migrated to:
  https://www.springframework.org/schema/integration/spring-integration.xsd ([https](https://www.springframework.org/schema/integration/spring-integration.xsd) result 200).
* http://www.springframework.org/schema/task/spring-task.xsd with 1 occurrences migrated to:
  https://www.springframework.org/schema/task/spring-task.xsd ([https](https://www.springframework.org/schema/task/spring-task.xsd) result 200).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 32 occurrences
* http://www.springframework.org/schema/beans with 2 occurrences
* http://www.springframework.org/schema/integration with 2 occurrences
* http://www.springframework.org/schema/task with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 17 occurrences
2019-03-21 12:59:41 +01:00
Spring Operator
4c181fb934 URL Cleanup (#1230)
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).

# 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://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch migrated to:
  https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ([https](https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch) result 200).
* http://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin migrated to:
  https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ([https](https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
2019-03-11 23:22:17 -04:00
Marcin Grzejszczak
3879e171e6 Hoxton 2019-03-08 16:50:45 +01:00
buildmaster
3b4dc7b17a Bumping versions to 2.1.2.BUILD-SNAPSHOT after release 2019-03-05 20:06:52 +00:00
buildmaster
ce39889121 Going back to snapshots 2019-03-05 20:06:51 +00:00
buildmaster
cf138b8dcb Update SNAPSHOT to 2.1.1.RELEASE 2019-03-05 20:00:58 +00:00
Marcin Grzejszczak
2f7cf78614 Applied checkstyle 2019-02-07 16:41:59 +01:00
buildmaster
4b3eae2453 Bumping versions to 2.1.1.BUILD-SNAPSHOT after release 2019-01-22 18:53:51 +00:00
buildmaster
dd96605d34 Going back to snapshots 2019-01-22 18:53:51 +00:00
buildmaster
4829876aec Update SNAPSHOT to 2.1.0.RELEASE 2019-01-22 18:51:05 +00:00
Adrian Cole
1415869f77 latest brave 2019-01-21 20:43:19 +08:00
buildmaster
3dfc4b0be2 Going back to snapshots 2018-12-20 21:28:46 +00:00
buildmaster
d8d469a20d Update SNAPSHOT to 2.1.0.RC3 2018-12-20 21:27:48 +00:00
buildmaster
4805480ce5 Going back to snapshots 2018-12-11 22:20:00 +00:00
buildmaster
65c0838cfc Update SNAPSHOT to 2.1.0.RC2 2018-12-11 22:18:47 +00:00
buildmaster
00922f390c Going back to snapshots 2018-12-11 18:48:50 +00:00
buildmaster
1a901ac432 Update SNAPSHOT to 2.1.0.RC1 2018-12-11 18:47:57 +00:00
Adrian Cole
d20314564c Latest bravey 2018-12-05 20:45:37 +09:00
buildmaster
26417a2707 Going back to snapshots 2018-11-18 09:55:50 +00:00
buildmaster
bc5305e585 Update SNAPSHOT to 2.1.0.M2 2018-11-18 09:54:52 +00:00
Adrian Cole
106d42d165 Bumps to latest brave
Notably, this fixes a bug in b3 single propagation when 128bit trace
IDs are in use.
2018-10-18 13:24:16 +08:00
Adrian Cole
eaa802f0d3 zipkin bumps 2018-09-27 12:17:31 -04:00
Spencer Gibb
390473a60e Going back to snapshots 2018-09-21 19:12:25 -04:00
Spencer Gibb
30b2b63225 Update SNAPSHOT to Greenwich.M1 2018-09-21 19:11:37 -04:00
Marcin Grzejszczak
b8e95c2573 Bumped versions 2018-09-10 10:58:34 +02:00
Adrian Cole
58e2219fdd Bumps to latest Brave
Introduces ScopeDecorator (not yet used here). Also, fixes a bug with
scoped spans.
2018-08-20 12:20:32 +08:00
Marcin Grzejszczak
04440fa959 GOing back to 2.1.0. Some merge went bad 2018-08-02 14:23:38 +02:00
buildmaster
77643d8c24 Bumping versions to 2.0.2.BUILD-SNAPSHOT after release 2018-08-01 16:30:11 +02:00
buildmaster
5dbd18c583 Going back to snapshots 2018-08-01 16:30:10 +02:00
buildmaster
d9e9b45f78 Update SNAPSHOT to 2.0.1.RELEASE 2018-08-01 16:30:10 +02:00
Adrian Cole
d03d066de1 Zipkin bumps 2018-07-28 15:38:43 +08:00
Marcin Grzejszczak
3eef9e1a54 Bumped to Greenwich 2018-07-25 10:55:48 +02:00
buildmaster
9e43c3588b Bumping versions to 2.0.1.BUILD-SNAPSHOT after release 2018-06-19 01:05:25 +00:00
buildmaster
1900a91635 Going back to snapshots 2018-06-19 01:05:24 +00:00
buildmaster
08d3642427 Update SNAPSHOT to 2.0.0.RELEASE 2018-06-19 01:01:39 +00:00
Adrian Cole
37225d51f6 Bumps zipkin deps to GA ready 2018-06-15 14:23:17 +08:00
buildmaster
ab03bd421b Going back to snapshots 2018-05-25 09:14:13 +00:00
buildmaster
15612b7638 Update SNAPSHOT to 2.0.0.RC2 2018-05-25 09:13:06 +00:00
Adrian Cole
70ff3afc7b Updates to Brave 5 2018-05-22 17:53:05 +09:00
Adrian Cole
3e48dec901 Removes unnecessary dependencies
We had some out-of-date comments, and some deps that were too heavy.
2018-04-28 20:18:23 +08:00
buildmaster
11bee6a0ec Going back to snapshots 2018-04-20 21:12:28 +00:00
buildmaster
58afdddb42 Update SNAPSHOT to 2.0.0.RC1 2018-04-20 21:11:24 +00:00
Marcin Grzejszczak
8c900acd0f Added test for Finchley 2018-04-16 10:37:51 +02:00
Adrian Cole
baaade76db Moves to zipkin 2.7.1 which fixes EnableZipkinServer bug 2018-04-08 09:14:26 +08:00
Marcin Grzejszczak
6c63143e2d Merge branch '1.3.x' 2018-04-07 09:00:46 +02:00
Adrian Cole
51e66dba22 Moves to latest Zipkin and formally deprecates the stream server (#931)
Our docs deprecated the spring-cloud-sleuth-zipkin-stream, but the
project didn't.
2018-04-07 08:45:38 +02:00
buildmaster
5ed219e34f Bumping versions to 1.3.4.BUILD-SNAPSHOT after release 2018-03-26 23:09:58 +00:00
buildmaster
fc1942e940 Going back to snapshots 2018-03-26 23:09:57 +00:00