Structured triage workflow for CarbonJ bugs — reproduce, isolate to a pipeline phase (ingest / accumulate / store / query), then write a failing test before patching.
원문 언어: 영어
메뉴
SkillsMP는 salesforce/carbonj에서 5개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 5개 중 5개를 표시합니다.
Structured triage workflow for CarbonJ bugs — reproduce, isolate to a pipeline phase (ingest / accumulate / store / query), then write a failing test before patching.
원문 언어: 영어
Verify and auto-fix the BSD-3-Clause license headers that the build enforces. CarbonJ has no checkstyle/spotless — license headers are the only enforced static check.
원문 언어: 영어
Self-review checklist for a CarbonJ change before opening or merging a PR. Aligns with what CI enforces.
원문 언어: 영어
Build the bootJar and start CarbonJ locally on the default `dev` profile.
원문 언어: 영어
Run CarbonJ tests. Defaults to the service module's full unit+integration suite. Pass an FQCN (e.g. `com.demandware.carbonj.service.db.points.SomeTest`) or pattern to scope.
원문 언어: 영어