Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/appmod/appcat/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

*
!.gitignore
!result/
!result/summary.md
43 changes: 43 additions & 0 deletions .github/appmod/appcat/result/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# App Modernization Assessment Summary

**Target Azure Services**: Azure Kubernetes Service, Azure App Service, Azure Container Apps

## Overall Statistics

**Total Applications**: 1

**Name: photo-album**
- Mandatory: 3 issues
- Potential: 8 issues
- Optional: 0 issues

> **Severity Levels Explained:**
> - **Mandatory**: The issue has to be resolved for the migration to be successful.
> - **Potential**: This issue may be blocking in some situations but not in others. These issues should be reviewed to determine whether a change is required or not.
> - **Optional**: The issue discovered is real issue fixing which could improve the app after migration, however it is not blocking.

## Applications Profile

### Name: photo-album
- **JDK Version**: 1.8
- **Frameworks**: Spring Boot, Spring
- **Languages**: Java
- **Build Tools**: Maven

**Key Findings**:
- **Mandatory Issues (13 locations)**:
- <!--ruleid=azure-java-version-02000-->Legacy Java version (3 locations found)
- <!--ruleid=spring-boot-to-azure-spring-boot-version-01000-->Spring Boot Version is End of OSS Support (7 locations found)
- <!--ruleid=spring-framework-version-01000-->Spring Framework Version End of OSS Support (3 locations found)
- **Potential Issues (14 locations)**:
- <!--ruleid=spring-boot-to-azure-port-01000-->Server port configuration found (2 locations found)
- <!--ruleid=oracle2openjdk-00004-->Java 2D library usage (1 location found)
- <!--ruleid=spring-boot-to-azure-restricted-config-01000-->Restricted configurations found (2 locations found)
- <!--ruleid=azure-password-01000-->Password found in configuration file (3 locations found)
- <!--ruleid=azure-database-microsoft-oracle-07000-->Oracle database found (6 locations found)

## Next Steps

For comprehensive migration guidance and best practices, visit:
- [GitHub Copilot App Modernization](https://aka.ms/ghcp-appmod)