What are the http codes to automatically retry the request?
Issue I am using the mix Spring-Cloud + feign + spring-retry to help retry requests on the client side (all…
get it fixed!
Issue I am using the mix Spring-Cloud + feign + spring-retry to help retry requests on the client side (all…
Issue SQL (that works in database): SELECT ffm.REPORTING_PERIOD, count(DISTINCT ffm.FI_MESSAGE_ID), count(ffa.FI_ACCOUNT_ID) FROM RAZV.FINTAEOI2_FI_MESSAGE ffm JOIN razv.FINTAEOI2_FI_MESSAGE_FI ffmf ON ffm.FI_MESSAGE_ID =…
Issue I have this class: import org.springframework.security.core.userdetails.UserDetails; @Entity @Table(name="t_user") @JsonInclude(JsonInclude.Include.NON_NULL) @JsonIgnoreProperties(ignoreUnknown = true) @Data public class User implements Serializable, UserDetails…
Issue I just created spring maven project with java 17 and the project is running with JavaSE-16. Now, I’m facing…
Issue I’m making a config in my Spring application and I want to define a map: @Value("${ordering:#{{:}}") private Map<String, List<String>>…
Issue What is the difference between the following 2 dependencies and when to use which? #maven pom.xml format deps: <dependency>…
Issue Spring has introduced the new HTTP interface. For exception handling the documentation states to register a response status handler…
Issue Error that appears in the picture: From what I noticed the error seems to be in the "toCsv" method….
Issue Is there any way to authorize a POST http-request to a specific URL using org.springframework.security.config.annotation.web.builders.HttpSecurity ? I’m using HttpSecurity…
Issue Basic problem, kapt is in maintenance mode. So I would like to change to ksp. In theory, it’s the…