- Remove quarkus-elasticsearch-rest-client dependency
- Remove elasticsearch-java dependency
- Remove elasticsearch.version property
- Delete ElasticsearchConfig.java
- Delete SearchDocument.java
- Delete SearchIndexService.java
- Delete IndexingException.java
- Simplify ProjectEventHandler (remove search indexing)
- Replace Lombok with manual getters in ProjectUpdateEvent
- Fix compilation errors and clean up unused imports
The application now focuses on core functionality without Elasticsearch complexity.
All traces of Elasticsearch have been completely removed from the codebase.
- Add production-specific database configuration
- Username: lionsuser
- Password: LionsUser2025!
- Database URL: postgresql-service.postgresql.svc.cluster.local:5432/lionsdb
- Hibernate generation: update for production
- Maintain existing dev and prod profiles for flexibility
This configuration aligns with the Lions infrastructure PostgreSQL deployment.
- Replaced amateur design with enterprise-level professional interface
- Implemented custom CSS framework replacing Tailwind dependency
- Created modern single-page HTML application with professional sections:
* Hero section with floating elements and tech stack preview
* Enterprise solutions showcase with 6 detailed service cards
* Performance metrics with animated counters
* Professional contact section with Lions Dev coordinates
* Complete footer with company information
- Added professional features:
* Glass morphism effects and modern animations
* Responsive design with mobile-first approach
* Smooth scrolling navigation with intersection observer
* Professional typography using Inter font family
* Lions Dev brand colors and gradient effects
* Enterprise-grade JavaScript with performance monitoring
- Updated Lions Dev information:
* Phone: +225 01 01 75 95 25
* Email: contact@lions.dev
* Location: Abidjan, Côte d'Ivoire
* Domain: lions.dev
- Technical improvements:
* Optimized CSS with utility classes and component architecture
* Professional animations and micro-interactions
* SEO optimized with proper meta tags and Open Graph
* Accessibility compliant with WCAG standards
* Performance optimized with minimal dependencies
Application now meets international professional standards and represents Lions Dev as a serious enterprise technology partner in Africa.
- Ajout de la configuration JSF/Quarkus
- Ajout des contrôleurs et composants JSF
- Ajout de la page d'accueil avec animations
- Configuration Docker et environnement de build