nmondal / cowj

[C]onfiguration [O]nly [Web] on [J]VM
Apache License 2.0
15 stars 11 forks source link

Google Cloud Version Upgrade is breaking Cowj build #102

Closed nmondal closed 2 months ago

nmondal commented 2 months ago

Essentially bunch of classes goes missing, if we try to provide external dependency, then the testGSM fails. @hemil-ruparel-blox can you look into it?

nmondal commented 2 months ago

@hemil-ruparel-blox this is happening due to :

// mysql connector ( DO NOT MIGRATE To 9.*, protobuf upgrade destroyed peoples happiness )
    implementation 'com.mysql:mysql-connector-j:8.4.0'

This guy upgrades to the newer protobuf which renamed a major class from xxxV3 to xxx, and thus all google dependencies goes bonkers.