-
I'd like to suggest introducing a new Spring Boot starter aimed at client applications, with the necessary dependencies and autoconfiguration (e.g. `RestClientAutoConfiguration`) for HTTP and for rela…
-
As part of the Spring Cloud Config Server we utilize Spring Boot's `ConfigDataEnvironmentPostProcessor` to populate an `Environment` with PropertySources from various environment repositories that uti…
-
I am using your library with spring boot.
```
implementation("com.amazonaws.secretsmanager:aws-secretsmanager-jdbc:2.0.2")
```
I have the following settings in my `application.yaml`:
```
spri…
-
Hi, I have a spring boot project (spring boot version 3.2.10) with redisson 3.17.1 initially. Whenever the server used to start, it used to connect to a running redis server only when the value of "sp…
-
## Spring Boot Admin Server information
- **Version**:
- **Spring Boot version**:
- 3.3.3
- **Configured Security**:
- **Webflux or Servlet application**:
## Client in…
-
Some [recent](https://github.com/spring-projects/spring-boot/actions/runs/10946531927/job/30393465557#step:4:4498) [CI builds](https://github.com/spring-projects/spring-boot/actions/runs/10946531878/j…
-
This docu page https://docs.spring.io/spring-boot/appendix/application-properties/index.html#application-properties.server.server.tomcat.max-connections states: "Maximum number of connections that…
-
Does BC support an SSLContext provider that works with TLS PSK KeyManager/TrustManager?
I tried using SSLContext/BCJSSE with algorithms TLSv1.2 or TLSv1.3, but I get different errors depending what…
-
# Expected Behavior
I would like `org.springframework.security.oauth2.client.OAuth2AuthorizedClientManager` to be an autoconfigured bean based on `application.yml` properties, and without having `s…
-
2021-03-28 00:51:58.151 INFO 1336 --- [ restartedMain] org.hibernate.tuple.PojoInstantiator : HHH000182: No default (no-argument) constructor for class: com.ecommerce.pojos.Order (class must be …