Ryan Baxter
|
47329d6dc9
|
Merge pull request #119 from spring-operator/polish-urls-xml-adding_deps
URL Cleanup
|
2019-03-27 11:43:49 -04:00 |
|
Ryan Baxter
|
e0e66b74e9
|
Merge pull request #127 from spring-operator/polish-urls-remaining-adding_deps
URL Cleanup
|
2019-03-27 11:41:09 -04:00 |
|
Ryan Baxter
|
89462a432c
|
Merge pull request #102 from spring-operator/polish-urls-apache-license-adding_deps
URL Cleanup
|
2019-03-27 11:37:40 -04:00 |
|
Spring Operator
|
e1590d20c2
|
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).
# 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://compose.docker.io/ (UnknownHostException) with 1 occurrences migrated to:
https://compose.docker.io/ ([https](https://compose.docker.io/) result UnknownHostException).
* [ ] http://mygitserver/myrepo.git (UnknownHostException) with 1 occurrences migrated to:
https://mygitserver/myrepo.git ([https](https://mygitserver/myrepo.git) result UnknownHostException).
## 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://openjdk.java.net/jeps/223 with 1 occurrences migrated to:
https://openjdk.java.net/jeps/223 ([https](https://openjdk.java.net/jeps/223) result 200).
* [ ] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 2 occurrences migrated to:
https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) result 200).
* [ ] http://www.oracle.com/technetwork/java/javase/versioning-naming-139433.html with 1 occurrences migrated to:
https://www.oracle.com/technetwork/java/javase/versioning-naming-139433.html ([https](https://www.oracle.com/technetwork/java/javase/versioning-naming-139433.html) result 200).
* [ ] http://plugins.jetbrains.com/plugin/6546 with 2 occurrences migrated to:
https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546) result 301).
* [ ] http://projects.spring.io/spring-boot with 2 occurrences migrated to:
https://projects.spring.io/spring-boot ([https](https://projects.spring.io/spring-boot) result 301).
* [ ] http://eclipse.org with 1 occurrences migrated to:
https://eclipse.org ([https](https://eclipse.org) result 302).
* [ ] http://eclipse.org/m2e/ with 2 occurrences migrated to:
https://eclipse.org/m2e/ ([https](https://eclipse.org/m2e/) result 302).
* [ ] http://repo.spring.io/milestone with 1 occurrences migrated to:
https://repo.spring.io/milestone ([https](https://repo.spring.io/milestone) result 302).
* [ ] http://repo.spring.io/snapshot with 1 occurrences migrated to:
https://repo.spring.io/snapshot ([https](https://repo.spring.io/snapshot) result 302).
* [ ] http://repo1.maven.org/maven2 with 1 occurrences migrated to:
https://repo1.maven.org/maven2 ([https](https://repo1.maven.org/maven2) result 302).
* [ ] http://www.springsource.com/developer/sts with 1 occurrences migrated to:
https://www.springsource.com/developer/sts ([https](https://www.springsource.com/developer/sts) result 302).
# Ignored
These URLs were intentionally ignored.
* http://localhost with 1 occurrences
* http://localhost:7979 with 1 occurrences
* http://localhost:8080/eureka/ with 2 occurrences
* http://localhost:8750 with 1 occurrences
* http://localhost:8750/stubs with 2 occurrences
* http://localhost:8761 with 2 occurrences
* http://localhost:8761/eureka/ with 2 occurrences
* http://localhost:8888 with 1 occurrences
* http://localhost:9091 with 1 occurrences
* http://localhost:9095 with 2 occurrences
* http://localhost:9393 with 1 occurrences
* http://localhost:9411 with 1 occurrences
|
2019-03-26 03:11:24 -05:00 |
|
Spring Operator
|
69aa1978c1
|
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).
# 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://repo.spring.io/libs-milestone-local with 2 occurrences migrated to:
https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302).
* [ ] http://repo.spring.io/libs-snapshot-local with 2 occurrences migrated to:
https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local) result 302).
* [ ] http://repo.spring.io/release with 1 occurrences migrated to:
https://repo.spring.io/release ([https](https://repo.spring.io/release) result 302).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 28 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 14 occurrences
|
2019-03-25 23:52:13 -05:00 |
|
Spring Operator
|
2395423db6
|
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).
# 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://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 49 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
|
2019-03-21 11:14:55 -05:00 |
|
Spring Operator
|
133de5804b
|
URL Cleanup (#89)
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://maven.apache.org/xsd/maven-4.0.0.xsd with 14 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://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch with 1 occurrences 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 with 1 occurrences 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 with 2 occurrences 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 with 28 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 14 occurrences
|
2019-03-16 11:36:58 -04:00 |
|
Marcin Grzejszczak
|
f9dfbb1e9d
|
added deps at runtime for JDK11
|
2018-10-11 18:40:56 +02:00 |
|
Marcin Grzejszczak
|
192c643344
|
Workaround :(
|
2018-10-11 18:04:21 +02:00 |
|
Dave Syer
|
2104d8453f
|
Finchley -> Greenwich
|
2018-10-10 13:56:15 +01:00 |
|
Marcin Grzejszczak
|
db44081cc3
|
Removed cli scripts'
|
2018-10-10 14:28:09 +02:00 |
|
Marcin Grzejszczak
|
fc7b61d884
|
Fixed wrong setup
|
2018-10-10 13:27:51 +02:00 |
|
Marcin Grzejszczak
|
467516426b
|
Should fix eureka sample
|
2018-10-10 13:22:55 +02:00 |
|
Marcin Grzejszczak
|
0350311f20
|
Should fix eureka sample
|
2018-10-10 13:19:48 +02:00 |
|
Dave Syer
|
ed4c3e4a03
|
Add missing dependencies for java 11
|
2018-10-03 15:06:25 +01:00 |
|
Dave Syer
|
6d1c66db86
|
Regularize some versions of things that are not released
|
2018-10-03 14:56:21 +01:00 |
|
Marcin Grzejszczak
|
659524a75b
|
Looks good
|
2018-10-02 18:15:39 +02:00 |
|
Marcin Grzejszczak
|
e0f4477472
|
Migrate to circle 2
|
2018-10-02 12:02:13 +02:00 |
|
Marcin Grzejszczak
|
9f7f564c11
|
Bumped project to 2.1.0
|
2018-10-02 11:50:19 +02:00 |
|
Dave Syer
|
e0ba950f81
|
Remove redundant lines
|
2018-08-01 15:49:31 +01:00 |
|
Dave Syer
|
1a72f31772
|
Strip out new lines from PEM encoded data
Fixes gh-72
|
2018-08-01 14:33:28 +01:00 |
|
Dave Syer
|
432edeecc1
|
Update Maven wrapper to 3.5.4
Closes gh-66
|
2018-08-01 14:05:19 +01:00 |
|
Dave Syer
|
1f9346f3c0
|
Revert to snapshots
|
2018-08-01 14:01:17 +01:00 |
|
Dave Syer
|
9f89c2fddc
|
Update to 2.0.0.RELEASE
|
2018-08-01 13:57:37 +01:00 |
|
Dave Syer
|
8619df99a7
|
Update Boot versions
|
2018-08-01 13:42:15 +01:00 |
|
Dave Syer
|
567b3f6c8d
|
Fix context path for actuator
|
2018-08-01 09:28:49 +01:00 |
|
Dave Syer
|
515454c376
|
Update to latest versions
|
2018-07-20 14:36:45 +01:00 |
|
Dave Syer
|
4d2a15cee9
|
Fix typo in logs
|
2018-05-08 17:57:47 +01:00 |
|
Adrian Cole
|
7f04af6e73
|
zipkin that uses micrometer based metric names and tags
|
2018-04-29 20:54:28 +08:00 |
|
Adrian Cole
|
72349ff799
|
Updates to spring boot 2 version of zipkin
|
2018-04-28 20:27:40 +08:00 |
|
Adrian Cole
|
22496d5e3d
|
Use zipkin 2.7.2
bugs be less
|
2018-04-23 21:59:51 +08:00 |
|
Dave Syer
|
6176e80294
|
Switch to using the published jar for zipkin server
Fixes gh-74
|
2018-04-23 09:39:29 +01:00 |
|
Spencer Gibb
|
c3b2620ea8
|
Update to new yaml loader signature
|
2018-02-27 14:25:16 -05:00 |
|
Spencer Gibb
|
1b21fa390c
|
Move back to spring boot 2.0.0.BUILD-SNAPSHOTS
|
2018-02-27 14:25:04 -05:00 |
|
Spencer Gibb
|
e5f2d0d7f1
|
fix compile errors
|
2018-02-26 15:46:35 -05:00 |
|
Spencer Gibb
|
526e727e8e
|
Fix compile error due to boot 2.0 api change
|
2018-02-22 14:27:07 -05:00 |
|
Marcin Grzejszczak
|
3b85991842
|
Added starter web
|
2018-02-12 17:26:46 +01:00 |
|
Spencer Gibb
|
3606ee195c
|
Update test assertion for spring boot 2 format
|
2018-01-18 13:03:56 -05:00 |
|
Ryan Baxter
|
c467507404
|
Adding new issue and contributing templates
|
2017-12-20 15:24:42 -05:00 |
|
Spencer Gibb
|
c9469675d8
|
include undertow for zipkin
|
2017-12-19 18:04:52 -05:00 |
|
Spencer Gibb
|
5ace22392d
|
Ignore zipkin test
|
2017-12-19 18:04:27 -05:00 |
|
Spencer Gibb
|
b9b245b7ce
|
Fix change in visibility to zipkin http collector.
|
2017-12-19 18:04:10 -05:00 |
|
Spencer Gibb
|
83ec737d0d
|
Fix or ignore broken tests
|
2017-11-28 01:11:10 -05:00 |
|
Spencer Gibb
|
824ea64089
|
Updates to compile with Finchley and Boot 2.0
|
2017-11-28 00:59:47 -05:00 |
|
Spencer Gibb
|
c55560a0b6
|
Merge branch 'master' into 2.0.x
|
2017-11-28 00:10:38 -05:00 |
|
Spencer Gibb
|
bb95cb50bd
|
Update to snapshots
|
2017-11-22 17:33:33 -05:00 |
|
Spencer Gibb
|
b96d49e765
|
Update to 1.4.0.RELEASE with Edgware.RELEASE
|
2017-11-22 17:10:20 -05:00 |
|
Spencer Gibb
|
b6f21a0221
|
Update to new docs
|
2017-10-25 09:26:16 -04:00 |
|
Spencer Gibb
|
4237446aa6
|
Revert "Update to 1.4.0.RC1 for Finchley.RC1"
This reverts commit 96a096de64.
|
2017-10-24 14:14:52 -04:00 |
|
Spencer Gibb
|
96a096de64
|
Update to 1.4.0.RC1 for Finchley.RC1
|
2017-10-24 14:11:45 -04:00 |
|