发布

  • [OPIK-7233] [BE] chore: skip Spotless in the opik-backend Docker build (#7343)

    frostbyte_neo 发布于 2026-07-05 11:20:33 +00:00

    The image build ran mvn clean package, which triggered spotless:apply and
    pulled the Eclipse JDT formatter from the Eclipse P2 update site
    (download.eclipse.org) at build time. A P2 outage on 2026-07-04 (HTTP 500)
    blocked the E2E image build. Pass -Dspotless.skip=true so the image build only
    compiles and packages; formatting stays enforced on PRs by the Code Quality
    workflow's pre-commit spotless hook. The compiled jar is unaffected.

    Implements OPIK-7233: remove Spotless from the opik-backend Docker build.

    Co-authored-by: Claude Opus 4.8 (1M context) noreply@anthropic.com

    下载附件