hsiegeln d7ef2c488b
All checks were successful
CI / build (push) Successful in 2m17s
CI / docker (push) Successful in 1m16s
fix: use valid STARTER tier in onboarding tenant creation
OnboardingService passed "LOW" as the tier, but the Tier enum only has
STARTER/TEAM/BUSINESS/ENTERPRISE. Tier.valueOf("LOW") threw
IllegalArgumentException, which the controller caught as a blanket 409
Conflict — masking the real cause. Also catch IllegalStateException
(user already has a tenant) to return 409 instead of 500.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-26 21:17:23 +02:00
2026-04-15 15:28:44 +02:00
2026-04-15 15:28:44 +02:00
Description
Multi-tenant SaaS platform — Camel application runtime with built-in observability. Wraps cameleer3 agent + server.
9 MiB
Languages
Java 57.2%
TypeScript 32.1%
Shell 6.9%
HTML 2.2%
CSS 0.9%
Other 0.7%