Closed jgallagher59701 closed 1 year ago
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
No Duplication information
The version of Java (11.0.15.1) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. Read more here
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
No Duplication information
The version of Java (11.0.15.1) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. Read more here
Kudos, SonarCloud Quality Gate passed!
This branch hold a general refactor of the NGAP module code so that it's updated to C++11 and so that it uses a new version of the 'memory cache' that is instantiated for each of the CMR and DMR++ caches (instead of a collection six functions and some fields in NgapRequestHandler. The caches are still local to the handler, but the new MemoryCache template could be used more generally. I didn't test it with non-string values and I didn't move it out of the NGAP module, but if that seems useful in the future it should be simple enough.