Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

gh-969: Remove use of code deprecated in Gaffer #970

Merged
merged 3 commits into from
Feb 24, 2022

Conversation

GCHQDeveloper314
Copy link
Member

@GCHQDeveloper314 GCHQDeveloper314 commented Feb 9, 2022

LOGGER.info("Using test properties of {}", testProperties);
final Graph graph = new Graph.Builder()
.graphId(testProperties.getGraphId())
.config(new GraphConfig(testProperties.getGraphId()))
Copy link
Contributor

Choose a reason for hiding this comment

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

It MAY be better to use the GraphConfig Builder as it may set some defaults

Copy link
Member Author

Choose a reason for hiding this comment

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

Seems fine to me. I can't see any downside so long as those defaults don't change the overall behaviour.

@codecov-commenter
Copy link

codecov-commenter commented Feb 24, 2022

Codecov Report

❗ No coverage uploaded for pull request base (v2-alpha@684a765). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             v2-alpha     #970   +/-   ##
===========================================
  Coverage            ?   50.15%           
  Complexity          ?      125           
===========================================
  Files               ?       42           
  Lines               ?     1607           
  Branches            ?      130           
===========================================
  Hits                ?      806           
  Misses              ?      747           
  Partials            ?       54           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 684a765...a29cd4a. Read the comment docs.

@t92549 t92549 merged commit cb84955 into v2-alpha Feb 24, 2022
@t92549 t92549 deleted the gh-969-fix-deprecated-usage branch February 24, 2022 16:16
@t92549 t92549 linked an issue Feb 24, 2022 that may be closed by this pull request
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove use of code deprecated in Gaffer
3 participants