chore: rename cameleer3 to cameleer
Rename Java packages from com.cameleer3 to com.cameleer, module directories from cameleer3-* to cameleer-*, and all references throughout workflows, Dockerfiles, docs, migrations, and pom.xml. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!--
|
||||
============================================================================
|
||||
CAMELEER3 v3 — Route Detail Page (Light Theme)
|
||||
CAMELEER v3 — Route Detail Page (Light Theme)
|
||||
============================================================================
|
||||
|
||||
DESIGN NOTES
|
||||
@@ -50,7 +50,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=1920">
|
||||
<title>Cameleer3 — Route: order-processing</title>
|
||||
<title>Cameleer — Route: order-processing</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
/* ==========================================================================
|
||||
@@ -2200,7 +2200,7 @@ tbody tr.row-running { border-left: 3px solid var(--running); }
|
||||
<div class="error-count-label">times</div>
|
||||
</div>
|
||||
<div class="error-pattern-info">
|
||||
<div class="error-exception-class">com.cameleer3.validation.OrderValidationException</div>
|
||||
<div class="error-exception-class">com.cameleer.validation.OrderValidationException</div>
|
||||
<div class="error-message-preview">Order validation failed: required field 'shippingAddress.postalCode' is null or empty. Validation rule: ADDR-001. Source system: EDI-US.</div>
|
||||
<div class="error-pattern-meta">
|
||||
<span>Processor: <span class="mono">OrderValidator</span></span>
|
||||
|
||||
Reference in New Issue
Block a user