You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cleared/reset RabbitQM queues and data.
Zero errors even with debug logging turned on.
I can see the new data going out from the Image service, but the new data does not get saved into the database.
The pull/REST request for the comments from the Comments service works fine.
I see lines like this in both the Comments service and the Image service
INFO [ctor-http-nio-2] o.s.a.r.c.CachingConnectionFactory : Created new connection: SpringAMQP#2633e64d:0/SimpleConnection@57006d57 [delegate=amqp://[email protected]:5672/, localPort= 58919]
I suspect that this code does not work as expected with only JDK 9.
I'm choosing not to try this with JDK 8, but I do suspect that this code works fine with JDK 8.
Also running this code on Windows 10 Pro system with 16 GB of RAM
The text was updated successfully, but these errors were encountered:
Not sure what to say. I have done zero work with Java 9. And I can't testify to the support of the Spring portfolio on these milestones with Java 9 either.
I'm not saying that I've done everything perfectly, I make mistakes like everyone else.
Perhaps someone else will come along and say that all works as expected with Java 9.
Thanks to this book I do have a good introduction to many things related to Spring Boot 2 and I feel that I know enough to be dangerous.
Cleared/reset RabbitQM queues and data.
Zero errors even with debug logging turned on.
I can see the new data going out from the Image service, but the new data does not get saved into the database.
The pull/REST request for the comments from the Comments service works fine.
I see lines like this in both the Comments service and the Image service
I suspect that this code does not work as expected with only JDK 9.
I'm choosing not to try this with JDK 8, but I do suspect that this code works fine with JDK 8.
Also running this code on Windows 10 Pro system with 16 GB of RAM
The text was updated successfully, but these errors were encountered: