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

Runtime related refactoring #1628

Open
wants to merge 16 commits into
base: f-gpu-1579
Choose a base branch
from
Open

Runtime related refactoring #1628

wants to merge 16 commits into from

Conversation

plyhun
Copy link
Contributor

@plyhun plyhun commented Oct 4, 2024

Abstract

This PR mostly consists of moving the functions around, and making the interfaces out of stuff, to have it overridden in the alternative implementations.

Checklist

General

  • Added abstract that describes the change
  • Added changelog entry to /CHANGELOG.adoc
  • Ensured that the change is covered by tests
  • Ensured that the change is documented in the docs

On API Changes

  • Checked if the changes are breaking or not
  • Added GraphQL API if applicable
  • Added Elasticsearch mapping if applicable

@plyhun plyhun requested a review from npomaroli October 4, 2024 08:20
@plyhun plyhun changed the title Runtime integration API Runtime related refactoring Nov 6, 2024
@@ -219,6 +219,7 @@ public MeshServerInfoModel getMeshServerInfoModel(InternalActionContext ac) {
info.setMeshVersion(Mesh.getPlainVersion());
info.setVertxVersion(VersionCommand.getVersion());
info.setMeshNodeName(options.getNodeName());
info.setMeshRevision("OSS");
Copy link
Contributor Author

@plyhun plyhun Nov 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here we tell the Mesh revisions apart via API.

this(null);
}

public HibernateTestContextProvider(MeshComponent.Builder componentBuilder) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Custom overridden component builder.

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