Garvit Joshi
Garvit Joshi
Also, Can we have the versions of this as same as spring boot starter. Such as multitenant-oauth2-spring-boot-starter version 3.2.2 should have spring boot version 3.2.2.
Build Script Logs: https://github.com/garvit-joshi/multitenant-oauth2-spring-boot-starter/actions/runs/7811077921
@jomatt Any Update?
Hi, I found one workaround for the versioning: Oracle has versioning different from Semver where the versioning is the form of w.x.y.z. We can make the versions 3.2.2.x where x...
Hi @jomatt , Apologies for the delay. I have made few chages, however i am not that confident on releasing to maven workflow, as I could not test it. Could...
Hi @injectives, Would this be considered an issue or not? If It is, could I work on it?
Hi @injectives , Any update?
Hi Team, Added a small reproducible demo: ``` import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.util.HexFormat; import java.util.concurrent.CountDownLatch; import java.util.concurrent.atomic.AtomicInteger; public class MessageDigestThreadSafetyDemo { // Shared MessageDigest instance (NOT thread-safe!) private static...