Skip to content

issues Search Results · language:Dune language:JavaScript language:HTML language:Java language:Java language:JavaScript

Filter by

39.9M results  (656 ms)

39.9M results

Description Database schema changes are managed by Hibernate ddl-auto=update, which is dangerous in production. No migration history, no rollback capability. Requirements - Add Flyway or Liquibase ...

Description We have a custom StringUtils class that duplicates functionality already available in Apache Commons Lang 3 (which is already in our dependencies!). Our version has known bugs: - sanitize() ...

Description Found hardcoded credentials in multiple files: | File | Type | Detail | | --- | --- | --- | | application.properties | DB password | Commented-out production password (never rotated!) | | ...

Description No input validation exists on any API endpoint. Tasks can be created with null titles, negative priorities, and invalid status codes. Requirements - Add Bean Validation annotations (@NotNull, ...

Description There is no API documentation. Developers rely on reading source code to understand endpoints. Requirements - Add SpringDoc OpenAPI (swagger-ui) - Document all REST endpoints - Include ...

Description TaskService.java is a God Class with 670+ lines handling 8+ responsibilities: - CRUD operations - Task assignment - Status workflow/transitions - Notifications (inline, not using ...

Context We re still using Log4j 1.x (version 1.2.17) which has been EOL since 2015. While this is NOT the same as the Log4Shell vulnerability (CVE-2021-44228, which affected Log4j 2.x), it still has ...

Description Spring Boot 2.7.x reached End of Life. We need to upgrade to Spring Boot 3.x. Migration Requirements - Migrate from javax.* to jakarta.* namespace - Update Java version requirement to ...

Description Database schema changes are managed by Hibernate ddl-auto=update, which is dangerous in production. No migration history, no rollback capability. Requirements - Add Flyway or Liquibase ...

Context With all the coupling issues in our monolith, should we consider breaking this into microservices? Arguments For - TaskService is too coupled to everything - Scaling issues with the monolith ...
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.