Skip to content

[Appmod] Migrate from Sybase to Azure SQL#1

Draft
rujche wants to merge 3 commits intomasterfrom
appmod/java-sybase-to-azure-sql-20251208165315
Draft

[Appmod] Migrate from Sybase to Azure SQL#1
rujche wants to merge 3 commits intomasterfrom
appmod/java-sybase-to-azure-sql-20251208165315

Conversation

@rujche
Copy link
Owner

@rujche rujche commented Dec 8, 2025

No description provided.

- Add Microsoft SQL Server JDBC driver (mssql-jdbc 12.8.1.jre8) to lemoncommon/pom.xml
- Add Azure Identity library (azure-identity 1.15.3) for passwordless authentication
- Update JdbcUtil.java case 3 from Sybase driver to Azure SQL driver
- Replace com.sybase.jdbc3.jdbc.SybDriver with com.microsoft.sqlserver.jdbc.SQLServerDriver
- Update JDBC URL format from jdbc:sybase:Tds: to jdbc:sqlserver://
- Add comprehensive comments for Azure Active Directory authentication options
- Fixed CVE-2025-59250 (HIGH severity): Improper input validation in JDBC Driver for SQL Server
- Updated com.microsoft.sqlserver:mssql-jdbc from 12.8.1.jre8 to 12.9.0.jre8
…issues

- Changed Aliyun Maven repository URL from HTTP to HTTPS to fix blocked mirror error
- Updated repository URL from http://maven.aliyun.com/nexus/content/groups/public/ to https://maven.aliyun.com/repository/public
- Successfully resolved mssql-jdbc and azure-identity dependencies
- Build now compiles successfully across all modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments