Nineya
Home
Blog
软著申请
SpringBoot Service connection for bitnami mongodb fails to connect
2025-01-07 22:41:53
608
MongoEnvironment in org.springframework.boot.docker.compose.service.connection.mongo references the wrong env variables ...
SpringBoot Default inclusion of AprLifecycleListener, configured APR connector and spring-boot-starter-actuator crashes the JVM at shutdown time
2025-01-07 22:41:51
78474
I am using (in a minimal test application):* Spring Boot 2.5.5: <dependency> <groupId>org....
SpringBoot Add OAuth2-Client ConnectionDetails and Keycloak Docker-Compose support
2025-01-07 22:41:45
4621
Closes #36777This PR includes:Adding the ConnectionDetails abstraction for OAuth2 Registration + ProviderDocker-Compose ...
SpringBoot Include information about the scanned packages in failure analysis for NoSuchBeanDefinitionException
2025-01-07 22:41:41
1339
One possible cause of #28832 is that the packages containing the components haven't been scanned. If it's possible to do...
SpringBoot java.lang.NoClassDefFoundError: org.apache.commons.collections.FastHashMap
2025-01-07 22:41:38
13731
After upgrading to java 22 & spring boot 3.2.6, I get the following stack trace at runtime.Adding an old version of ...
SpringBoot Use chained append calls in StringBuilder for improved performance, and readability.
2025-01-07 22:41:35
397
Use chained append calls in StringBuilder for improved memory usage, performance, and readability, and replace enhanced ...
SpringBoot DataSourceProperties fail to bind if java.sql module isn't included
2025-01-07 22:41:33
6281
I'm actually not certain if this is actually fixable as long as spring boot doesn't have its own module-info. Note: this...
SpringBoot Image building requires builder to specify a stack
2025-01-07 22:41:30
1007
According to the buildpacks documentation, stacks were deprecated in Platform API 0.12 and Buildpack API 0.10 (https://b...
SpringBoot AOT causes Logback configuration error when using include
2025-01-07 22:41:28
4804
Starting an application with AOT and a custom Logback configuration file (logback-spring.xml) with <include> eleme...
SpringBoot HTTP Method overriden on Spring-boot 2.7.8 but the 3 first letter of the first cookie
2025-01-07 22:41:19
7886
I just upgraded one application from spring-boot 2.7.7 to 2.7.8 and then every HTTP request including a cookie started t...
SpringBoot Make maxConnection property of Reactor Netty configurable
2025-01-07 22:41:16
2747
I was unable to set maxConnection configuration to my application. This way I will be able to manipulate it. We were hav...
SpringBoot Actuator startup endpoint fails to serialize JSON when field visibility is set to 'any'
2025-01-07 22:41:14
6225
I have a demo project using Spring Boot 2.7.3. The only dependencies are the web and actuator starters. I try to start t...
SpringBoot restTemplate.exchange have exception "insufficient data written" with springboot 3.3
2025-01-07 22:41:11
1583
The example use springboot 3.0 is normal, but use springboot 3.3 have exception.Maybe it is different from #31902detail ...
SpringBoot Add Support for --project-name Option in Docker Compose
2025-01-07 22:41:09
823
Description:Requesting support for the --project-name option in Docker Compose within the spring-boot-docker-compose pro...
SpringBoot Custom actuator endpoint doesn't work after upgrading to Spring Boot 3.0.0
2025-01-07 22:41:06
3293
I've been using webflux in Spring Boot 3.2.x and I've implemented a custom actuator endpoint like this:@Component@RestCo...
SpringBoot Replace lambda with method reference
2025-01-07 22:41:03
528
This PR replaces lambda with method reference whenever possible.Comment From: philwebbWhen we merge this I think we shou...
SpringBoot Unlike DataSourceAutoConfiguration, DevToolsDataSourceAutoConfiguration assumes that javax.sql.DataSource will always be available
2025-01-07 22:41:00
22368
bug-spring-boot-jpms-40434.tar.gz/home/xeno/.asdf/installs/java/temurin-17.0.8+7/bin/java -XX:TieredStopAtLevel=1 -Dspri...
SpringBoot Support of CTE with Pageable
2025-01-07 22:40:55
4454
I've eagerly tried the CTE support with Hibernate but was quickly limited by Spring Data JPA's support of it. Here is a ...
SpringBoot Fix typos in javadoc of MockServerRestClientCustomizer and MockServerRestTemplateCustomizer
2025-01-07 22:40:52
422
This PR corrects some typos in javadoc.Comment From: pivotal-cla@donghoony Please sign the Contributor License Agreement...
SpringBoot Add CDS training run configuration documentation
2025-01-07 22:40:34
200
As discussed in #40762 with @scottfrederick, this PR provides some documentation about configuration customization that ...
上一页
下一页
1
…
1680
1681
1682
1683
1684
…
2246
.