Sathish Kumar Thiyagarajan

Results 5 issues of Sathish Kumar Thiyagarajan

If we keep any HTML files inside a nested folder, then build is not picking the same. For Eg, ``` src pages page1.html index.html ``` then the **only index.html gets...

I upgraded the source to Spring Boot 2.4.3. Faced two issues and resolved with few changes. ### Problem 1: java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed ##### Fix: Added allowPublicKeyRetrieval=true...

I have 3 schemas (A, B and C). each has one property each. Where as C is referencing B and B is referencing A. A is Parent, B is child...

**Describe the bug** We tried to add plugin that helps us to change the page limit based on user selection. Below is the Sample Code. ``` Grid JS | Pagination...

Is there anyway we shall convert RSQL String to Query ?! (I see the reverse is possible with RSQLVisitor)