-
Notifications
You must be signed in to change notification settings - Fork 260
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
Updates to OMAS APIs and archive builders for sustainability #6806
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
...va/org/odpi/openmetadata/accessservices/communityprofile/converters/PersonRoleConverter.java
Fixed
Show fixed
Hide fixed
...va/org/odpi/openmetadata/accessservices/communityprofile/converters/PersonRoleConverter.java
Fixed
Show fixed
Hide fixed
...org/odpi/openmetadata/accessservices/communityprofile/converters/SecurityGroupConverter.java
Fixed
Show resolved
Hide resolved
Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
...metadata/accessservices/governanceprogram/samples/zonecreate/CreateGovernanceZoneSample.java
Show resolved
Hide resolved
...rg/odpi/openmetadata/accessservices/communityprofile/converters/RelatedElementConverter.java
Outdated
Show resolved
Hide resolved
...rg/odpi/openmetadata/accessservices/communityprofile/converters/RelatedElementConverter.java
Show resolved
Hide resolved
...java/org/odpi/openmetadata/accessservices/communityprofile/rest/RelationshipRequestBody.java
Show resolved
Hide resolved
.../java/org/odpi/openmetadata/accessservices/communityprofile/server/LocationRESTServices.java
Show resolved
Hide resolved
...g/odpi/openmetadata/accessservices/communityprofile/properties/ClassificationProperties.java
Show resolved
Hide resolved
...metadata/accessservices/governanceprogram/samples/zonecreate/CreateGovernanceZoneSample.java
Show resolved
Hide resolved
...src/main/java/org/odpi/openmetadata/samples/archiveutilities/SimpleCatalogArchiveHelper.java
Show resolved
Hide resolved
...org/odpi/openmetadata/accessservices/digitalarchitecture/converters/ValidValueConverter.java
Show resolved
Hide resolved
Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
The last two commits added:
|
...metadata-implementation/access-services/project-management/project-management-client/pom.xml
Show resolved
Hide resolved
...metadata-implementation/access-services/project-management/project-management-client/pom.xml
Show resolved
Hide resolved
...metadata-implementation/access-services/project-management/project-management-server/pom.xml
Show resolved
Hide resolved
...metadata-implementation/access-services/project-management/project-management-spring/pom.xml
Show resolved
Hide resolved
...metadata-implementation/access-services/project-management/project-management-spring/pom.xml
Show resolved
Hide resolved
...openmetadata/accessservices/projectmanagement/converters/ProjectManagementOMASConverter.java
Show resolved
Hide resolved
...openmetadata/accessservices/projectmanagement/converters/ProjectManagementOMASConverter.java
Show resolved
Hide resolved
...g/odpi/openmetadata/accessservices/projectmanagement/converters/RelatedElementConverter.java
Show resolved
Hide resolved
.../odpi/openmetadata/accessservices/projectmanagement/properties/MetadataSourceProperties.java
Show resolved
Hide resolved
...a/org/odpi/openmetadata/accessservices/projectmanagement/metadataelements/ElementStatus.java
Show resolved
Hide resolved
...rg/odpi/openmetadata/accessservices/projectmanagement/properties/PersonalRoleProperties.java
Show resolved
Hide resolved
...openmetadata/accessservices/projectmanagement/converters/ProjectManagementOMASConverter.java
Show resolved
Hide resolved
Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
* @return bean populated with properties from the instances supplied | ||
* @throws PropertyServerException there is a problem instantiating the bean | ||
*/ | ||
public B getNewBean(Class<B> beanClass, |
Check notice
Code scanning / CodeQL
Missing Override annotation
This method overrides [OpenMetadataAPIGenericConverter<B>.getNewBean](1); it is advisable to add an Override annotation.
...org/odpi/openmetadata/accessservices/communityprofile/api/ValidValueManagementInterface.java
Show resolved
Hide resolved
...n/java/org/odpi/openmetadata/accessservices/datamanager/properties/ValidValueProperties.java
Show resolved
Hide resolved
...a/org/odpi/openmetadata/accessservices/communityprofile/properties/ValidValueProperties.java
Show resolved
Hide resolved
...ava/org/odpi/openmetadata/accessservices/datamanager/converters/RelatedElementConverter.java
Show resolved
Hide resolved
...i/openmetadata/accessservices/datamanager/properties/ReferenceValueAssignmentProperties.java
Show resolved
Hide resolved
...ava/org/odpi/openmetadata/accessservices/datamanager/properties/ReferenceableProperties.java
Show resolved
Hide resolved
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR makes extensions to a number of OMASs to add support for new attributes and management of relationships that link entity from different areas of the open metadata types. For example:
Many of the relationshps associated with valid values have additional properties and these are updated in Digital Architecture OMAS and Asset Owner OMAS.
Governance Program OMAS has the server side support for GovernanceDomainDefinitions
There is also enhancements to the support for locations and communities in the Community Profile OMAS
Related Issue(s)
Testing
New FVTs
Release Notes & Documentation
Release notes updated to include descriptions of updates to types - along with updates to related docs.
Additional notes