• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

lfoppiano / grobid-quantities / 31022062935

05 Aug 2026 03:47PM UTC coverage: 38.184% (+3.5%) from 34.674%
31022062935

Pull #186

github

lfoppiano
Revert maven-layout localLibs conversion (keep flatDir isolation)

Reverts c9069c3. The maven-layout conversion made grobid-service 0.9.1's
POM transitive deps flow, and grobid-service 0.9.1 is built on Dropwizard
5.0.1 / Jetty 12. Gradle conflict resolution then upgraded grobid-quantities'
own Dropwizard stack 4.0.17 -> 5.0.1 and Jetty 11 -> 12. Jetty 12 removed
org.eclipse.jetty.servlets.CrossOriginFilter, which GrobidQuantitiesApplication
uses for CORS, so the service crashed on startup with NoClassDefFoundError.

The flatDir repo deliberately isolates grobid-quantities from grobid's heavier
web stack: it uses grobid-core's classes but keeps the project's own Dropwizard
4.0.17 / Jetty 11. Restoring it fixes startup; the direct opennlp-tools 2.5.9
pin (kept) still fixes the sentence-detection NoSuchMethodError.

Verified in a clean env (mavenLocal hidden, cache purged): resolves
dropwizard-core 4.0.17 + jetty-server 11.0.26, the onejar bundles
CrossOriginFilter and opennlp 2.5.9's sentPosDetect(CharSequence), all 154 tests pass.
Pull Request #186: build: update to Grobid 0.9.1

996 of 2972 branches covered (33.51%)

Branch coverage included in aggregate %.

2583 of 6401 relevant lines covered (40.35%)

1.62 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/org/grobid/core/features/FeaturesVectorValues.java


Source Not Available

The file "org/grobid/core/features/FeaturesVectorValues.java" isn't available on github. Either it's been removed, or the repo root directory needs to be updated.

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc