samagra-comms / utils

0 stars 13 forks source link

Graal migration #58

Closed SoumyoNathTripathy closed 1 year ago

chinmoy12c commented 1 year ago

Hey @SoumyoNathTripathy, most of the changes in this PR are unrelated to the migration. There is only a change in SLF4J library version which directly is related to the migration itself. We also need to change our spring boot framework to 3.0+ to support AOT compilation without which binaries cannot be generated. Please change the version to 3.0+ and re-submit the PR after changes.

You can take reference from this PR: https://github.com/samagra-comms/utils/pull/31