Commit Graph

101 Commits

Author SHA1 Message Date
buildmaster
4e04277fe3 Going back to snapshots 2019-08-13 07:37:28 +00:00
buildmaster
07d895b202 Update SNAPSHOT to 3.0.0.M3 2019-08-13 07:36:18 +00:00
Oleg Zhurakousky
35bdb9164b Adjusted docs with recent s-c-build updates
Upgraded to SCF 3.0.0.M2
2019-08-13 09:04:08 +02:00
Gary Russell
9fd674909a GH-1742 Support Batch Listeners in Core (Function)
- Support `batchMode` in function properties so, for binders that support batch listeners, a message
  payload of `List<byte[]>` can be properly converted.
- In batch mode, handle
    `public Function<List<Person>, Person> func()`
    `public Function<List<List<Person>>, Person> func()`
    `Function<Message<List<Person>>, Person> func()`
- Also use `ParameterizedType` as a conversion hint for `public Function<List<Person>, Person> func()`
  when not in batch mode (json: `[{\"name\":\"bob\"},{\"name\":\"jill\"}]`). Previously, just the'
  class was used without generic type information.

Move batchMode to ConsumerProperties.

Fix imports

Remove duplicate test from if test for message conversion.
2019-08-07 15:58:59 +02:00
Oleg Zhurakousky
eb7f774c4a GH-1739 Removed references to partitionSelectorClass and partitionKeyExtractorClass properties
Resolves #1739
2019-07-30 14:46:24 +02:00
Oleg Zhurakousky
e08f669a54 GH-1773 Added support for native spring.cloud.function.definition property
Resolves #1773
2019-07-30 14:41:27 +02:00
Clemens Diebold
35dff8762a Fixes some small typos 2019-07-05 13:23:47 +02:00
buildmaster
e315d60161 Going back to snapshots 2019-07-03 14:31:10 +00:00
buildmaster
b0671e4d45 Update SNAPSHOT to 3.0.0.M2 2019-07-03 14:29:54 +00:00
buildmaster
8c0b68009e Going back to snapshots 2019-06-11 11:58:21 +00:00
buildmaster
c414a337a1 Update SNAPSHOT to 3.0.0.M1 2019-06-11 11:57:14 +00:00
Oleg Zhurakousky
b1d148f966 Updated POMs for 3.0.0.M1 release 2019-06-10 14:45:27 +02:00
Gary Russell
51a1e6d8bd GH-1720: Default Property Doc Improvements
Fixes https://github.com/spring-cloud/spring-cloud-stream/issues/1720
Resolves #1724
2019-06-05 09:05:35 +02:00
xy
4d9399ae13 Fix spelling error of document.
There isn't existing Autowire annotation, it should be the Autowired annotation.

Update spring-cloud-stream.adoc

Resolves #1715
2019-06-05 08:37:21 +02:00
Oleg Zhurakousky
c6385f220c Upgraded master to 3.0.0
bumped s-c-build to 2.2
fixed tests related to boot 2.2 changes
2019-05-28 13:24:22 +02:00
Oleg Zhurakousky
4436bfecec Fixed sagan page for Azure and added additional test to RoutingFunctionTests 2019-05-21 13:53:25 -05:00
Oleg Zhurakousky
6115a87fda Bumping version to 2.3.0-B-S for master 2019-05-20 06:08:53 -05:00
buildmaster
0075d094fc Bumping versions to 2.2.1.BUILD-SNAPSHOT after release 2019-05-07 12:23:13 +00:00
buildmaster
afd9745f1e Going back to snapshots 2019-05-07 12:23:12 +00:00
buildmaster
f2d9d2a138 Update SNAPSHOT to 2.2.0.RELEASE 2019-05-07 12:19:07 +00:00
Oleg Zhurakousky
e2cb7f2229 Prep doc POM instructions for release 2019-05-07 13:33:48 +02:00
Haytham Mohamed
2c5f912c3d Added the sagan adoc files
Resolves #1700
2019-05-07 13:19:51 +02:00
Jose Antonio Iñigo Garrido
414b4313c0 Added RecordNamingStrategy and spring.cloud.stream.schema.avro.subjectNamingStrategy documentation
Renamed SubjectNamingStrategyImplementation - Improved documentation - Added required changes

