Commit Graph

1255 Commits

Author SHA1 Message Date
Oleg Zhurakousky
abab014f39 GH-1707 Removed all references to aggregator builder
- removed deprecations connected to InterceptableChannel
- minor polishing to get rid of IDE warnings

Resolves #1707
2019-06-12 21:47:16 +02:00
Oleg Zhurakousky
18e1f801f5 GH-1534 removing spring-cloud-stream-tools 2019-06-12 21:26:42 +02: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
465cca4678 Bumped s-c-build to 2.2.0.M2 2019-06-11 13:51:08 +02:00
Jose Antonio Iñigo Garrido
eb33d7a19b Support for multiple event types when using GenericRecord 2019-06-11 13:50:58 +02:00
Oleg Zhurakousky
b1d148f966 Updated POMs for 3.0.0.M1 release 2019-06-10 14:45:27 +02:00
Oleg Zhurakousky
9bb78a63ad Upgraded spring-cloud-function to 3.0.0.B-S 2019-06-06 19:15:12 +02:00
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