Uday
Uday
Before Fix: After Fix:
Renamed local variable records to recordsSet, so that it should not shadow class fields
When I was going through one of the class AggregatingChangeNotifier, I saw there is a class field called **records** and there is a private method in the same class called...
When I tried to run BasicUsage class, it is throwing the exception"Session not supported with caching lookup" as expected. So if we don't call the deprecated method **cachingLookups** in BasicUsage...
Fixes https://github.com/JabRef/jabref/issues/12844 ### Summary - Added logic to detect and clean up stale embedded PostgreSQL instances left behind by previous JabRef sessions. - Introduced `PostgreProcessCleaner` to safely shut down any...