Commit Graph

1119 Commits

Author SHA1 Message Date
Oleg Zhurakousky
e884b3544f GH-1551 Added health.binders.enabled to additional-spring-configuration-metadata.json
Resolves #1551
2018-12-18 13:56:08 +01:00
Phillip Verheyden
ade40dc2bb Polish around default binding IllegalStateException
If no binders were found the exception should reflect that instead of indicating that multiple binders were found

Resolves #1561
2018-12-18 13:01:34 +01:00
Oleg Zhurakousky
795aadc7b5 Added additional ContentType TCK tests
Added tests to make sure that application/json CT will result in String conversion in the event the actual type can not be determined
2018-12-18 12:53:44 +01:00
Oleg Zhurakousky
a731021b43 GH-1564 Delegated type-conversion to MessageConverters
The following is the summary of changes which essentially delegate all type conversion back to MessageConverter.
The only thing remains is the `BINDER_ORIGINAL_CONTENT_TYPE` logic to ensure backward compatibility

* `MessageConverterConfigurer` was brought pretty much back to the state it was before all those questionable type conversion changes
* `BinderFactoryConfiguration` configures  custom argument resolvers which will be removed as soon as https://jira.spring.io/browse/SPR-17503 is addressed.
* The two new argument resolvers, defer from their original counterparts in that they change the order of type assertion ensuring that, for example, byte[] does not match Object and would have to be sent to MessageConverter for possible conversion. These two resolvers will be removed once https://jira.spring.io/browse/SPR-17503 is addressed.

Resolves #1564
Resolves #1565
2018-12-18 09:37:46 +01:00
Phillip Verheyden
d5aa0906f4 Fix the README link to the Eclipse formatter
Resolves #1558
2018-12-17 14:12:50 +01:00
buildmaster
c928b28a10 Going back to snapshots 2018-12-13 20:19:16 +00:00
buildmaster
5d07afc956 Update SNAPSHOT to 2.1.0.RC3 2018-12-13 20:18:14 +00:00
Oleg Zhurakousky
69652c7613 polishing 2018-12-13 18:54:36 +01:00
Oleg Zhurakousky
6319e04573 polishing 2018-12-13 17:35:37 +01:00
Oleg Zhurakousky
d81cb16dfb polishing 2018-12-13 16:54:39 +01:00
Oleg Zhurakousky
f080ca6cb0 GH-1554 resetting propagateOriginalContentType flag to be true 2018-12-13 15:26:04 +01:00
buildmaster
6cb74414b0 Bumping versions 2018-12-12 19:07:48 +00:00
Oleg Zhurakousky
adc4e0f4ca polishing 2018-12-12 19:05:26 +01:00
Oleg Zhurakousky
07b9adb0dc GH-1554 Introduced flag to disable 1.3 content type propagation
Introduced `spring.cloud.stream.propagateOriginalContentType` boolean property  on BindingServiceProperties
Resolves #1554
2018-12-12 16:50:28 +01:00
Oleg Zhurakousky
fd989cd712 GH-1553 Fixed inconsistencies in function bootstrap
Resolves #1553
2018-12-12 16:25:22 +01:00
Oleg Zhurakousky
1a7548fcf0 GH-1539 Fixed support for fluxed Consumer
Fixed support for Consumer<Flux<?>> which currently is not wrapped with FluxWrapper

NOTE: The newly created FluxedConsumerWrapper will be migrated to Spring Cloud Function after SCSt-2.1.0 and SCF-2.0.0 releases

