Skip to content

Set requires static for optional and excludable dependencies #1155

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

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

justin-tay
Copy link
Contributor

Closes #1153, closes #1154

jar --describe-module --file json-schema-validator-1.5.5.jar --release 9

exports com.networknt.schema
exports com.networknt.schema.annotation
exports com.networknt.schema.format
exports com.networknt.schema.i18n
exports com.networknt.schema.oas
exports com.networknt.schema.output
exports com.networknt.schema.regex
exports com.networknt.schema.resource
exports com.networknt.schema.result
exports com.networknt.schema.serialization
exports com.networknt.schema.serialization.node
exports com.networknt.schema.utils
exports com.networknt.schema.walk
requires com.ethlo.time static
requires com.fasterxml.jackson.annotation
requires com.fasterxml.jackson.core
requires com.fasterxml.jackson.databind
requires com.fasterxml.jackson.dataformat.yaml static
requires java.base mandated
requires org.graalvm.sdk static
requires org.jruby.jcodings static
requires org.jruby.joni static
requires org.slf4j

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.12%. Comparing base (48ca3c2) to head (7a9fb53).
Report is 79 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1155      +/-   ##
============================================
- Coverage     78.90%   78.12%   -0.79%     
- Complexity     1965     2065     +100     
============================================
  Files           172      201      +29     
  Lines          6352     6861     +509     
  Branches       1255     1255              
============================================
+ Hits           5012     5360     +348     
- Misses          867     1033     +166     
+ Partials        473      468       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@stevehu stevehu merged commit 6bff075 into networknt:master Feb 19, 2025
4 checks passed
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.

Ethlo and graalvm are not optional when running on the module path.
3 participants