Spring Operator
ba0ae3808a
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 2 occurrences migrated to:
https://compose.docker.io/ ([https](https://compose.docker.io/ ) result UnknownHostException).
* [ ] http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/ (301) with 1 occurrences migrated to:
https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/ ([https](https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/ ) result 404).
## 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://EditorConfig.org with 1 occurrences migrated to:
https://EditorConfig.org ([https](https://EditorConfig.org ) result 200).
* [ ] http://docs.spring.io/spring-cloud-dataflow-server-cloudfoundry/docs/current-SNAPSHOT/reference/htmlsingle/ with 1 occurrences migrated to:
https://docs.spring.io/spring-cloud-dataflow-server-cloudfoundry/docs/current-SNAPSHOT/reference/htmlsingle/ ([https](https://docs.spring.io/spring-cloud-dataflow-server-cloudfoundry/docs/current-SNAPSHOT/reference/htmlsingle/ ) 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.enterpriseintegrationpatterns.com/ with 3 occurrences migrated to:
https://www.enterpriseintegrationpatterns.com/ ([https](https://www.enterpriseintegrationpatterns.com/ ) result 200).
* [ ] http://contributor-covenant.org with 1 occurrences migrated to:
https://contributor-covenant.org ([https](https://contributor-covenant.org ) result 301).
* [ ] http://contributor-covenant.org/version/1/3/0/ with 1 occurrences migrated to:
https://contributor-covenant.org/version/1/3/0/ ([https](https://contributor-covenant.org/version/1/3/0/ ) result 301).
* [ ] 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://eclipse.org with 2 occurrences migrated to:
https://eclipse.org ([https](https://eclipse.org ) result 302).
* [ ] http://eclipse.org/m2e/ with 4 occurrences migrated to:
https://eclipse.org/m2e/ ([https](https://eclipse.org/m2e/ ) result 302).
* [ ] http://www.springsource.com/developer/sts with 2 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:8080/customers with 1 occurrences
* http://localhost:8080/orders with 1 occurrences
* http://localhost:8081 with 1 occurrences
* http://localhost:8081/subjects/user with 2 occurrences
* http://localhost:8081/subjects/user/versions with 4 occurrences
* http://localhost:8081/subjects/user/versions/1 with 2 occurrences
* http://localhost:8990 with 2 occurrences
* http://localhost:8990/ with 15 occurrences
* http://localhost:8990/foo/avro/v42 with 1 occurrences
* http://localhost:8990/schemas/1 with 2 occurrences
* http://localhost:8990/test with 2 occurrences
* http://localhost:8990/test/avro with 1 occurrences
* http://localhost:8990/test/avro/1 with 2 occurrences
* http://localhost:8990/test/avro/v1 with 6 occurrences
* http://localhost:8990/test/avro/v2 with 2 occurrences
2019-03-26 13:38:48 +01:00
Spring Operator
c206742543
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://maven.apache.org/xsd/maven-4.0.0.xsd with 10 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 20 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 10 occurrences
2019-03-19 14:12:01 +01:00
Soby Chacko
723a5af7f3
Doc changes for health indicators
...
When multiple binders are present in the classpath and not all of them are used,
there are some subtle details that the user needs to be aware. Addressing them
through docs by providing the details.
Resolves #1620
Resolves #1624
2019-02-28 16:41:05 +01:00
Oleg Zhurakousky
e594070b40
GH-1433 Added docs for scheduled task for PollableMessageSource
2019-02-26 18:52:48 +01:00
Marcin Grzejszczak
a8cbf77794
Added checkstyle
2019-02-04 15:55:35 +01:00
Oleg Zhurakousky
4762bfbfe5
GH-1535 Added support for Binding auto-startup
...
Resolves #1535
2019-01-22 18:17:13 +01:00
Oleg Zhurakousky
6f073fdf36
minor doc polish
...
Resolves #1585
2019-01-21 16:43:41 +01:00
Artem Bilan
460ba9cecb
GH-1569: Fix binder-specific environment merging
...
Fixes spring-cloud/spring-cloud-stream#1569
When `inheritEnvironment = true` (default), some provided properties
(including `spring.main.sources`) are not populated into the target
binder's environment, since Spring Boot relies on the presence of
the `configurationProperties` properties source which is transferred
from the parent context
* Remove `configurationProperties` from the `binderEnvironment` before
starting binder's application context
* Ensure that `spring.main.sources` is applied for the binder's
application context in the `BinderFactoryConfigurationTests`
* Fix `GreenfieldFunctionEnableBindingTests` for random HTTP port since
`8080` is too generic and clashes with build environment
* Fix `StreamListenerAnnotatedMethodArgumentsTests` for `Locale.US`
for proper assertion against validation message
* Mention `spring.profiles.active` configuration property for the
binder specific environment
2019-01-21 15:40:55 +01:00
Oleg Zhurakousky
7dcdd22eb4
GH-1549 Added not on using 'spring.main.sources' as environment property
...
Resolves #1549
2019-01-04 15:28:09 +01:00
Oleg Zhurakousky
9d889820a0
GH-1576 Added pre-req docs for testing with PollableMessageSource
...
Resolves #1576
2019-01-04 15:13:32 +01:00
Oleg Zhurakousky
adff24f54e
GH-1431,GH-1524,GH-1381 Documentation updates
...
Documented new Test Binder capabilities
Created initila version of migration guide
Added StreamRetryTemplate to migration guide
Updates doc with 2.1 updates
Resolves #1431
Resolves #1524
Resolves #1381
2019-01-02 15:49:47 +01:00
Oleg Zhurakousky
af0b1ed0ae
Polished doc for binding control commands
2019-01-01 12:25:28 +01:00
Oleg Zhurakousky
b60c3d08ee
GH-1544 Fixed broken doc links
...
Resolves #1544
2018-12-10 15:26:06 +01:00
Oleg Zhurakousky
96eafa4622
Fixed Binder Implementation links
2018-11-16 11:36:05 +01:00
Oleg Zhurakousky
1e8b1c532a
Polishing formatting of an Initializr image
2018-11-16 11:30:20 +01:00
Oleg Zhurakousky
a20c5165ca
Resized image
2018-11-16 11:16:39 +01:00
Oleg Zhurakousky
17d2c75b4b
Renamed image
2018-11-16 11:08:49 +01:00
Oleg Zhurakousky
5ed3a3c53d
Resized initializr image
2018-11-16 10:52:44 +01:00
Oleg Zhurakousky
ae17250b2c
polishing docs
2018-10-30 13:58:03 +01:00
Oleg Zhurakousky
cfa63c6dc6
added binder imple links to docs
2018-10-30 13:46:58 +01:00
Oleg Zhurakousky
bdcdf5074b
Fixed broken image link
2018-10-29 12:34:44 +01:00
Oleg Zhurakousky
09f3b890e7
GH-1516 polishing core docs
2018-10-26 11:25:54 +02:00
Oleg Zhurakousky
da26779fb0
GH-1516 Initial migration of docs to spring-cloud
2018-10-26 10:24:33 +02:00
Mark Pollack
1336440533
Add maven based docs, remove ./docs directory
2015-12-09 16:28:37 -05:00
Sabby Anandan
ac395f84e5
Add waffle badges and Bamboo build icon
2015-12-07 17:21:49 -05:00
Mark Fisher
cc71d66445
fixed doc typo: missing semicolon in code sample
2015-09-30 13:14:48 -04:00
Marius Bogoevici
86e457fac4
Renamed EnableModule to EnableBinding
...
* renamed @ModuleChannels to @Bindings
* moved Source, Sink, and Processor to the `org.springframework.cloud.stream.messaging` package
* updated documentation
2015-09-03 07:43:42 -04:00
Ilayaperumal Gopinathan
0a927b6711
Update documentation
...
- update steps to run the `s-c-s-module-launcher` on standalone, docker and lattice
- update recent changes into readme
- Fix docker compose to use the common binding name so that `time | log` works
Remove explicit cloud profile for lattice run
Remove tap reference
Remove explicit server.port for docker-compose
Update port mapping for docker run
2015-08-26 14:25:01 -04:00
Ilayaperumal Gopinathan
3dac86a18a
Remove throws InterruptedException from sample main
2015-08-17 15:21:46 -07:00
Marius Bogoevici
37204febe2
support for binding descriptors per channel name
2015-07-23 11:22:53 -04:00
Marius Bogoevici
1a51c32f59
Renamed spring.cloud.channels to spring.cloud.stream in configuration
2015-07-21 23:22:12 -04:00
Dave Syer
1a34f37bce
Fix typo in docs sink->source
2015-07-17 09:38:37 +01:00
Dave Syer
c09b292d79
Use @EnableModule(Channels.class) instead of field declarations
...
Standard channel interface types of Sink, Source, Processor
are provided, but user can create others with @Input and
@Output MessageChannel methods.
To get the declared channels in an app you can use the
@ModuleChannels qualifier to inject the interface, e.g.
@ModuleChannels(Cafe.class) injects the channels defined
in the Cafe.
2015-07-16 21:44:05 -04:00
Mark Fisher
102fb07576
streams->stream in spring-cloud-stream.adoc
2015-07-16 17:48:16 -04:00
Eric Bottard
587c084183
Cleanup README to better reflect current codebase
2015-07-15 16:50:10 +01:00
Gunnar Hillert
b05ebc2abd
gh-21 Fix docs generation
2015-07-15 11:24:16 -04:00
Dave Syer
76ba8c8f5d
Add descriptions of samples to README
2015-07-10 09:35:25 +01:00
Dave Syer
1823f32569
Add docs and travis config
2015-07-10 07:08:11 +01:00