@Polymorphism annotation in spring boot is deprecated
@Deprecated(since=”6.2″) @Target(TYPE) @Retention(RUNTIME) public @interface Polymorphism Deprecated. This annotation is hardly ever useful. When i check and want to use this annotation it’s deprecated for spring boot v.3.3.1. Which option should i use? I tried to use this annotation at the sub class @Polymorphism(type = PolymorphismType.EXPLICIT) but got an warning about deprecation. java spring spring-boot […]
Is there a compatibility matrix for Spring boot 3.3.0?
Is there a compatibility matrix for Spring boot 3.3.0, similar to the one below which is for spring boot 2.7.10?
Missing Dependency in Spring Boot 3.3.0 release
In recent 3.3.0 release most of the dependency missing like config server, zoo keeper, okta
what are the alternative of these