Polishing
2019-04-25 19:19:00 -04:00
buildmaster
3c68dcbaae Going back to snapshots 2019-04-09 18:01:18 +00:00
buildmaster
769c48ee39 Update SNAPSHOT to 2.2.0.RC1 2019-04-09 18:00:03 +00:00
Oleg Zhurakousky
9afa565e7c Reverted the main doc file name changes 2019-04-09 19:50:48 +02:00
Oleg Zhurakousky
20094e3c03 Prepared docs for RC1 2019-04-09 19:20:53 +02:00
Fernando de Oliveira
73a8ffdefb Azure Event Hubs binder url fixed on docs 2019-04-05 11:41:17 -04:00
Oleg Zhurakousky
78a1cf854d Updated docs pom back to snapshot 2019-03-25 18:44:53 +01:00
Oleg Zhurakousky
4f3930f4ce Updated spring-doc-resources.version 2019-03-25 16:43:14 +01:00
Oleg Zhurakousky
99c300dab7 Prepared docs POM for M1 2019-03-25 15:39:03 +01:00
Juhyoung Jeon
6dd631403a replace old ui image to new ui image
Add hardbreaks

Resolves #1627
2019-03-25 13:20:37 +01:00
Spring Operator
7670bcc731 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://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-19 14:13:52 +01:00
Oleg Zhurakousky
bb453296f9 Fixed back reference link 2019-03-15 17:53:19 +01:00
Oleg Zhurakousky
8a07471056 introducing home.html page 2019-03-14 20:23:47 +01:00
Oleg Zhurakousky
93c3ffc540 Polishing docs 2019-03-14 20:12:56 +01:00
Oleg Zhurakousky
1d6242bf9a Documentation styles polishing 2019-03-14 18:08:11 +01:00
Oleg Zhurakousky
ab36fe0e76 GH-1630 Initial migration of docs to new style
Resolves #1630
2019-03-13 16:05:31 +01:00
Soby Chacko
0be2b82f4f 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:39:19 +01:00
Gary Russell
53268ed631 SGH-1616: Add MessageSourceCustomizer
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/1616
Resolves #1619
2019-02-28 13:03:03 +01:00
Oleg Zhurakousky
3ce9a38242 GH-1433 Added docs for scheduled task for PollableMessageSource
Resolves #1433
2019-02-26 18:55:07 +01:00
Oleg Zhurakousky
38bdccf965 Merge branch '2.2.x' 2019-02-04 17:05:48 +01:00
Marcin Grzejszczak
a8cbf77794 Added checkstyle 2019-02-04 15:55:35 +01:00
Oleg Zhurakousky
f01cb29b44 GH-1511 Polishing and added tests
- Polished RetryTemplate changes from the previous commit
- Rebased with 2.2.x branch
- Added tests
- Updated author tags with original committer's name

Resolves #1511
Resolves #1588
2019-02-04 07:39:43 +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
44f8ae33f2 GH-1535 Added support for Binding auto-startup
Resolves #1535
2019-01-22 18:16:07 +01:00
Oleg Zhurakousky
1624c431a7 GH-1476, GH-1568 minor polishing of docs and binding display order 2019-01-22 09:31:00 +01:00
Oleg Zhurakousky
f4d1016ca4 minor doc polish
Resolves #1585
2019-01-21 16:46:42 +01:00
Artem Bilan
723c687765 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 16:46:32 +01:00
Oleg Zhurakousky
6f073fdf36 minor doc polish
Resolves #1585
2019-01-21 16:43:41 +01:00