I am using a library, and one of the strings points to an API endpoint that is being shut down soon. I have been able to successfully go into the shaded jar, change the string value, and successfully run the application.
I cannot use reflection because this is being imported into a bigger system which reflection could cause some unpredictable insanity.
Is it possible to have Maven automatically change the value of the string when compiling this jar?