Commit Graph

1247 Commits

Author SHA1 Message Date
Oleg Zhurakousky
bb1a94bfe8 GH-1600 Java 11 compatibility fixes
Added explicit dependency declarations for missing javax.* packages
Fixed compile errors in affected classes

Resolves #1600
2019-06-05 16:48:30 +02:00
Oleg Zhurakousky
db817b850d Polishing, fixing check styles 2019-06-05 09:24:52 +02:00
Ryan Dunckel
bc1787310e passes a conversion hint to the message converter to support nested generics. Fixes #1723
Resolves #1725
2019-06-05 09:24:05 +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
Oleg Zhurakousky
3f86eff9cb Polishing, removed commented code, fixed styles, updated copyrights 2019-06-05 09:00:11 +02:00
James Gee
05b764a3cb AvroSchemaRegistryClientMessageConverter not finding objects in reflectionCache - Fixes gh-1701
Resolves #1719
2019-06-05 08:59:00 +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
f49c750b7d Minor polishing and some more deprecation removal 2019-05-28 16:36:24 +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
311c4a34b2 Added additional cleanup to RoutingFunctionTests 2019-05-20 11:10:32 -05:00
Oleg Zhurakousky
6115a87fda Bumping version to 2.3.0-B-S for master 2019-05-20 06:08:53 -05:00
Oleg Zhurakousky
aac59d25e3 Fixed styles in RoutingFunctionTests
Resolves #1708
Resolves #1709
2019-05-20 05:48:13 -05:00
Walliee
576297c88e Fix binder bootstrap
when spring.main.web-application-type is set

resolves #1708

Fix BindServiceTests.testDefaultPropertyBehavior(..)

Fix binder bootstrap
when spring.main.web-application-type is set

resolves #1708

Fix BindServiceTests.testDefaultPropertyBehavior(..)
2019-05-20 05:36:48 -05:00
Oleg Zhurakousky
3d192b8fb5 GH-1713 Added improvements to function routing
- removed requirement for spring.cloud.function.routing.enabled=true when spring.cloud.stream.function.definition=router is present
- added support for defaulting to routing function if it is enabled and spring.cloud.stream.function.definition is not provided
- added tests

Resolves #1713
2019-05-17 15:42:36 +02:00
Oleg Zhurakousky
4193785469 Upgraded to s-c-function 2.1.1.B-S 2019-05-14 16:01:52 +02:00
Oleg Zhurakousky
ee417f9d85 GH-1707 Initial removal of 2.0.0 deprecated classes and methods 2019-05-08 12:10:46 +02: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
ff817238fa Upgraded to SCF 2.1.0.RELEASE 2019-05-07 13:54:55 +02: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
Oleg Zhurakousky
90448095eb Updated function bootstrapping based on SCF changes 2019-05-07 13:18:47 +02:00
Oleg Zhurakousky
a9b1b4f2bb GH-1699 Removed call to log() from FunctionInvoker
Resolves #1699
2019-04-29 16:22:50 +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
Oleg Zhurakousky
e9baeea5a9 additional confixt fix in StreamListenerAnnotationBeanPostProcessor 2019-04-25 14:20:54 +02:00
Oleg Zhurakousky
680bd98f4b Fixed destination resolve conflict in StreamListenerAnnotationBeanPostProcessor 2019-04-25 13:46:32 +02:00
Artem Bilan
fad097210b Fix BindingServiceConfiguration for SI-5.2
Starting with version 5.2 Spring Integration provides a global
`DestinationResolver` bean for some runtime optimization using a single
object.
With that the `binderAwareRouterBeanPostProcessor` bean can't resolve
a single `DestinationResolver` bean any more since there is now two
instances of that.

* Fix `BindingServiceConfiguration.binderAwareRouterBeanPostProcessor()`
to use `@Qualifier("binderAwareChannelResolver")` for an explicit bean
resolution for injection.
2019-04-16 10:51:30 -04:00
Artem Bilan
f1537ed280 Remove usage of deprecated code
The `HandlerMethodArgumentResolversHolder` has been deprecated in SI-5.1
and now it is removed in SI-5.2

To make current Spring cloud Stream compatible with the latest Spring Boot,
which is pulled by the latest Spring Cloud, remove usage of that
deprecated class in the current version in favor of internal logic
applied in the SI

Looks like the `BinderFactoryConfiguration` is deprecated as well and
is going to be removed in the future release anyway
2019-04-15 18:31:52 -04:00
Oleg Zhurakousky
a3533cf936 GH-1681 Fixed configuration property validation
Fixed validation of configuration properties to ensure that only @Validated are validated

Resolves #1681
2019-04-10 17:59:31 +02: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
bb64c375c3 Fixed unused import 2019-04-09 19:33:33 +02:00
Oleg Zhurakousky
20094e3c03 Prepared docs for RC1 2019-04-09 19:20:53 +02:00
Oleg Zhurakousky
a76b1e9248 Polished previous commit
- added author
- removed lombok
- upgraded to s-c-build 2.1.4 and fixed http/https issues

Resolves #1608
2019-04-09 14:39:02 +02:00
Ish Mahajan
cb1c20ffa1 Support for custom avro schema de/serializer
incorporating comments

incorporating unit test

incorporating unit test
2019-04-09 14:36:02 +02:00
Fernando de Oliveira
73a8ffdefb Azure Event Hubs binder url fixed on docs 2019-04-05 11:41:17 -04:00
buildmaster
070ab0adfa Bumping versions 2019-03-25 17:54:03 +00: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
Oleg Zhurakousky
b5a64eac14 Fixed URLs in licence headers and upgraded to s-c-build 2.1.4 2019-03-25 15:24:18 +01:00
buildmaster
5e96af04b5 Bumping versions 2019-03-25 12:47:05 +00:00
Juhyoung Jeon
6dd631403a replace old ui image to new ui image
Add hardbreaks

Resolves #1627
2019-03-25 13:20:37 +01:00
Oleg Zhurakousky
d105822c2a Upgraded to s-c-function 2.1.0.M1 2019-03-20 13:04:36 +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