Spring Operator
9cfcb3a439
URL Cleanup ( #154 )
...
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:17 -04:00
Dave Syer
0d41e73c15
Revert to snapshots
2016-09-23 07:31:58 +01:00
Dave Syer
9cd763a026
Update to 1.1.2
...
Something went wrong with 1.1.1 and the wrong bytes ended up in
Maven Central. This will fix it.
2016-09-23 07:28:00 +01:00
Dave Syer
94174df768
Update to 1.1.1.RELEASE
2016-09-21 09:43:02 +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
Dave Syer
a0d4d1ed11
Update to 1.0.2 snapshots
2015-04-23 11:11:21 +01: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
f5360dd419
Skip deploy for docs
2015-03-05 16:11:14 +00:00
Dave Syer
dc88ed89d3
Update to next snapshot
2015-03-03 14:56:26 +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