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,4 +1,4 @@
|
||||
# Cameleer3 Dashboard Review -- Senior Camel Developer Perspective
|
||||
# Cameleer Dashboard Review -- Senior Camel Developer Perspective
|
||||
|
||||
**Reviewer**: Senior Apache Camel Developer (10+ years, Java DSL / Spring Boot)
|
||||
**Artifact reviewed**: `mock-v2-light.html` -- Operations Dashboard (v2 synthesis)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<!--
|
||||
============================================================================
|
||||
CAMELEER3 — Dashboard Visual Design Mock
|
||||
CAMELEER — Dashboard Visual Design Mock
|
||||
============================================================================
|
||||
|
||||
DESIGN RATIONALE
|
||||
@@ -50,7 +50,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=1920">
|
||||
<title>Cameleer3 — Route Execution Monitor</title>
|
||||
<title>Cameleer — Route Execution Monitor</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>
|
||||
/* ═══════════════════════════════════════════════════════════════════════════
|
||||
|
||||
@@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Cameleer3 — Operations Console</title>
|
||||
<title>Cameleer — Operations Console</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
/*
|
||||
* ============================================================================
|
||||
* CAMELEER3 OPERATIONS CONSOLE — DESIGN RATIONALE
|
||||
* CAMELEER OPERATIONS CONSOLE — DESIGN RATIONALE
|
||||
* ============================================================================
|
||||
*
|
||||
* This mock is designed from 15 years of middleware operations experience.
|
||||
@@ -979,7 +979,7 @@ body::before {
|
||||
<!-- ─── Top Navigation ─── -->
|
||||
<nav class="topnav">
|
||||
<div class="topnav-brand">
|
||||
<span class="topnav-logo">cameleer3</span>
|
||||
<span class="topnav-logo">cameleer</span>
|
||||
<span class="topnav-sep">/</span>
|
||||
<span class="topnav-page">Operations Console</span>
|
||||
</div>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Cameleer3 — Usability Expert Mock</title>
|
||||
<title>Cameleer — Usability Expert Mock</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
|
||||
@@ -97,7 +97,7 @@
|
||||
/* ─── Reset ─── */
|
||||
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
|
||||
|
||||
/* ─── Design Tokens (matching existing Cameleer3 theme) ─── */
|
||||
/* ─── Design Tokens (matching existing Cameleer theme) ─── */
|
||||
:root {
|
||||
--bg-deep: #060a13;
|
||||
--bg-base: #0a0e17;
|
||||
@@ -1147,7 +1147,7 @@ tr.exec-row:focus-visible {
|
||||
<button class="hamburger" title="Toggle sidebar">☰</button>
|
||||
<a href="#" class="logo">
|
||||
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2"/><path d="M8 12c0-2 1-4 4-4s4 2 4 4-1 4-4 4-4-2-4-4"/></svg>
|
||||
cameleer3
|
||||
cameleer
|
||||
</a>
|
||||
<div class="search-bar" title="Press Ctrl+K to search">
|
||||
<span class="search-icon">🔍</span>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<!--
|
||||
============================================================================
|
||||
CAMELEER3 v2 — Operations Dashboard (Dark Theme)
|
||||
CAMELEER v2 — Operations Dashboard (Dark Theme)
|
||||
============================================================================
|
||||
|
||||
DESIGN NOTES — SYNTHESIS RATIONALE
|
||||
@@ -64,7 +64,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=1920">
|
||||
<title>Cameleer3 — Operations Dashboard (Dark)</title>
|
||||
<title>Cameleer — Operations Dashboard (Dark)</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>
|
||||
/* ==========================================================================
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<!--
|
||||
============================================================================
|
||||
CAMELEER3 v2 — Operations Dashboard (Light Theme)
|
||||
CAMELEER v2 — Operations Dashboard (Light Theme)
|
||||
============================================================================
|
||||
|
||||
DESIGN NOTES — SYNTHESIS RATIONALE
|
||||
@@ -68,7 +68,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=1920">
|
||||
<title>Cameleer3 — Operations Dashboard</title>
|
||||
<title>Cameleer — Operations Dashboard</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>
|
||||
/* ==========================================================================
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<!--
|
||||
============================================================================
|
||||
CAMELEER3 v3 — Agent Health & System Overview (Light Theme)
|
||||
CAMELEER v3 — Agent Health & System Overview (Light Theme)
|
||||
============================================================================
|
||||
|
||||
DESIGN NOTES
|
||||
============
|
||||
|
||||
PURPOSE:
|
||||
This page is the "Agents" view of the Cameleer3 monitoring dashboard. It
|
||||
This page is the "Agents" view of the Cameleer monitoring dashboard. It
|
||||
shows the health of all Camel application instances (agents) reporting to
|
||||
the server, grouped by application group.
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=1920">
|
||||
<title>Cameleer3 — Agent Health & System Overview</title>
|
||||
<title>Cameleer — Agent Health & System Overview</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>
|
||||
/* ==========================================================================
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<!--
|
||||
============================================================================
|
||||
CAMELEER3 v3 — Exchange / Message Inspector (Light Theme)
|
||||
CAMELEER v3 — Exchange / Message Inspector (Light Theme)
|
||||
============================================================================
|
||||
|
||||
DESIGN NOTES
|
||||
============
|
||||
|
||||
PURPOSE:
|
||||
This is the deepest drill-down view in Cameleer3 — the Exchange Inspector.
|
||||
This is the deepest drill-down view in Cameleer — the Exchange Inspector.
|
||||
A developer arrives here after clicking a failed execution row in the
|
||||
Operations Dashboard (mock-v2). The page answers the #1 question:
|
||||
"What happened to my message as it flowed through the route?"
|
||||
@@ -37,7 +37,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=1920">
|
||||
<title>Cameleer3 — Exchange OP-88421</title>
|
||||
<title>Cameleer — Exchange OP-88421</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>
|
||||
/* ==========================================================================
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<!--
|
||||
============================================================================
|
||||
CAMELEER3 v3 — Metrics & KPI Dashboard (Light Theme)
|
||||
CAMELEER v3 — Metrics & KPI Dashboard (Light Theme)
|
||||
============================================================================
|
||||
|
||||
DESIGN NOTES
|
||||
@@ -50,7 +50,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=1920">
|
||||
<title>Cameleer3 — Metrics Dashboard</title>
|
||||
<title>Cameleer — Metrics Dashboard</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>
|
||||
/* ==========================================================================
|
||||
|
||||
@@ -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