Skip to content

Conversation

@justin-tay
Copy link
Collaborator

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
@justin-tay justin-tay deleted the gh1153 branch September 14, 2025 01:15
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