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

mybatis / jpetstore-6 / 2100
84%
master: 72%

Build:
Build:
LAST BUILD BRANCH: copilot/migrate-from-stripes-to-spring-web-mvc
DEFAULT BRANCH: master
Ran 29 Mar 2026 01:30AM UTC
Jobs 1
Files 23
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

29 Mar 2026 01:19AM UTC coverage: 83.585% (+11.6%) from 72.006%
2100

Pull #1076

github

web-flow
Fix GlassFish/Payara/TomEE: remove context.xml, add welcome-file, glassfish-web.xml, JSTL provided scope

- Remove META-INF/context.xml: Tomcat-specific file caused GlassFish/Payara cargo
  to fail on deployment, stopping the domain (ERR_CONNECTION_REFUSED for all tests)
- Add welcome-file-list to web.xml: GlassFish/Payara don't resolve index.html from
  a forwarded root '/' without an explicit welcome-file entry
- Add WEB-INF/glassfish-web.xml: delegate=false ensures Spring's WEB-INF/lib classes
  take precedence over GlassFish's own framework classes (class-loading isolation)
- Mark JSTL as provided in tomee/glassfish7/payara6 Maven profiles: all three
  containers bundle their own JSTL; having a second copy in WEB-INF/lib causes
  Jasper to register jakarta.tags.core twice and fail JSP compilation

Agent-Logs-Url: https://github.com/mybatis/jpetstore-6/sessions/bf89c299-68b0-4bbb-a417-a888b38300ad

Co-authored-by: hazendaz <975267+hazendaz@users.noreply.github.com>
Pull Request #1076: Fix CDI bean discovery conflict and JSTL TLD conflict on Jakarta EE full-profile containers

47 of 98 branches covered (47.96%)

108 of 196 new or added lines in 4 files covered. (55.1%)

499 of 597 relevant lines covered (83.58%)

0.84 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
9
77.5
src/main/java/org/mybatis/jpetstore/web/controllers/AccountController.java
11
56.0
src/main/java/org/mybatis/jpetstore/web/controllers/CatalogController.java
33
26.67
src/main/java/org/mybatis/jpetstore/web/controllers/CartController.java
35
59.3
src/main/java/org/mybatis/jpetstore/web/controllers/OrderController.java
Jobs
ID Job ID Ran Files Coverage
1 2100.1 29 Mar 2026 01:30AM UTC 23
83.58
GitHub Action Run
Source Files on build 2100
  • Tree
  • List 23
  • Changed 19
  • Source Changed 19
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #2100
  • Pull Request #1076
  • PR Base - master (#2062)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc