Nigel Jones
Nigel Jones
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Noticed in the event logs: ``` 2022-07-05 14:16:40.475 WARN 1 ---...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior (from slack) User reporting a 400 error from: ``` {{baseURL}}/servers/{{server}}/open-metadata/access-services/data-manager/users/{{user}}/connections {...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Please describe the new behavior that that will improve Egeria Instead of using...
Our service architecture is to capture all business logic in our '-service' modules, and have our spring rest binding within '-spring' modules. This isolates spring from the remainder of egeria,...
The analytics modeling code issues a stack trace in certain circumstances. ``` } catch (InvalidParameterException | UserNotAuthorizedException | PropertyServerException e) { 207 e.printStackTrace(); 208 } 209 } ``` This can...
The gradle PR build is failing with errors such as: ``` AssetConsumerOMASCreateTagIT > testCreateTag(String) > org.odpi.openmetadata.accessservices.assetconsumer.fvt.execution.AssetConsumerOMASCreateTagIT.testCreateTag(String)[1] STANDARD_OUT 7785 AssetGUID: 4358845d-1017-495c-b944-d9b8a33604da 7786 SchemaTypeGUID: acd45be1-5e35-4415-92bc-82a00567b89b 7787 Asset2GUID: 8d9c1bde-c967-4743-b6d0-063aacd2b2a4 7788 7789 11:11:01.864 [Test...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When testing 3.9 ( #6539 ), in-memory CTS fails with: ```...
Currently code coverage is captured from our 'Sonar' test runs This is done by enabling 'jacoco' in the build. This attaches an agent to the jvm used by surefire for...
Move the graph repo connector to a new repository Outline of tasks - [x] #6300
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior After Mar 22 dependabot updates, many errors similar to the following...