kubav182
kubav182
Is it possible to secure feign-soap requests with spring-ws-security Wss4jSecurityInterceptor? Its about encrypting and signing the soap request.
When using Spring Boot 3, there is restassured package : org.springframework.restdocs.restassured.RestDocumentationFilter but in this lib is static method com.epages.restdocs.apispec.RestAssuredRestDocumentationWrapper.document returning class from package restassured3 and it does not exist: org.springframework.restdocs.restassured3.RestDocumentationFilter
In SB 2.7 i could write this config ``` management: endpoint: health: show-details: always group: readiness: include: 'readinessState,binders/kafka,db,redis' liveness: include: 'livenessState,binders/kafka,db,redis' ``` but in SB3 it does not work because...
In previous cloud versions 2021.x I could make Client delegation like ``` @Bean Client myClient(Client client) { // return my client delegating default client } ``` Now in version 2023.0.1...
We need to upgrade libraries like spring boot etc. and we are forced to use jakarta packages so we need new version of jetty and cometd library. Is upgrading to...
Dependencies were updated to the latest versions. Cometd version 8 supports jakarta packages. It is needed for example for Spring Boot 3.
I'm not able to install mediapipe and the package is not listed in https://www.graalvm.org/python/compatibility/ Mediapipe is library from google with machine learning model for object and pose detection.
**Describe the bug** There are more than 1000 opened issues and some issues are 10 years old down on the list. Some of them are about `PersistentTokenBasedRememberMeServices` which throws `CookieTheftException`...