Nigel Jones

Results 115 issues of Nigel Jones

When debugging a performance issue using Java Profiler, I noticed a large number of string operations. A big proportion of these is coming from ch.qos.logback.classic.Logger.debug(String) Logger.java We are using slf4j,...

performance
pinned
logging

When working through PR #5314 I noted that the Security Office OMAS currently has a hardcoded 'gaian' reference where it is defined: ``` public static final String DEFAULT_SCHEMA_NAME = "gaian";...

question
pinned

When reviewing #3386 it was noted that the PR caused unexpected errors to be added into the server's audit logs due to incorrect processing. The automated FVT test for subject...

testing
build-improvement
pinned

The Open Policy Agent (OPA) is an open source, general-purpose policy engine that enables unified, context-aware policy enforcement across the entire stack. OPA is hosted by the Cloud Native Computing...

enhancement
third party integration
pinned

It would be really useful if, after building egeria, we could also run the egeria (only) docker build and publish to an alternate registry with a PR-related tag - this...

containers
testing
build-improvement
pinned

It would be really useful to be able to check what *exact* version an egeria server is at when debugging problems / capturing info or during development Some tools like...

enhancement
pinned

As referenced in #4438, publish gradle build output artifacts (assembly) - maven assembly is already published

build-improvement
pinned
gradle

A few failures in PR/merge builds could be more quickly resolved if some additional files were saved - RAT output files ie /home/runner/work/egeria/egeria/open-metadata-resources/open-metadata-deployment/target/rat.txt (maven) - example at https://github.com/odpi/egeria/runs/2712634195?check_suite_focus=true - Log...

build-improvement
pinned
gradle

#4098 has implemented an initial pass at running FVTs in Gradle. #4904, #4903 address specific issues with 2 FVTs around class loading However additionally we should look at cleaning up...

testing
build-improvement
pinned
gradle

I noticed that if I leave my browser open on helm.sh, that window will spin up to nearly 100% CPU. This is seen on - Safari Tech Preview Release 105...

design