Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove discovery engine and add todo support #8083

Merged
merged 2 commits into from
Mar 10, 2024

Conversation

mandy-chessell
Copy link
Contributor

Description

This PR removes:

  • Discovery Engine OMAS
  • Asset Analysis OMES

It adds support for ToDo management to My Profile OMVS

Related Issue(s)

None

Testing

FVT

Release Notes & Documentation

All done

Additional notes

None

@mandy-chessell mandy-chessell merged commit b0b2109 into odpi:main Mar 10, 2024
4 checks passed
{
RelatedElement relatedElement = new RelatedElement();

relatedElement.setRelationshipHeader(this.getMetadataElementHeader(beanClass, relationship, relationship.getRelationshipGUID(), null, methodName));

Check warning

Code scanning / CodeQL

Dereferenced variable may be null Warning

Variable
relationship
may be null at this access as suggested by
this
null guard.
{
RelatedElement relatedElement = new RelatedElement();

relatedElement.setRelationshipHeader(this.getMetadataElementHeader(beanClass, relatedMetadataElement, relatedMetadataElement.getRelationshipGUID(), null, methodName));

Check warning

Code scanning / CodeQL

Dereferenced variable may be null Warning

Variable
relatedMetadataElement
may be null at this access as suggested by
this
null guard.
* @throws PropertyServerException there is a problem instantiating the bean
*/
@SuppressWarnings(value = "unused")
public B getNewBean(Class<B> beanClass,

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
OpenMetadataConverterBase.getNewBean
; it is advisable to add an Override annotation.
* @throws PropertyServerException there is a problem instantiating the bean
*/
@SuppressWarnings(value = "unused")
public B getNewBean(Class<B> beanClass,

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
OpenMetadataConverterBase.getNewBean
; it is advisable to add an Override annotation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant