FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

OSGI - Make org.jspecify.* imports optional by schulm · Pull Request #194 · graphql-java/java-dataloader · GitHub

OSGI - Make org.jspecify.* imports optional - #194

Merged
dondonz merged 1 commit into
graphql-java:masterfrom
schulm:feature/org-jspecify-optional
May 11, 2025
Merged

OSGI - Make org.jspecify.* imports optional#194
dondonz merged 1 commit into
graphql-java:masterfrom
schulm:feature/org-jspecify-optional

Conversation

schulm commented May 5, 2025

Copy link
Copy Markdown

Since org.specify import is not necessarily needed at runtime, can we make it optional?

dondonz added this to the 5.0.0 milestone May 11, 2025
dondonz merged commit 42eae0c into graphql-java:master May 11, 2025
Comment thread build.gradle
}
bnd('''
Import-Package: org.jspecify.annotations;resolution:=optional,*
''')

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Small nitpick, your title mentions org.jspecify.* but this PR is only excluding annotations. In the corresponding GraphQL Java PR, org.specify.* is set as optional.

I've merged in this PR. Thanks for the PR!

This file contains hidden or 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
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.

3 participants


Back | FazBrowse Home | New Git URL