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

fix: remove unused class and fix compilation errors #162

Merged
merged 6 commits into from
Apr 15, 2024

Conversation

man8pr
Copy link
Contributor

@man8pr man8pr commented Apr 15, 2024

What this PR changes/adds

Removed unused class GcpCredentials

Why it does that

The class is unused, compilation fails since https://github.com/eclipse-edc/Connector/pull/4111

@man8pr man8pr added the bug Something isn't working label Apr 15, 2024
@@ -40,7 +40,7 @@ class GcsDataSinkFactoryTest {
mock(ExecutorService.class),
mock(Monitor.class),
mock(Vault.class),
new TypeManager()
mock(TypeManager.class)
Copy link
Member

Choose a reason for hiding this comment

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

could just to new JacksonTypeManager().

Copy link
Contributor Author

@man8pr man8pr Apr 15, 2024

Choose a reason for hiding this comment

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

Changing it to real object

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@paullatzelsperger paullatzelsperger merged commit 82817f7 into eclipse-edc:main Apr 15, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants