60 Commits

Author SHA1 Message Date
Spring Operator
2c2dfbe0e7 URL Cleanup (#155)
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 6 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 12 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 6 occurrences
2019-03-16 11:39:04 -04:00
Spencer Gibb
8229b6676c Update to SNAPSHOT 2017-03-07 18:29:51 -07:00
Spencer Gibb
b6f470837e Update SNAPSHOT to 1.2.2.RELEASE 2017-03-07 15:35:28 -07:00
Dave Syer
1c531cf892 Revert to snapshots 2016-10-17 09:15:19 +01:00
Dave Syer
896560df80 Update to 1.2.1.RELEASE 2016-10-17 09:11:08 +01:00
Dave Syer
1522c46a08 Revert to snapshots 2016-09-22 09:20:41 +01:00
Dave Syer
fe34beba8c Update for 1.2.0.RELEASE 2016-09-22 09:20:41 +01:00
Marcin Grzejszczak
d2c0bdb514 Removed adoc footer 2016-09-07 17:56:50 +02:00
Dave Syer
023c963f31 Revert to snapshots 2016-09-06 16:29:46 +01:00
Dave Syer
afebf7330e Update to 1.2.0.RC1 2016-09-06 16:28:19 +01:00
Donovan Muller
f5dc2a76b3 Add documentation for @RemoteApplicationEventScan (#40) 2016-08-30 12:29:07 -04:00
Dave Syer
3604bca509 Revert to snapshots 2016-08-26 09:10:30 +01:00
Dave Syer
35b53ba927 Update to 1.2.0.M1 2016-08-26 09:09:51 +01:00
Marius Bogoevici
904330a7a2 Upgrade to Spring Cloud Stream 1.1
- use Brooklyn release train dependency
- remove dependency on defunct `AbstractFromMessageConverter`
- update to 1.2.0
2016-08-22 15:29:55 +01:00
Marcin Grzejszczak
bf1abe00b9 Updating ghpages for all projects 2016-08-22 13:30:26 +02:00
Marcin Grzejszczak
8b7c298326 Updating ghpages for all projects 2016-08-19 11:43:52 +02:00
Marcin Grzejszczak
623108ab8f Updating ghpages for all projects 2016-08-18 13:08:21 +02:00
Marcin Grzejszczak
3915ef510c Updating ghpages for all projects 2016-08-17 12:42:12 +02:00
Behrang Saeedzadeh
32ef2692cc Fixed a couple of typos (#37)
Fixed a couple of minor typos in the `quickstart.adoc`.
2016-08-16 14:53:49 -04:00
Marcin Grzejszczak
8fb076fdd3 Deploying documentation to proper folder
What we're missing ATM is different documentation versions for different application versions. What this change does is that it's:

- finding out what is the current branch (e.g. 1.0.x)
- finding out out what is the name of the main adoc file (e.g. spring-cloud-sleuth)
- pulling the changes from gh-pages after checkout
- finding out what is the list of comma separated whitelisted branches (via the `docs.whitelisted.branches` prop)
- in gh-pages creating a folder with name of the branch  (e.g. /1.0.x)
copying all the docs/target/generated-docs/ to that folder
- if the branch from which we're calling the script is NOT master then we're changing the {main.adoc}.html to index.html so that it's easier to access the docs (e.g. http://cloud.spring.io/spring-cloud-sleuth/1.0.x/)
2016-08-16 14:40:31 +02:00
Dave Syer
b5bd682b36 Update readme script to handle local includes 2016-06-11 09:54:41 +01:00
Dave Syer
d0bdc09166 Revert to snapshots 2016-05-10 16:35:37 +01:00
Dave Syer
708087e027 Update for 1.1.0.RELEASE 2016-05-10 16:34:06 +01:00
Dave Syer
c38784b8e3 Switch parent of docs poms 2016-05-06 17:40:09 +01:00
Dave Syer
142e4f97b6 Update parent to 1.1.0.RELEASE 2016-05-06 17:13:33 +01:00
Dave Syer
3a3db809c6 Update README with Kafka alternative 2016-05-04 20:38:46 +01:00
Dave Syer
d0696be642 Clarify how custom event types can be used
Actually you need them to be in a subpackage of
RemoteApplicationEvent.

Fixes gh-33
2016-04-25 12:05:40 +01:00
Dave Syer
548bb3c451 Revert to snapshots 2016-04-18 10:24:20 +01:00
Dave Syer
700ace536e Update to RC2 2016-04-18 10:23:47 +01:00
Dave Syer
2a30c12693 Revert to snapshots 2016-03-22 16:28:48 +00:00
Dave Syer
0d197a9037 Bump for 1.1.0.RC1 2016-03-22 16:27:27 +00:00
Dave Syer
3c66f421af Remove support for redis starter
The redis stream starter still exists and can be used with the
Bus, but since the Stream team don't recommend using it in
production we no longer provide a dedicated starter.
2016-03-22 12:49:54 +00:00
Spencer Gibb
031cc52f82 Merge pull request #31 from maxromanovsky/docs-misprint-AckRemoteApplicationEvent
Docs: Fixed misprint in AckRemoteApplicationEvent name
2016-03-21 13:21:34 -06:00
Max Romanovsky
d68dd17393 Docs: Fixed misprint in AckRemoteApplicationEvent name 2016-03-18 19:13:36 +03:00
Dave Syer
5a14eda63a Ensure messages flow as JSON
This is for readability and also for compatibility with
Angel apps.
2016-03-18 10:35:10 +00:00
Spencer Gibb
a95613e5a5 Revert "Update SNAPSHOT to MILESTONE 1.1.0.M5"
This reverts commit 404e6ac13b.
2016-02-04 16:28:50 -07:00
Spencer Gibb
404e6ac13b Update SNAPSHOT to MILESTONE 1.1.0.M5 2016-02-04 15:49:45 -07:00
Dave Syer
5752a2fa15 Revert to snapshots 2015-12-21 08:06:59 +00:00
Dave Syer
31cfc89298 Update to 1.1.0.M4 2015-12-21 08:05:26 +00:00
Dave Syer
47bb84ac6c Add support for acks and audits of Bus events
Users can register interest in SentApplicationEvent and
AckRemoteApplicationEvent by setting
spring.cloud.bus.trace.enabled=true.

Fixes gh-22
2015-11-26 12:04:10 +00:00
Dave Syer
8f06fb4f62 Revert to snapshots 2015-11-17 12:04:57 +00:00
Dave Syer
88779bf77e Update to 1.1.0.M3 2015-11-17 12:03:57 +00:00
Dave Syer
3e950349a7 Update to 1.1.0 snapshots again 2015-10-23 16:19:48 +01:00
Dave Syer
a282f2fd97 Update to 1.1.0.M2 2015-10-23 16:18:48 +01:00
Dave Syer
54ffc7d707 Merge branch '1.0.x' 2015-08-25 15:20:53 +01:00
Dave Syer
c62123fa60 Make ghpages.sh work on a branch 2015-08-25 15:16:55 +01:00
Dave Syer
1cf06ebbac Update to Brixton 2015-06-26 12:57:04 +01:00
Dave Syer
39b942afd2 Prepare master for next snapshot 2015-06-26 10:57:17 +01:00
Dave Syer
20c75cf1c5 Fix path to docs in README raw text 2015-06-25 12:31:28 +01:00
Spencer Gibb
baa603f548 add a note about unique application context ids 2015-05-12 13:22:58 -06:00