Nineya
Home
Blog
SpringBoot Upgrade Java 16 version in CI image
2025-01-06 23:02:31
132
https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk-16.0.1%2B9/OpenJDK16U-jdk_x64_linux_hotspot_16....
SpringBoot Upgrade Java 16 version in CI image
2025-01-06 23:02:25
132
https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk-16.0.1%2B9/OpenJDK16U-jdk_x64_linux_hotspot_16....
SpringBoot When a single bean causes a dependency cycle the failure analysis does not clearly illustrate the cycle
2025-01-06 23:02:19
1127
I've encountered a case where I've left a bean requiring itself to be autowired and it took me a long time to understand...
SpringBoot Consider adding a spring-boot:push-image goal
2025-01-06 23:02:10
5703
Currently, the way spring-boot:build-image is designed, makes it difficult to separate image building and image pushing ...
SpringBoot spring-boot-ci jdk16 docker image configured with java8
2025-01-06 23:02:03
730
Hello team!Just wanted to share that I've noticed that the latest spring-boot-ci jdk-16 image on docker hub is configure...
SpringBoot TomcatServletWebServerFactoryTests.pkcs12KeyStoreAndTrustStore() is flaky on CI
2025-01-06 23:01:49
13637
The first attempt is failing fairly frequently, but not always, with the following exception:Caused by: java.security.No...
SpringBoot Gradle task "bootBuildImage" from spring boot gradle plugin failed due to buildpack update
2025-01-06 23:01:42
2695
Spring boot gradle plugin task bootBuildImage failed today with the follow error:Error log:[creator] no valid depe...
SpringBoot Documentation has wrong key for DataSourceHealthIndicator
2025-01-06 23:01:35
1281
The documentation suggest the datasource health endpoint (actuator) can be enabled/disabled using the key datasource: ma...
SpringBoot springboot data left outer join is not part of query
2025-01-06 23:01:26
1083
I have the following code, work perfectly fine with springboot 2.4.3, but fails with 2.4.4The bug is relate to springboo...
SpringBoot Configuration item metadata ordering is not consistent
2025-01-06 23:01:17
271
Fixes #26217 Comment From: snicoll@zeldigas thank you for making your first contribution to Spring Boot. I've polished t...
SpringBoot Rename nohttp whitelist to allowlist
2025-01-06 23:01:10
267
Hi,this PR changes to the less offensive naming in the nohttp configuration as the old one is deprecated & discourag...
SpringBoot MDC logging degrading the performance with Spring WebFlux
2025-01-06 23:01:02
1644
Cross-Posting from Reactor coreHello Everyone,In our webflux project we are using the publisher hooks as proposed here t...
SpringBoot Let Spring Boot set the ip-address by itself in a property file
2025-01-06 23:00:56
2623
As far as I can see, in the documentation (1), one cannot let Spring Boot sniff out the IP address of the computer on it...
SpringBoot Create an OCI for an application that needs to write to a volume
2025-01-06 23:00:49
3704
I would like the spring-boot gradle plugin to support writable volumes within the BootBuildImage Task.There should be so...
SpringBoot Actuator's rest template metrics customization prevents RootUriRequestExpectationManager.forRestTemplate from identifying that the template has had a root URI configured
2025-01-06 23:00:43
1947
Forward port of issue #25741 to 2.4.x.Comment From: edwardsre@wilkinsona This change has caused us some issues. We use a...
SpringBoot @WebFluxTest doesn't ignore @EnableR2dbcAuditing
2025-01-06 23:00:35
3760
My main application class is annotated @EnableR2dbcAuditing, like so:@SpringBootApplication@EnableR2dbcAuditingclass App...
SpringBoot Adjust to main branch in docs
2025-01-06 23:00:28
475
Hi,this PR adjust two more places where the new main branch naming of Spring projects could be used. It doesn't break an...
SpringBoot Align documentation with main default branch name
2025-01-06 23:00:18
135
Following the rename of the default branch to main, there are some changes to make in the documentation across all maint...
SpringBoot Document that MeterFilters are only applied to the Spring-managed MeterRegistry
2025-01-06 23:00:12
13868
Hi,Spring boot: 2.4.3when using Metrics.counter(...) instead of using meterRegistry.counter(...) behaves differently whe...
SpringBoot Update CentOS launch script tests so that yum does not attempt to use http
2025-01-06 23:00:03
183
The old Concourse environment allow yum (and apt) traffic over http but the new one does not. This causes the creation o...
上一页
下一页
1
…
2045
2046
2047
2048
2049
…
2246
.