GC logs changes for migrating to JDK 11 and higher.
Access spring Request scope cache in Singelton bean called from fork-join/thread pool
Fix for : Scope 'session' is not active for the current thread; IllegalStateException: No thread-bound request found
Web socket java client for Stomp-Spring server side.
As an analysis for an issue I had to write a simple java web socket client site code connecting to a Spring based application on the server side with a stomp based web socket broker .
Spring HATEOAS adaptation to existing systems
Lately i was involved in lot of discussion at work whether HATEOAS is a good option for our new REST application which would serve as an interface to multiple back-end services we have been building . I believe there is no need for me explain the concept of HATEOAS here as there are good enough... Continue Reading →