114 Commits

Author SHA1 Message Date
Marcin Grzejszczak
2d46c687c7 Added symbolic link of index.adoc 2019-07-29 14:28:55 +02:00
buildmaster
dc2a4c29b4 Bumping versions to 2.0.4.BUILD-SNAPSHOT after release 2019-06-07 23:34:21 +00:00
buildmaster
34012e0fe2 Going back to snapshots 2019-06-07 23:34:21 +00:00
buildmaster
365834fc97 Update SNAPSHOT to 2.0.2.RELEASE 2019-06-07 23:31:44 +00:00
buildmaster
10341316f9 Bumping versions to 2.0.3.BUILD-SNAPSHOT after release 2019-06-07 20:21:41 +00:00
buildmaster
7e405bfbb3 Going back to snapshots 2019-06-07 20:21:41 +00:00
buildmaster
afbcc8b2cf Update SNAPSHOT to 2.0.2.RELEASE 2019-06-07 20:20:06 +00:00
Spring Operator
9386c48d66 URL Cleanup (#157)
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 7 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 14 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 7 occurrences
2019-03-16 11:38:40 -04:00
buildmaster
df8cf65486 Bumping versions to 2.0.2.BUILD-SNAPSHOT after release 2019-02-22 15:29:21 +00:00
buildmaster
50f74af580 Going back to snapshots 2019-02-22 15:29:20 +00:00
buildmaster
8cc6ddc9b1 Update SNAPSHOT to 2.0.1.RELEASE 2019-02-22 15:28:30 +00:00
buildmaster
ddcfec8938 Bumping versions to 2.0.1.BUILD-SNAPSHOT after release 2018-06-18 14:59:13 +00:00
buildmaster
46c055219f Going back to snapshots 2018-06-18 14:59:13 +00:00
buildmaster
1974b23bec Update SNAPSHOT to 2.0.0.RELEASE 2018-06-18 14:49:08 +00:00
Spencer Gibb
197085461c Adds bus endpoints documentation.
fixes gh-88
2018-06-15 14:10:17 -04:00
buildmaster
7842743678 Going back to snapshots 2018-05-24 19:31:23 +00:00
buildmaster
597baded52 Update SNAPSHOT to 2.0.0.RC2 2018-05-24 19:30:41 +00:00
buildmaster
62174be70f Going back to snapshots 2018-04-20 18:53:06 +00:00
buildmaster
142f90dee9 Update SNAPSHOT to 2.0.0.RC1 2018-04-20 18:52:24 +00:00
Jay Bryant
bb1a46b615 Editing pass (#108)
I edited for punctuation, grammar, corporate voice, and so on.
2018-03-19 15:25:16 -04:00
buildmaster
5d683c5088 Going back to snapshots 2018-03-02 17:08:35 +00:00
buildmaster
f61c8eebb8 Update SNAPSHOT to 2.0.0.M7 2018-03-02 17:07:59 +00:00
buildmaster
940ce37b7e Going back to snapshots 2018-02-26 20:56:51 +00:00
buildmaster
8576a71e33 Update SNAPSHOT to 2.0.0.M6 2018-02-26 20:56:14 +00:00
buildmaster
b8ddbb72bd Going back to snapshots 2018-02-09 21:21:05 +00:00
buildmaster
e0596e8128 Update SNAPSHOT to 2.0.0.M5 2018-02-09 21:20:28 +00:00
buildmaster
7ccdd9552b Going back to snapshots 2017-12-01 22:00:44 +00:00
buildmaster
c1cd51e70b Update SNAPSHOT to 2.0.0.M4 2017-12-01 22:00:10 +00:00
Spencer Gibb
3bc0e06711 Merge branch '1.3.x' 2017-11-28 12:29:59 -05:00
Spencer Gibb
27c20cfed9 update docs branches 2017-11-28 12:28:40 -05:00
Spencer Gibb
bf75502662 Merge branch 'master' into 2.0.x 2017-11-27 22:38:26 -05:00
Ryan Baxter
e56c23e412 Bumping versions to 1.3.3.BUILD-SNAPSHOT after release 2017-11-20 15:13:09 -05:00
Ryan Baxter
ed34932586 Going back to snapshots 2017-11-20 15:13:09 -05:00
Ryan Baxter
29c216c41d Update SNAPSHOT to 1.3.2.RELEASE 2017-11-20 15:10:33 -05:00
Dave Syer
cb79556992 Instead of ApplicationContext ID use BusProperties to address events
The ApplicationContext is not a very good place to store something
that has to be unique per instance across a scaled up app. This change
extracts the old value out into a new spring.cloud.bus.id.

It also adds a unique identifier to the end of the id. Hopefully
this interops with older versions. If not we can change the default
and/or add a property to switch off this change.
2017-11-20 10:16:12 +00:00
buildmaster
1ddc238db7 Going back to snapshots 2017-11-14 21:59:20 +00:00
buildmaster
f67585b1b0 Update SNAPSHOT to 2.0.0.M3 2017-11-14 21:58:45 +00:00
buildmaster
b0ee69cda0 Going back to snapshots 2017-10-27 16:08:37 +00:00
buildmaster
cb2d840af1 Update SNAPSHOT to 2.0.0.M2 2017-10-27 16:08:05 +00:00
Spencer Gibb
2bc5af4d04 Going back to snapshots 2017-10-20 16:15:40 -04:00
Spencer Gibb
1c3cae40e7 Update SNAPSHOT to 1.3.2.RC1 2017-10-20 16:15:12 -04:00
Marcin Grzejszczak
50a34cac06 Update pom.xml 2017-09-02 10:37:48 +02:00
Marcin Grzejszczak
83cfefa949 Referrencing resources from sc-build 2017-08-31 14:34:50 +02:00
Marcin Grzejszczak
2ea9495e98 Merge branch 'master' into 2.0.x 2017-08-29 12:24:26 +02:00
Marcin Grzejszczak
da2915ca95 Migrated to new docs; fixes #83 2017-08-29 12:22:06 +02:00
Spencer Gibb
b32aa3c79d Going back to snapshots 2017-06-28 09:51:32 -06:00
Spencer Gibb
7ee380793c Update SNAPSHOT to 2.0.0.M1 2017-06-28 09:48:08 -06:00
Spencer Gibb
06d46a65e7 Update to 2.0.0 and upgrade to boot 2.0.0 2017-05-26 14:19:30 -06:00
Spencer Gibb
de6b69fa48 Bumping versions to 1.3.2.BUILD-SNAPSHOT after release 2017-05-19 15:24:12 -06:00
Spencer Gibb
3868c99fb8 Going back to snapshots 2017-05-19 15:24:12 -06:00