spring-attic / gemfire

Apache License 2.0
4 stars 13 forks source link

Update the Spring Data Geode and Spring Integration dependencies to the latest compatible with the Boot 2.1.x branch #49

Closed tzolov closed 4 years ago

tzolov commented 4 years ago

Current SDG an SI dependency version lead to java.lang.IllegalArgumentException: Method is required as reported here:

2020-01-16T11:00:34.887-05:00 [APP/PROC/WEB/0] [OUT] 2020-01-16 16:00:34.886 INFO 14 --- [leFromPivotal-1] o.s.i.h.s.MessagingMethodInvokerHelper : Overriding default instance of MessageHandlerMethodFactory with provided one.
2020-01-16T11:00:34.893-05:00 [APP/PROC/WEB/0] [OUT] 2020-01-16 16:00:34.893 ERROR 14 --- [leFromPivotal-1] o.s.integration.handler.LoggingHandler : org.springframework.messaging.MessageHandlingException: nested exception is java.lang.IllegalArgumentException: Method is required, failedMessage=GenericMessage [payload=byte[31], headers={amqp_receivedDeliveryMode=PERSISTENT, content-length=31, http_requestMethod=POST, amqp_receivedExchange=ExampleFromPivotal.http, amqp_deliveryTag=1, deliveryAttempt=3, amqp_consumerQueue=ExampleFromPivotal.http.ExampleFromPivotal, amqp_redelivered=false, accept=*/*, amqp_receivedRoutingKey=ExampleFromPivotal.http, amqp_timestamp=Thu Jan 16 16:00:31 UTC 2020, host=rutg9so-examplefrompivotal-http-v1.apps.sand-pcf.duke-energy.com, amqp_messageId=0f90bab6-970c-34f5-7faf-08c40472dfde, http_requestUrl=https://rutg9so-examplefrompivotal-http-v1.apps.sand-pcf.duke-energy.com/, id=2966c71f-039a-2bb4-7b4e-e3e589239fbb, amqp_consumerTag=amq.ctag-6967yESAy_WDUJd36GlRhg, contentType=application/json;charset=UTF-8, user-agent=curl/7.65.1, timestamp=1579190431876}]