Commit Graph

48 Commits

Author SHA1 Message Date
Ryan Baxter
2b5fdde45c Fixing readme 2024-06-21 09:58:46 -04:00
Spencer Gibb
806dada649 Antora migration (#269)
* Migrate Structure

* Insert explicit ids for headers

* Remove unnecessary asciidoc attributes

* Copy default antora files

* Fix indentation for all pages

* Generate a default navigation

* Remove includes

* Enable Section Summary TOC for small pages

* WIP

* Additional antora migration

* Additional antora migration

---------

Co-authored-by: Marcin Grzejszczak <mgrzejszczak@vmware.com>
2023-09-12 16:32:59 -04:00
buildmaster
ab319d0439 Bumping versions 2022-06-30 08:12:58 +00:00
spencergibb
ee1015c225 Replaces symlink with include 2021-07-13 17:13:37 -04:00
buildmaster
9e8aac299d Bumping versions 2020-11-20 07:08:07 +00:00
buildmaster
4297299ab9 Bumping versions 2020-11-17 07:08:06 +00:00
Jay Bryant
0e1d7bf328 Wording changes (#229)
Replacing some terms
2020-09-28 10:59:28 -04:00
buildmaster
816e63cd8e Bumping versions 2020-09-26 07:08:01 +00:00
spencergibb
aa817ea36c Removes invalid characters from actuator endpoint ids.
Fixes gh-237
2020-09-16 17:23:52 -04:00
Marcin Grzejszczak
c2de6a7b12 Migrated to docs.spring.io & updated sc-build 2020-06-04 13:26:42 +02:00
Elena Felder
7f7b91505d Mention Spring Cloud Stream integration in doc (#204)
* Mention Spring Cloud Stream integration in doc

* Add link to spring cloud stream

Fixes gh-203
2019-09-16 12:21:02 -04:00
Ryan Baxter
737025033b Generated config props. Fixes #207 2019-09-10 11:54:29 -04:00
Marcin Grzejszczak
494511c37f Added symbolic link of index.adoc 2019-07-29 14:29:08 +02:00
Haytham Mohamed
a57b901580 Added the sagan adoc files 2019-04-29 12:51:32 -05:00
Spring Operator
1bee8d6ef9 URL Cleanup (#153)
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 19:14:13 -04:00
Spencer Gibb
197085461c Adds bus endpoints documentation.
fixes gh-88
2018-06-15 14:10:17 -04: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
Spencer Gibb
bf75502662 Merge branch 'master' into 2.0.x 2017-11-27 22:38:26 -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
Marcin Grzejszczak
83cfefa949 Referrencing resources from sc-build 2017-08-31 14:34:50 +02:00
Marcin Grzejszczak
da2915ca95 Migrated to new docs; fixes #83 2017-08-29 12:22:06 +02:00
Spencer Gibb
580942c374 Mention Kafka in the intro to be consistent.
fixes gh-64
2017-04-10 13:06:32 -06:00
Marcin Grzejszczak
d2c0bdb514 Removed adoc footer 2016-09-07 17:56:50 +02:00
Donovan Muller
f5dc2a76b3 Add documentation for @RemoteApplicationEventScan (#40) 2016-08-30 12:29:07 -04: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
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
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
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
c62123fa60 Make ghpages.sh work on a branch 2015-08-25 15:16:55 +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
Spencer Gibb
ca7aa9a49c treat the 'destination' param as path while match using a PathMatcher
Specifically an AntPathMatcher with the separator as a colon (:)

fixes gh-17
2015-04-08 13:43:37 -06:00
Dave Syer
9593414c27 Add paragraph about destination parameter in Bus endpoints
Fixes gh-16
2015-03-26 09:58:10 +00:00
Dave Syer
9043e86c09 Add link to github in rendered docs 2015-03-20 11:46:14 +00:00
Dave Syer
9c4c590c08 Add @BusConnectionFactory to qualify the preferred instance
If you are using AMQP there needs to be a ConnectionFactory (from
Spring Rabbit) in the application context. If there is a single
ConnectionFactory it will be used, or if there is a one qualified as
@BusConnectionFactory it will be preferred over others, otherwise
the @Primary one will be used. If there are multiple unqualified
connection factories there will be an error.

Fixes gh-13
2015-02-27 13:21:55 +00:00
Dave Syer
71937535e3 Change docs path in README 2014-12-11 15:41:36 +00:00
Dave Syer
98c9dc8fdc Add contributing section to README 2014-11-17 10:29:14 +00:00
Spencer Gibb
a26c602ca0 Refactor docs into separate module 2014-11-11 14:02:09 +00:00