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

Marks some deps as part of the API #43

Merged
merged 2 commits into from
Sep 27, 2023
Merged

Marks some deps as part of the API #43

merged 2 commits into from
Sep 27, 2023

Conversation

andresuribe87
Copy link
Contributor

@andresuribe87 andresuribe87 commented Sep 26, 2023

Overview

Code that depends on web5-sdk-kotlin currently needs to pull dependencies that are part of public signatures. This PR fixes this.

Description

For a more details description, see https://docs.gradle.org/current/userguide/java_library_plugin.html#sec:java_library_separation

How Has This Been Tested?

Followed the instructions in a local repository which exercises full functionality.

@andresuribe87 andresuribe87 marked this pull request as ready for review September 26, 2023 20:55
@@ -331,7 +330,7 @@ private fun evaluateJsonPath(vcJwt: VcJwt, path: String): String? {
val vc: VerifiableCredentialType =
FromJwtConverter.fromJwtVerifiableCredential(JwtVerifiableCredential.fromCompactSerialization(vcJwt))

val vcJsonString: String = JSONValue.toJSONString(vc.jsonObject)
val vcJsonString: String = vc.toJson()
Copy link
Contributor

Choose a reason for hiding this comment

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

nice 😆

Copy link
Contributor

@nitro-neal nitro-neal left a comment

Choose a reason for hiding this comment

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

awesome!

@andresuribe87 andresuribe87 merged commit 05fe174 into main Sep 27, 2023
@mistermoe mistermoe deleted the publish_fixes branch November 1, 2023 00:32
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.

2 participants