Resolves #1539
2018-12-10 17:56:43 +01:00
Oleg Zhurakousky
b60c3d08ee GH-1544 Fixed broken doc links
Resolves #1544
2018-12-10 15:26:06 +01:00
pw
2970b3d576 Updated formatting to properly show bullet points in README (#1545)
* updated formatting

* Update README.adoc
2018-12-05 12:16:23 -05:00
Oleg Zhurakousky
54c70c568d GH-1543 Removed 'processor' dependency from AMCB
Removed autowired  dependency from AbstractMessageChannelBinder. It was lingering from the previous effort of extending Processor apps with functions.
Basically with regard to the extending the app effort functions will be composed at the end of the existing processor (if any).
Resolves #1543
2018-11-30 16:38:32 +01:00
Oleg Zhurakousky
7e811a72c6 GH-1540 Made BindingsEndpoint.State public
Resolves #1540
2018-11-27 08:43:58 +01:00
Oleg Zhurakousky
a1e254cfc5 GH-1536 Polishing
Resolves #1538
2018-11-26 11:58:11 +01:00
tkavukcu
2607ac14c6 Fixed native encoding for output of invoked function.
Resolves #1536
2018-11-22 22:59:54 +01:00
Oleg Zhurakousky
f6381d72b7 GH-1533 Fixed regression in ObjectStringMessageConverter
Resolves #1533
2018-11-21 19:26:26 +01:00
Oleg Zhurakousky
8161147469 Upgraded to SCF 2.0.0.RC2 2018-11-19 19:18:56 +01:00
buildmaster
2c8e2255d0 Going back to snapshots 2018-11-19 14:42:16 +00:00
buildmaster
4775defbf0 Update SNAPSHOT to 2.1.0.RC2 2018-11-19 14:41:20 +00:00
Oleg Zhurakousky
bafbbd3b24 GH-1531 Removed partitionCount as arg for isPartitioned check
Resolves #1531
2018-11-19 13:22:48 +01:00
Oleg Zhurakousky
11bb223b4a Ignored BindingServiceTests.testLateBindingConsumer as it randomly fails 2018-11-16 16:00:49 +01:00
Oleg Zhurakousky
75af0fe81d Ignored two more aggregator tests 2018-11-16 15:53:28 +01:00
Oleg Zhurakousky
bdd0394391 Disabled web from InputOutputBindingOrderTest
polish:
2018-11-16 15:36:18 +01:00
Oleg Zhurakousky
619b3ccc8b Disabled JMX from other tests 2018-11-16 15:23:51 +01:00
Oleg Zhurakousky
054f4f47ba Disabled JMX from HealthIndicatorsConfigurationTests 2018-11-16 15:17:39 +01:00
Oleg Zhurakousky
53f11e4630 Disabled JMS from LifecycleBinderTests 2018-11-16 15:09:26 +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
2d4c84e536 Updated README 2018-11-16 11:12:28 +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
8ae3ec0041 GH-1498 Added initial retry logic to reactive pipeline
Resolves #1498
2018-11-15 21:12:13 +01:00
Oleg Zhurakousky
1d8b92c85f Fixed tests related to GH-1527 change 2018-11-15 19:03:22 +01:00
Oleg Zhurakousky
6344584519 Ignored AggregationTests
Resolves #1528
2018-11-15 13:43:02 +01:00
Oleg Zhurakousky
777eec819e GH-1527 Added special handling for text/* CT
Added special handling for 'texrt/*' conternt-type where unless the input type is declared to be byte[], the payload will always be converted to String

Resolves #1527
2018-11-15 09:11:49 +01:00
Oleg Zhurakousky
f566cb9749 Polishing GH-1517
Resolves #1517
Resolves #1519
2018-11-01 13:11:39 +01:00
Sercan Karaoglu
829604ae32 GH-1517 Avro Union Types import schema issue when we have multiple avro files 2018-11-01 12:58:21 +01:00
Oleg Zhurakousky
5d2c3ff89c Fixed tools pom 2018-10-30 19:16:35 +01:00
Oleg Zhurakousky
0522dc617f GH-1520 bumped boot version
removed obsolete version overrides

Resolves #1520
2018-10-30 18:54:55 +01:00
Oleg Zhurakousky
b569e26177 Going back to snapshots 2018-10-30 14:31:03 +01:00
Oleg Zhurakousky
a83bdb7f34 Update SNAPSHOT to 2.1.0.RC1 2018-10-30 14:28:31 +01:00
Oleg Zhurakousky
ae17250b2c polishing docs 2018-10-30 13:58:03 +01:00